Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp377 const Elf_Shdr *SymbolVersionNeedSection = nullptr; // .gnu.version_r member in __anon28a7ad930111::ELFDumper
769 Obj.loadVersionMap(SymbolVersionNeedSection, SymbolVersionDefSection); in getVersionMap()
1924 if (!SymbolVersionNeedSection) in ELFDumper()
1925 SymbolVersionNeedSection = &Sec; in ELFDumper()
2138 printVersionDependencySection(SymbolVersionNeedSection); in printVersionInfo()