Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DObjectFile.h282 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const = 0;
534 return OwningObject->section_rel_end(SectionPimpl); in relocation_end()
DMachO.h474 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
523 relocation_iterator section_rel_end(unsigned Index) const;
DWasm.h191 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
DELFObjectFile.h307 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
977 ELFObjectFile<ELFT>::section_rel_end(DataRefImpl Sec) const { in section_rel_end() function
DXCOFFObjectFile.h604 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
DCOFF.h957 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
/openbsd/src/gnu/llvm/llvm/lib/Object/
DXCOFFObjectFile.cpp534 relocation_iterator XCOFFObjectFile::section_rel_end(DataRefImpl Sec) const { in section_rel_end() function in llvm::object::XCOFFObjectFile
DMachOObjectFile.cpp2175 MachOObjectFile::section_rel_end(DataRefImpl Sec) const { in section_rel_end() function in MachOObjectFile
2888 relocation_iterator MachOObjectFile::section_rel_end(unsigned Index) const { in section_rel_end() function in MachOObjectFile
2891 return section_rel_end(DRI); in section_rel_end()
DCOFFObjectFile.cpp406 relocation_iterator COFFObjectFile::section_rel_end(DataRefImpl Ref) const { in section_rel_end() function in COFFObjectFile
DWasmObjectFile.cpp1765 relocation_iterator WasmObjectFile::section_rel_end(DataRefImpl Ref) const { in section_rel_end() function in WasmObjectFile
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DMachODump.cpp1037 O->section_rel_end(DRI), cputype, verbose); in PrintRelocations()
1057 O->section_rel_end(DRI), cputype, verbose); in PrintRelocations()