Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h279 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const = 0;
516 return OwningObject->section_rel_end(SectionPimpl); in relocation_end()
H A DMachO.h324 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
371 relocation_iterator section_rel_end(unsigned Index) const;
H A DWasm.h194 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
H A DXCOFFObjectFile.h300 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
H A DELFObjectFile.h294 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
951 ELFObjectFile<ELFT>::section_rel_end(DataRefImpl Sec) const { in section_rel_end() function
H A DCOFF.h964 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOReader.cpp100 RE = MachOObj.section_rel_end(SecRef->getRawDataRefImpl()); in extractSections()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp334 relocation_iterator XCOFFObjectFile::section_rel_end(DataRefImpl Sec) const { in section_rel_end() function in llvm::object::XCOFFObjectFile
H A DMachOObjectFile.cpp2077 MachOObjectFile::section_rel_end(DataRefImpl Sec) const { in section_rel_end() function in MachOObjectFile
2790 relocation_iterator MachOObjectFile::section_rel_end(unsigned Index) const { in section_rel_end() function in MachOObjectFile
2793 return section_rel_end(DRI); in section_rel_end()
H A DCOFFObjectFile.cpp399 relocation_iterator COFFObjectFile::section_rel_end(DataRefImpl Ref) const { in section_rel_end() function in COFFObjectFile
H A DWasmObjectFile.cpp1687 relocation_iterator WasmObjectFile::section_rel_end(DataRefImpl Ref) const { in section_rel_end() function in WasmObjectFile
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp1018 O->section_rel_end(DRI), cputype, verbose); in PrintRelocations()
1038 O->section_rel_end(DRI), cputype, verbose); in PrintRelocations()