Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h104 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;
590 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.h194 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
H A DELFObjectFile.h317 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
1002 ELFObjectFile<ELFT>::section_rel_end(DataRefImpl Sec) const { in section_rel_end() function
H A DXCOFFObjectFile.h611 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
H A DCOFF.h1017 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp98 RE = MachOObj.section_rel_end(SecRef->getRawDataRefImpl()); in extractSections()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp538 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.cpp406 relocation_iterator COFFObjectFile::section_rel_end(DataRefImpl Ref) const { in section_rel_end() function in COFFObjectFile
H A DWasmObjectFile.cpp1845 relocation_iterator WasmObjectFile::section_rel_end(DataRefImpl Ref) const { in section_rel_end() function in WasmObjectFile
/freebsd-14.2/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()