Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libelf/
H A Delf_types.m4265 `vd_aux, WORD',
275 `vd_aux, WORD',
/freebsd/sys/sys/
H A Delf32.h224 Elf32_Word vd_aux; member
H A Delf64.h230 Elf64_Word vd_aux; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h309 Elf_Word vd_aux; // Offset to the first Verdaux entry (in bytes)
314 return reinterpret_cast<const Elf_Verdaux *>((const char *)this + vd_aux);
H A DELF.h1095 const uint8_t *VerdauxBuf = VerdefBuf + D->vd_aux; in getVersionDefinitions()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp400 const uint8_t *BufAux = Buf + Verdef->vd_aux; in printSymbolVersionDefinition()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2894 Elf32_Word vd_aux; /* Offset to aux entries. */ member
2930 Elf64_Word vd_aux; /* Offset to aux entries. */ member
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c2504 PRT("\tvd_aux: %u\n", vd->vd_aux); in elf_print_verdef()
2507 buf2 = buf + vd->vd_aux; in elf_print_verdef()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1658 VerDef.vd_aux = sizeof(Elf_Verdef); in writeSectionContent()
/freebsd/libexec/rtld-elf/
H A Drtld.c5787 vd->vd_aux); in check_object_provided_version()
5879 vd->vd_aux); in rtld_verify_object_versions()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c4012 buf2 = buf + vd->vd_aux; in dump_verdef()