Searched refs:getSegment64LoadCommand (Results 1 – 5 of 5) sorted by relevance
506 getSegment64LoadCommand(const LoadCommandInfo &L) const;
353 MachO::segment_command_64 SC = Obj->getSegment64LoadCommand(L); in getSegment()
407 MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load); in PrintIndirectSymbols()748 const MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load); in PrintRelocations()2672 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessCstringPointer()2728 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessIndirectSymbol()2887 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessPointerPointer()9663 MachO::segment_command_64 SLC_64 = Obj->getSegment64LoadCommand(Command); in PrintLoadCommands()9830 MachO::segment_command_64 Seg = Obj->getSegment64LoadCommand(Command); in printMachOExportsTrie()
1258 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Command); in dumpSymbolNamesFromObject()
4275 MachOObjectFile::getSegment64LoadCommand(const LoadCommandInfo &L) const { in getSegment64LoadCommand() function in MachOObjectFile