Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp387 const Elf_Shdr *SymbolTableSection = SymbolTableSections[Symb.d.b]; in validateSymbol() local
392 && SymbolTableSection in validateSymbol()
394 + SymbolTableSection->sh_offset) in validateSymbol()
396 + SymbolTableSection->sh_offset in validateSymbol()
397 + SymbolTableSection->sh_size))) in validateSymbol()
407 const Elf_Shdr *SymbolTableSection = SymbolTableSections[Symb.d.b]; in getSymbolNext() local
411 if (Symb.d.a >= SymbolTableSection->getEntityCount()) { in getSymbolNext()