Searched refs:getSegmentLoadCommand (Results 1 – 6 of 6) sorted by relevance
130 Segment = adaptFrom32bits(Obj.getSegmentLoadCommand(LCI)); in iterateOnSegments()452 transferSegmentAndSections(LCI, InputBinary.getSegmentLoadCommand(LCI), in generateDsymCompanion()
243 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); in printDarwinSectionSizes()312 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); in printDarwinSegmentSizes()
344 getSegmentLoadCommand(const LoadCommandInfo &L) const;
337 MachO::segment_command SC = Obj->getSegmentLoadCommand(L); in getSegment()
328 MachO::segment_command SLC = MachOObj->getSegmentLoadCommand(Command); in getSectionsAndSymbols()433 MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintIndirectSymbols()2256 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessCstringPointer()2331 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessIndirectSymbol()8892 MachO::segment_command SLC = Obj->getSegmentLoadCommand(Command); in PrintLoadCommands()
2101 MachOObjectFile::getSegmentLoadCommand(const LoadCommandInfo &L) const { in getSegmentLoadCommand() function in MachOObjectFile