Searched refs:getNextLoadCommandInfo (Results 1 – 5 of 5) sorted by relevance
187 Load = MachO->getNextLoadCommandInfo(Load); in PrintDarwinSectionSizes()261 Load = MachO->getNextLoadCommandInfo(Load); in PrintDarwinSegmentSizes()
435 Command = InputObject->getNextLoadCommandInfo(Command); in main()
333 LoadCommandInfo getNextLoadCommandInfo(const LoadCommandInfo &L) const;
254 Command = MachOObj->getNextLoadCommandInfo(Command); in getSectionsAndSymbols()1197 Load = info->O->getNextLoadCommandInfo(Load); in GuessCstringPointer()1285 Load = info->O->getNextLoadCommandInfo(Load); in GuessIndirectSymbol()1422 Load = info->O->getNextLoadCommandInfo(Load); in GuessPointerPointer()4560 Command = Obj->getNextLoadCommandInfo(Command); in PrintLoadCommands()
302 Load = getNextLoadCommandInfo(Load); in MachOObjectFile()2209 MachOObjectFile::getNextLoadCommandInfo(const LoadCommandInfo &L) const { in getNextLoadCommandInfo() function in MachOObjectFile