Home
last modified time | relevance | path

Searched refs:SymTable (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DELF.h577 const Elf_Shdr &SymTable = **SymTableOrErr; in getSHNDXTable() local
578 if (SymTable.sh_type != ELF::SHT_SYMTAB && in getSHNDXTable()
579 SymTable.sh_type != ELF::SHT_DYNSYM) in getSHNDXTable()
581 if (V.size() != (SymTable.sh_size / sizeof(Elf_Sym))) in getSHNDXTable()
H A DELFObjectFile.h290 DataRefImpl toDRI(const Elf_Shdr *SymTable, unsigned SymbolNum) const { in toDRI() argument
292 if (!SymTable) { in toDRI()
297 assert(SymTable->sh_type == ELF::SHT_SYMTAB || in toDRI()
298 SymTable->sh_type == ELF::SHT_DYNSYM); in toDRI()
308 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr); in toDRI()