Searched refs:getSegmentLoadCommand (Results 1 – 5 of 5) sorted by relevance
504 getSegmentLoadCommand(const LoadCommandInfo &L) const;
339 MachO::segment_command SC = Obj->getSegmentLoadCommand(L); in getSegment()
335 MachO::segment_command SLC = MachOObj->getSegmentLoadCommand(Command); in getSectionsAndSymbols()435 MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintIndirectSymbols()769 const MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintRelocations()2693 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessCstringPointer()2763 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessIndirectSymbol()9650 MachO::segment_command SLC = Obj->getSegmentLoadCommand(Command); in PrintLoadCommands()9824 MachO::segment_command Seg = Obj->getSegmentLoadCommand(Command); in printMachOExportsTrie()
1252 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Command); in dumpSymbolNamesFromObject()
4270 MachOObjectFile::getSegmentLoadCommand(const LoadCommandInfo &L) const { in getSegmentLoadCommand() function in MachOObjectFile