Searched refs:getSection64 (Results 1 – 4 of 4) sorted by relevance
495 MachO::section_64 getSection64(DataRefImpl DRI) const;497 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
176 MachO::section_64 Sect = O.getSection64(Sec); in getSectionFlags()1873 return getSection64(Sec).addr; in getSectionAddress()1890 MachO::section_64 Sect = getSection64(Sec); in getSectionSize()1916 MachO::section_64 Sect = getSection64(Sec); in getSectionContents()1932 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment()2009 return getSection64(Sec).offset == 0; in isSectionStripped()2024 MachO::section_64 Sect = getSection64(Sec); in section_rel_end()4235 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64() function in MachOObjectFile4246 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L, in getSection64() function in MachOObjectFile4391 MachO::section_64 Sect = getSection64(Sec); in getRelocation()
322 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection()
409 MachO::section_64 Sec = O->getSection64(Load, J); in PrintIndirectSymbols()750 const MachO::section_64 Sec = O->getSection64(Load, J); in PrintRelocations()1129 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection()1216 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection()1432 const MachO::section_64 Sec = O->getSection64(Ref); in DumpSectionContents()2674 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessCstringPointer()2730 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessIndirectSymbol()2889 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessPointerPointer()9670 MachO::section_64 S_64 = Obj->getSection64(Command, j); in PrintLoadCommands()