Searched refs:getRelSection (Results 1 – 3 of 3) sorted by relevance
251 const Elf_Shdr *getRelSection(DataRefImpl Rel) const { in getRelSection() function644 const Elf_Shdr *RelSec = getRelSection(RelData); in section_rel_end()682 const Elf_Shdr *sec = getRelSection(Rel); in getRelocationSymbol()701 const Elf_Shdr *sec = getRelSection(Rel); in getRelocationOffset()710 const Elf_Shdr *sec = getRelSection(Rel); in getRelocationType()732 if (getRelSection(Rel)->sh_type != ELF::SHT_RELA) in getRelocationAddend()740 assert(getRelSection(Rel)->sh_type == ELF::SHT_REL); in getRel()747 assert(getRelSection(Rela)->sh_type == ELF::SHT_RELA); in getRela()
279 const Elf_Shdr *getRelSection(DataRefImpl Rel) const { in getRelSection() function780 const Elf_Shdr *RelSec = getRelSection(RelData); in section_rel_end()818 const Elf_Shdr *sec = getRelSection(Rel); in getRelocationSymbol()835 const Elf_Shdr *sec = getRelSection(Rel); in getRelocationOffset()844 const Elf_Shdr *sec = getRelSection(Rel); in getRelocationType()866 if (getRelSection(Rel)->sh_type != ELF::SHT_RELA) in getRelocationAddend()874 assert(getRelSection(Rel)->sh_type == ELF::SHT_REL); in getRel()884 assert(getRelSection(Rela)->sh_type == ELF::SHT_RELA); in getRela()
306 const Elf_Shdr *getRelSection(DataRefImpl Rel) const { in getRelSection() function in __anon198eba5b0611::ELFObjectFile