Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp395 auto *Verdef = reinterpret_cast<const typename ELFT::Verdef *>(Buf); in printSymbolVersionDefinition() local
397 << format("0x%02" PRIx16 " ", (uint16_t)Verdef->vd_flags) in printSymbolVersionDefinition()
398 << format("0x%08" PRIx32 " ", (uint32_t)Verdef->vd_hash); in printSymbolVersionDefinition()
400 const uint8_t *BufAux = Buf + Verdef->vd_aux; in printSymbolVersionDefinition()
410 Buf = Verdef->vd_next ? Buf + Verdef->vd_next : nullptr; in printSymbolVersionDefinition()
/freebsd/sys/sys/
H A Delf_generic.h74 __ElfType(Verdef);
/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_align.c81 [ELF_T_VDEF] = MALIGN(Verdef),
H A Delf_types.m458 `VDEF, Verdef',
H A Dlibelf_convert.m4700 MAKE_VERSION_CONVERTERS(VDEF,Verdef,Verdaux,vd)
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Delf.h45 __sElfN(Verdef);
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h220 Verdef, enumerator
592 VerdefSection() : Section(ChunkKind::Verdef) {} in VerdefSection()
598 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Verdef; } in classof()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h68 using Verdef = Elf_Verdef_Impl<ELFType<E, Is64>>; member
124 using Elf_Verdef = typename ELFT::Verdef; \
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1380 auto *curVerdef = reinterpret_cast<const typename ELFT::Verdef *>(verdef); in parseVerdefs()
1458 using Elf_Verdef = typename ELFT::Verdef; in parse()
H A DSyntheticSections.cpp3793 reinterpret_cast<const typename ELFT::Verdef *>(f->verdefs[i]); in finalizeContents()