Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELFObjectFile.h251 const Elf_Shdr *getRelSection(DataRefImpl Rel) const { in getRelSection() function
644 const Elf_Shdr *RelSec = getRelSection(RelData); in section_rel_end()
682 const Elf_Shdr *sec = getRelSection(Rel); in getRelocationSymbol()
701 const Elf_Shdr *sec = getRelSection(Rel); in getRelocationOffset()
710 const Elf_Shdr *sec = getRelSection(Rel); in getRelocationType()
732 if (getRelSection(Rel)->sh_type != ELF::SHT_RELA) in getRelocationAddend()
740 assert(getRelSection(Rel)->sh_type == ELF::SHT_REL); in getRel()
747 assert(getRelSection(Rela)->sh_type == ELF::SHT_RELA); in getRela()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELFObjectFile.h279 const Elf_Shdr *getRelSection(DataRefImpl Rel) const { in getRelSection() function
780 const Elf_Shdr *RelSec = getRelSection(RelData); in section_rel_end()
818 const Elf_Shdr *sec = getRelSection(Rel); in getRelocationSymbol()
835 const Elf_Shdr *sec = getRelSection(Rel); in getRelocationOffset()
844 const Elf_Shdr *sec = getRelSection(Rel); in getRelocationType()
866 if (getRelSection(Rel)->sh_type != ELF::SHT_RELA) in getRelocationAddend()
874 assert(getRelSection(Rel)->sh_type == ELF::SHT_REL); in getRel()
884 assert(getRelSection(Rela)->sh_type == ELF::SHT_RELA); in getRela()
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp306 const Elf_Shdr *getRelSection(DataRefImpl Rel) const { in getRelSection() function in __anon198eba5b0611::ELFObjectFile