Home | History | Annotate | Download | only in Object

Lines Matching refs:getSection

307     return getSection(Rel.w.b);
317 const Elf_Shdr *getSection(DataRefImpl index) const;
318 const Elf_Shdr *getSection(uint32_t index) const;
383 const Elf_Shdr *getSection(const Elf_Sym *symb) const;
455 ::getSection(const Elf_Sym *symb) const {
457 return getSection(ExtendedSymbolTable.lookup(symb));
460 return getSection(symb->st_shndx);
479 default: Section = getSection(symb);
513 default: Section = getSection(symb);
552 const Elf_Shdr *Section = getSection(symb);
680 const Elf_Shdr *sec = getSection(symb);
817 RelData.w.a = getSection(ittr->second[0])->sh_info;
834 const Elf_Shdr *relocsec = getSection(relocsecindex);
848 const Elf_Shdr *relocsec = getSection(Rel.w.b);
853 SectionRelocMap.lookup(getSection(Rel.w.a));
877 const Elf_Shdr *sec = getSection(Rel.w.b);
905 const Elf_Shdr *sec = getSection(Rel.w.b);
927 const Elf_Shdr *sec = getSection(Rel.w.b);
950 const Elf_Shdr *sec = getSection(Rel.w.b);
1063 const Elf_Shdr *sec = getSection(Rel.w.b);
1082 const Elf_Shdr *sec = getSection(Rel.w.b);
1169 SectionRelocMap[getSection(sh->sh_info)].push_back(i);
1181 dot_shstrtab_sec = getSection(getStringTableIndex());
1345 return getEntry<T>(getSection(Section), Entry);
1379 ELFObjectFile<target_endianness, is64Bits>::getSection(DataRefImpl Symb) const {
1380 const Elf_Shdr *sec = getSection(Symb.d.b);
1389 ELFObjectFile<target_endianness, is64Bits>::getSection(uint32_t index) const {
1405 return getString(getSection(section), offset);
1424 const Elf_Shdr *section = getSection(symb);