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

/freebsd-11-stable/contrib/binutils/include/elf/
H A Dexternal.h212 unsigned char vd_aux[4]; member in struct:__anon519
H A Dinternal.h147 unsigned long vd_aux; /* Offset to verdaux entries. */ member in struct:elf_internal_verdef
155 struct elf_internal_verdaux *vd_auxptr; /* vd_aux as pointer. */
/freebsd-11-stable/sys/sys/
H A Delf64.h228 Elf64_Word vd_aux; member in struct:__anon8495
H A Delf32.h222 Elf32_Word vd_aux; member in struct:__anon8477
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp300 const uint8_t *BufAux = Buf + Verdef->vd_aux;
/freebsd-11-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-11-stable/contrib/binutils/binutils/
H A Dreadelf.c6484 ent.vd_aux = BYTE_GET (edef->vd_aux);
6493 vstart += ent.vd_aux;
6505 isum = idx + ent.vd_aux;
6803 ivd.vd_aux = BYTE_GET (evd.vd_aux);
6806 offset - ivd.vd_next + ivd.vd_aux,
7326 ivd.vd_aux = BYTE_GET (evd.vd_aux);
7335 offset += ivd.vd_aux;
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf.c70 dst->vd_aux = H_GET_32 (abfd, src->vd_aux);
86 H_PUT_32 (abfd, src->vd_aux, dst->vd_aux);
6929 if (iverdef->vd_aux
6934 ((bfd_byte *) everdef + iverdef->vd_aux));
H A Delflink.c3201 if (def.vd_aux != sizeof (Elf_External_Verdef))
5823 def.vd_aux = 2 * sizeof (Elf_External_Verdef);
5828 def.vd_aux = sizeof (Elf_External_Verdef);
5880 def.vd_aux = sizeof (Elf_External_Verdef);
5928 def.vd_aux = sizeof (Elf_External_Verdef);
/freebsd-11-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c2504 PRT("\tvd_aux: %u\n", vd->vd_aux);
2507 buf2 = buf + vd->vd_aux;
/freebsd-11-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h2890 Elf32_Word vd_aux; /* Offset to aux entries. */ member in struct:__anon69
2926 Elf64_Word vd_aux; /* Offset to aux entries. */ member in struct:__anon73
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1037 VerDef.vd_aux = sizeof(Elf_Verdef);
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c5216 ((char *)vd + vd->vd_aux);
5303 vda = (const Elf_Verdaux *)((char *)vd + vd->vd_aux);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp528 const uint8_t *VerdauxBuf = VerdefBuf + D->vd_aux;
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c3916 buf2 = buf + vd->vd_aux;

Completed in 408 milliseconds