Searched refs:getSegment64LoadCommand (Results 1 – 6 of 6) sorted by relevance
131 Segment = Obj.getSegment64LoadCommand(LCI); in iterateOnSegments()457 transferSegmentAndSections(LCI, InputBinary.getSegment64LoadCommand(LCI), in generateDsymCompanion()
131 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load); in PrintDarwinSectionSizes()198 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load); in PrintDarwinSegmentSizes()
342 getSegment64LoadCommand(const LoadCommandInfo &L) const;
351 MachO::segment_command_64 SC = Obj->getSegment64LoadCommand(L); in getSegment()
364 MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load); in PrintIndirectSymbols()2091 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessCstringPointer()2147 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessIndirectSymbol()2305 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessPointerPointer()8540 MachO::segment_command_64 SLC_64 = Obj->getSegment64LoadCommand(Command); in PrintLoadCommands()
2006 MachOObjectFile::getSegment64LoadCommand(const LoadCommandInfo &L) const { in getSegment64LoadCommand() function in MachOObjectFile