Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DRelocationResolver.cpp788 return Elf32LEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation()
790 return Elf64LEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation()
792 return Elf32BEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation()
794 return Elf64BEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DELFObjectFile.h419 const Elf_Shdr *getRelSection(DataRefImpl Rel) const { in getRelSection() function
980 const Elf_Shdr *RelSec = getRelSection(RelData); in section_rel_end()
1016 const Elf_Shdr *sec = getRelSection(Rel); in getRelocationSymbol()
1033 const Elf_Shdr *sec = getRelSection(Rel); in getRelocationOffset()
1042 const Elf_Shdr *sec = getRelSection(Rel); in getRelocationType()
1064 if (getRelSection(Rel)->sh_type != ELF::SHT_RELA) in getRelocationAddend()
1072 assert(getRelSection(Rel)->sh_type == ELF::SHT_REL); in getRel()
1082 assert(getRelSection(Rela)->sh_type == ELF::SHT_RELA); in getRela()