Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELFObjectFile.h241 const Elf_Shdr *getRelSection(DataRefImpl Rel) const { in getRelSection() function
614 const Elf_Shdr *RelSec = getRelSection(RelData); in section_rel_begin()
667 const Elf_Shdr *sec = getRelSection(Rel); in getRelocationSymbol()
688 const Elf_Shdr *sec = getRelSection(Rel); in getRelocationOffset()
697 const Elf_Shdr *sec = getRelSection(Rel); in getRelocationType()
719 if (getRelSection(Rel)->sh_type != ELF::SHT_RELA) in getRelocationAddend()
727 assert(getRelSection(Rel)->sh_type == ELF::SHT_REL); in getRel()
734 assert(getRelSection(Rela)->sh_type == ELF::SHT_RELA); in getRela()