Home
last modified time | relevance | path

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

/xnu-12377.81.4/tools/lldbmacros/
H A Dmacho.py228 if isinstance(seg, SEGMENT_TYPES)
254 SEGMENT_TYPES = (macholib.mach_o.segment_command_64, macholib.mach_o.segment_command) variable
310 if isinstance(segment, SEGMENT_TYPES):