Searched refs:getSegmentLoadCommand (Results 1 – 6 of 6) sorted by relevance
129 Segment = adaptFrom32bits(Obj.getSegmentLoadCommand(LCI)); in iterateOnSegments()452 transferSegmentAndSections(LCI, InputBinary.getSegmentLoadCommand(LCI), in generateDsymCompanion()
157 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); in PrintDarwinSectionSizes()224 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); in PrintDarwinSegmentSizes()
340 getSegmentLoadCommand(const LoadCommandInfo &L) const;
337 MachO::segment_command SC = Obj->getSegmentLoadCommand(L); in getSegment()
292 MachO::segment_command SLC = MachOObj->getSegmentLoadCommand(Command); in getSectionsAndSymbols()392 MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintIndirectSymbols()2112 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessCstringPointer()2182 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessIndirectSymbol()8527 MachO::segment_command SLC = Obj->getSegmentLoadCommand(Command); in PrintLoadCommands()
2001 MachOObjectFile::getSegmentLoadCommand(const LoadCommandInfo &L) const { in getSegmentLoadCommand() function in MachOObjectFile