Searched refs:MachOSegment (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.61.12/tools/lldbmacros/ |
| H A D | macho.py | 14 MachOSegment = namedtuple( variable 205 return MachOSegment(
|
| H A D | kext.py | 19 from macho import MachOSegment, MemMachO, VisualMachoMap 61 …def __init__(self, uuid: str, vmaddr, name: str, address: int, segments: list[MachOSegment], summa… argument 254 seg = MachOSegment('__TEXT', kmod.address, kmod.size, 0, kmod.size, [])
|