Searched refs:vd_aux (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/sys/sys/
H A Delf32.h224 Elf32_Word vd_aux; member in struct:__anon15811
H A Delf64.h230 Elf64_Word vd_aux; member in struct:__anon15829
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp316 const uint8_t *BufAux = Buf + Verdef->vd_aux;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h278 Elf_Word vd_aux; // Offset to the first Verdaux entry (in bytes)
283 return reinterpret_cast<const Elf_Verdaux *>((const char *)this + vd_aux);
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h2890 Elf32_Word vd_aux; /* Offset to aux entries. */ member in struct:__anon629
2926 Elf64_Word vd_aux; /* Offset to aux entries. */ member in struct:__anon633
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c2504 PRT("\tvd_aux: %u\n", vd->vd_aux);
2507 buf2 = buf + vd->vd_aux;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1460 VerDef.vd_aux = sizeof(Elf_Verdef);
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c5346 ((const char *)vd + vd->vd_aux);
5433 vda = (const Elf_Verdaux *)((const char *)vd + vd->vd_aux);
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c3922 buf2 = buf + vd->vd_aux;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp558 const uint8_t *VerdauxBuf = VerdefBuf + D->vd_aux;

Completed in 361 milliseconds