Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp297 Sections_t SymbolTableSections; member in __anon198eba5b0611::ELFObjectFile
387 const Elf_Shdr *SymbolTableSection = SymbolTableSections[Symb.d.b]; in validateSymbol()
407 const Elf_Shdr *SymbolTableSection = SymbolTableSections[Symb.d.b]; in getSymbolNext()
416 if (Symb.d.b >= SymbolTableSections.size()) { in getSymbolNext()
1113 SymbolTableSectionsIndexMap[i] = SymbolTableSections.size(); in ELFObjectFile()
1114 SymbolTableSections.push_back(sh); in ELFObjectFile()
1179 if (SymbolTableSections.size() == 0) { in begin_symbols()
1310 return getEntry<Elf_Sym>(SymbolTableSections[Symb.d.b], Symb.d.a); in getSymbol()