Lines Matching refs:getSection
307 return getSection(Rel.w.b); in getRelSection()
317 const Elf_Shdr *getSection(DataRefImpl index) const;
318 const Elf_Shdr *getSection(uint32_t index) const;
379 const Elf_Shdr *getSection(const Elf_Sym *symb) const;
446 ::getSection(const Elf_Sym *symb) const { in getSection() function in ELFObjectFile
448 return getSection(ExtendedSymbolTable.lookup(symb)); in getSection()
451 return getSection(symb->st_shndx); in getSection()
470 default: Section = getSection(symb); in getSymbolOffset()
504 default: Section = getSection(symb); in getSymbolAddress()
543 const Elf_Shdr *Section = getSection(symb); in getSymbolNMTypeChar()
765 RelData.w.a = getSection(ittr->second[0])->sh_info; in getSectionRelBegin()
782 const Elf_Shdr *relocsec = getSection(relocsecindex); in getSectionRelEnd()
796 const Elf_Shdr *relocsec = getSection(Rel.w.b); in getRelocationNext()
801 SectionRelocMap.lookup(getSection(Rel.w.a)); in getRelocationNext()
825 const Elf_Shdr *sec = getSection(Rel.w.b); in getRelocationSymbol()
853 const Elf_Shdr *sec = getSection(Rel.w.b); in getRelocationAddress()
875 const Elf_Shdr *sec = getSection(Rel.w.b); in getRelocationType()
898 const Elf_Shdr *sec = getSection(Rel.w.b); in getRelocationTypeName()
1011 const Elf_Shdr *sec = getSection(Rel.w.b); in getRelocationAdditionalInfo()
1030 const Elf_Shdr *sec = getSection(Rel.w.b); in getRelocationValueString()
1117 SectionRelocMap[getSection(sh->sh_info)].push_back(i); in ELFObjectFile()
1129 dot_shstrtab_sec = getSection(getStringTableIndex()); in ELFObjectFile()
1293 return getEntry<T>(getSection(Section), Entry); in getEntry()
1327 ELFObjectFile<target_endianness, is64Bits>::getSection(DataRefImpl Symb) const { in getSection() function in ELFObjectFile
1328 const Elf_Shdr *sec = getSection(Symb.d.b); in getSection()
1337 ELFObjectFile<target_endianness, is64Bits>::getSection(uint32_t index) const { in getSection() function in ELFObjectFile
1353 return getString(getSection(section), offset); in getString()
1372 const Elf_Shdr *section = getSection(symb); in getSymbolName()