Home
last modified time | relevance | path

Searched defs:Verdef (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELFTypes.h66 using Verdef = Elf_Verdef_Impl<ELFType<E, Is64>>; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DELFDump.cpp318 auto *Verdef = reinterpret_cast<const typename ELFT::Verdef *>(Buf); in printSymbolVersionDefinition() local
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Ddynobj.h407 Verdef(const char* name, const std::vector<std::string>& deps, in Verdef() function
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Ddynobj.h407 Verdef(const char* name, const std::vector<std::string>& deps, in Verdef() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp1319 const Elf_Verdef *Verdef = reinterpret_cast<const Elf_Verdef *>(Buf); in dumpVerdefSection() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h190 Verdef, enumerator