Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DELFDumper.cpp596 unsigned VerNeedNum = 0; in printVersionDependencySection() local
599 VerNeedNum = Dyn.d_un.d_val; in printVersionDependencySection()
606 for (unsigned I = 0; I < VerNeedNum; ++I) { in printVersionDependencySection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp666 unsigned VerNeedNum = 0; in printVersionDependencySection() local
669 VerNeedNum = Dyn.d_un.d_val; in printVersionDependencySection()
676 for (unsigned I = 0; I < VerNeedNum; ++I) { in printVersionDependencySection()