Home
last modified time | relevance | path

Searched refs:filter_re (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/tools/lldbmacros/
H A Dmacho.py87 def get_segments_with_name(self, filter_re): argument
92 if type(filter_re) is str:
93 filter_re = re.compile(filter_re)
101 if filter_re.match(segname):
105 def get_sections_with_name(self, filter_re): argument
111 if type(filter_re) is str:
112 filter_re = re.compile(filter_re)
123 if filter_re.match(full_section_name):