Searched refs:getRelSection (Results 1 – 2 of 2) sorted by relevance
743 return Elf32LEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation()745 return Elf64LEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation()747 return Elf32BEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation()749 return Elf64BEObj->getRelSection(R.getRawDataRefImpl())->sh_type; in resolveRelocation()
407 const Elf_Shdr *getRelSection(DataRefImpl Rel) const { in getRelSection() function964 const Elf_Shdr *RelSec = getRelSection(RelData); in section_rel_end()999 const Elf_Shdr *sec = getRelSection(Rel); in getRelocationSymbol()1016 const Elf_Shdr *sec = getRelSection(Rel); in getRelocationOffset()1025 const Elf_Shdr *sec = getRelSection(Rel); in getRelocationType()1047 if (getRelSection(Rel)->sh_type != ELF::SHT_RELA) in getRelocationAddend()1055 assert(getRelSection(Rel)->sh_type == ELF::SHT_REL); in getRel()1065 assert(getRelSection(Rela)->sh_type == ELF::SHT_RELA); in getRela()