Searched refs:vd_aux (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf32.h | 222 Elf32_Word vd_aux; member in struct:__anon419
|
H A D | elf64.h | 228 Elf64_Word vd_aux; member in struct:__anon436
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | link.h | 339 Elf32_Word vd_aux; /* no. of bytes from start of this */ member in struct:__anon276 384 Elf64_Word vd_aux; /* no. of bytes from start of this */ member in struct:__anon281
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | xlate.m4 | 1376 vaux = (Elf32_Verdaux *)((char *)src + src->vd_aux); 1377 vaux_dst = dst + src->vd_aux; 1410 tofw(dst, src->vd_aux, VD1_aux_$2); 1942 dst->vd_aux = tomw(src, VD1_aux_$2); 1945 src_vaux = src + dst->vd_aux; 1947 vaux = (Elf32_Verdaux*)((char *)dst + dst->vd_aux);
|
H A D | xlate64.m4 | 1367 vaux = (Elf64_Verdaux *)((Byte *)src + src->vd_aux); 1368 vaux_dst = dst + src->vd_aux; 1401 tofw(dst, src->vd_aux, VD1_aux_$2); 1980 dst->vd_aux = tomw(src, VD1_aux_$2); 1983 src_vaux = src + dst->vd_aux; 1985 vaux = (Elf64_Verdaux *)((Byte *)dst + dst->vd_aux);
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | fake_shdr.c | 634 * its vd_cnt, vd_aux, and vd_next fields. 651 * xlate vd_aux and vd_next. These items are adjacent and are 654 if (xlate_data(fstate, &verdef.vd_aux, 659 *aux = verdef.vd_aux;
|
H A D | elfdump.c | 2085 Verdaux *vdap = (Verdaux *)((uintptr_t)vdf + vdf->vd_aux);
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | version.c | 654 vdf->vd_aux);
|
H A D | update.c | 2697 vdf->vd_aux = (Word)((uintptr_t)(vdf + 1) - (uintptr_t)vdf);
|
/illumos-gate/usr/src/cmd/sgs/pvs/common/ |
H A D | pvs.c | 844 vdap = (GElf_Verdaux *)((uintptr_t)vdf + vdf->vd_aux);
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | elf.c | 567 vdap = (Verdaux *)((Xword)vdf + vdf->vd_aux);
|
Completed in 105 milliseconds