Searched refs:SymTable (Results 1 – 3 of 3) sorted by relevance
245 DataRefImpl toDRI(const Elf_Shdr *SymTable, unsigned SymbolNum) const { in toDRI() argument247 if (!SymTable) { in toDRI()252 assert(SymTable->sh_type == ELF::SHT_SYMTAB || in toDRI()253 SymTable->sh_type == ELF::SHT_DYNSYM); in toDRI()257 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr); in toDRI()361 StringRef SymTable = *EF.getStringTable(StringTableSec); in getSymbolName() local362 return ESym->getName(SymTable); in getSymbolName()
494 const Elf_Shdr &SymTable = **SymTableOrErr; in getSHNDXTable() local495 if (SymTable.sh_type != ELF::SHT_SYMTAB && in getSHNDXTable()496 SymTable.sh_type != ELF::SHT_DYNSYM) in getSHNDXTable()498 if (NumSymbols != (SymTable.sh_size / sizeof(Elf_Sym))) in getSHNDXTable()
1886 const Elf_Shdr *SymTable = *SymTableOrErr; in parsePLT() local1887 ErrorOr<StringRef> StrTable = Obj->getStringTableForSymtab(*SymTable); in parsePLT()1909 const Elf_Sym *Sym = Obj->getRelocationSymbol(&*RI, SymTable); in parsePLT()1917 const Elf_Sym *Sym = Obj->getRelocationSymbol(&*RI, SymTable); in parsePLT()