Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELFObjectFile.h420 const Elf_Shdr *getRelSection(DataRefImpl Rel) const { in getRelSection() function
983 const Elf_Shdr *RelSec = getRelSection(RelData); in section_rel_end()
1019 const Elf_Shdr *sec = getRelSection(Rel); in getRelocationSymbol()
1036 const Elf_Shdr *sec = getRelSection(Rel); in getRelocationOffset()
1045 const Elf_Shdr *sec = getRelSection(Rel); in getRelocationType()
1067 if (getRelSection(Rel)->sh_type != ELF::SHT_RELA) in getRelocationAddend()
1075 assert(getRelSection(Rel)->sh_type == ELF::SHT_REL); in getRel()
1085 assert(getRelSection(Rela)->sh_type == ELF::SHT_RELA); in getRela()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DRelocationResolver.cpp853 return Elf32LEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation()
855 return Elf64LEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation()
857 return Elf32BEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation()
859 return Elf64BEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation()