Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h463 const Elf_Shdr *getRelSection(DataRefImpl Rel) const { in getRelSection() function
1068 const Elf_Shdr *RelSec = getRelSection(RelData); in section_rel_end()
1104 const Elf_Shdr *sec = getRelSection(Rel); in getRelocationSymbol()
1123 const Elf_Shdr *sec = getRelSection(Rel); in getRelocationOffset()
1134 const Elf_Shdr *sec = getRelSection(Rel); in getRelocationType()
1158 if (getRelSection(Rel)->sh_type == ELF::SHT_RELA) in getRelocationAddend()
1160 if (getRelSection(Rel)->sh_type == ELF::SHT_CREL) in getRelocationAddend()
1168 assert(getRelSection(Rel)->sh_type == ELF::SHT_REL); in getRel()
1178 assert(getRelSection(Rela)->sh_type == ELF::SHT_RELA); in getRela()
1188 assert(getRelSection(Crel)->sh_type == ELF::SHT_CREL); in getCrel()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp877 return Elf32LEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation()
879 return Elf64LEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation()
881 return Elf32BEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation()
883 return Elf64BEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation()