Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DRelocationResolver.cpp738 return Elf32LEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation()
740 return Elf64LEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation()
742 return Elf32BEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation()
744 return Elf64BEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELFObjectFile.h407 const Elf_Shdr *getRelSection(DataRefImpl Rel) const { in getRelSection() function
957 const Elf_Shdr *RelSec = getRelSection(RelData); in section_rel_end()
995 const Elf_Shdr *sec = getRelSection(Rel); in getRelocationSymbol()
1012 const Elf_Shdr *sec = getRelSection(Rel); in getRelocationOffset()
1021 const Elf_Shdr *sec = getRelSection(Rel); in getRelocationType()
1043 if (getRelSection(Rel)->sh_type != ELF::SHT_RELA) in getRelocationAddend()
1051 assert(getRelSection(Rel)->sh_type == ELF::SHT_REL); in getRel()
1061 assert(getRelSection(Rela)->sh_type == ELF::SHT_RELA); in getRela()