Searched refs:Verdef (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | ELFDump.cpp | 395 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 D | elf_generic.h | 74 __ElfType(Verdef);
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | libelf_align.c | 81 [ELF_T_VDEF] = MALIGN(Verdef),
|
H A D | elf_types.m4 | 58 `VDEF, Verdef',
|
H A D | libelf_convert.m4 | 700 MAKE_VERSION_CONVERTERS(VDEF,Verdef,Verdaux,vd)
|
/freebsd/sys/cddl/compat/opensolaris/sys/ |
H A D | elf.h | 45 __sElfN(Verdef);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | ELFYAML.h | 220 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 D | ELFTypes.h | 68 using Verdef = Elf_Verdef_Impl<ELFType<E, Is64>>; member 124 using Elf_Verdef = typename ELFT::Verdef; \
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | InputFiles.cpp | 1380 auto *curVerdef = reinterpret_cast<const typename ELFT::Verdef *>(verdef); in parseVerdefs() 1458 using Elf_Verdef = typename ELFT::Verdef; in parse()
|
H A D | SyntheticSections.cpp | 3793 reinterpret_cast<const typename ELFT::Verdef *>(f->verdefs[i]); in finalizeContents()
|