Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp298 IndexMap_t SymbolTableSectionsIndexMap; member in __anon198eba5b0611::ELFObjectFile
839 IndexMap_t::const_iterator it = SymbolTableSectionsIndexMap.find(sec->sh_link); in getRelocationSymbol()
840 if (it == SymbolTableSectionsIndexMap.end()) in getRelocationSymbol()
1113 SymbolTableSectionsIndexMap[i] = SymbolTableSections.size(); in ELFObjectFile()