Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h108 relocation_iterator section_rel_end(DataRefImpl Sec) const override { in section_rel_end() function
H A DObjectFile.h283 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const = 0;
591 return OwningObject->section_rel_end(SectionPimpl); in relocation_end()
H A DMachO.h475 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
526 relocation_iterator section_rel_end(unsigned Index) const;
H A DWasm.h199 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
H A DELFObjectFile.h336 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
1058 ELFObjectFile<ELFT>::section_rel_end(DataRefImpl Sec) const { in section_rel_end() function
H A DXCOFFObjectFile.h618 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
H A DCOFF.h1017 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp98 RE = MachOObj.section_rel_end(SecRef->getRawDataRefImpl()); in extractSections()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp544 relocation_iterator XCOFFObjectFile::section_rel_end(DataRefImpl Sec) const { in section_rel_end() function in llvm::object::XCOFFObjectFile
H A DMachOObjectFile.cpp2182 MachOObjectFile::section_rel_end(DataRefImpl Sec) const { in section_rel_end() function in MachOObjectFile
2895 relocation_iterator MachOObjectFile::section_rel_end(unsigned Index) const { in section_rel_end() function in MachOObjectFile
2898 return section_rel_end(DRI); in section_rel_end()
H A DCOFFObjectFile.cpp405 relocation_iterator COFFObjectFile::section_rel_end(DataRefImpl Ref) const { in section_rel_end() function in COFFObjectFile
H A DWasmObjectFile.cpp2027 relocation_iterator WasmObjectFile::section_rel_end(DataRefImpl Ref) const { in section_rel_end() function in WasmObjectFile
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1011 O->section_rel_end(DRI), cputype, verbose); in PrintRelocations()
1031 O->section_rel_end(DRI), cputype, verbose); in PrintRelocations()