Home
last modified time | relevance | path

Searched refs:section_rel_end (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/Object/
HDObjectFile.h224 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const = 0;
403 return OwningObject->section_rel_end(SectionPimpl); in relocation_end()
HDMachO.h231 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
266 relocation_iterator section_rel_end(unsigned Index) const;
HDELFObjectFile.h224 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
623 ELFObjectFile<ELFT>::section_rel_end(DataRefImpl Sec) const { in section_rel_end() function
HDCOFF.h671 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
/NextBSD/contrib/llvm/tools/macho-dump/
HDmacho-dump.cpp100 E = Obj.section_rel_end(Index); in DumpSectionData()
/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp565 MachOObjectFile::section_rel_end(DataRefImpl Sec) const { in section_rel_end() function in MachOObjectFile
1188 relocation_iterator MachOObjectFile::section_rel_end(unsigned Index) const { in section_rel_end() function in MachOObjectFile
1191 return section_rel_end(DRI); in section_rel_end()
HDCOFFObjectFile.cpp366 relocation_iterator COFFObjectFile::section_rel_end(DataRefImpl Ref) const { in section_rel_end() function in COFFObjectFile