Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DMachO.h102 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
152 relocation_iterator section_rel_end(unsigned Index) const;
DObjectFile.h270 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const = 0;
473 return OwningObject->section_rel_end(SectionPimpl); in relocation_end()
DELFObjectFile.h100 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
500 ELFObjectFile<ELFT>::section_rel_end(DataRefImpl Sec) const { in section_rel_end() function
DCOFF.h400 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
/external/llvm/tools/macho-dump/
Dmacho-dump.cpp100 E = Obj.section_rel_end(Index); in DumpSectionData()
/external/llvm/lib/Object/
DMachOObjectFile.cpp826 MachOObjectFile::section_rel_end(DataRefImpl Sec) const { in section_rel_end() function in llvm::object::MachOObjectFile
1634 relocation_iterator MachOObjectFile::section_rel_end(unsigned Index) const { in section_rel_end() function in llvm::object::MachOObjectFile
1637 return section_rel_end(DRI); in section_rel_end()
DCOFFObjectFile.cpp383 relocation_iterator COFFObjectFile::section_rel_end(DataRefImpl Ref) const { in section_rel_end() function in COFFObjectFile