Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dlink.h337 Elf32_Word vd_aux; /* no. of bytes from start of this */ member
382 Elf64_Word vd_aux; /* no. of bytes from start of this */ member
/titanic_44/usr/src/cmd/sgs/libelf/common/
H A Dxlate.m41376 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 Dxlate64.m41367 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);
/titanic_44/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c654 if (xlate_data(fstate, &verdef.vd_aux, in read_verdef()
659 *aux = verdef.vd_aux; in read_verdef()
H A Delfdump.c2063 Verdaux *vdap = (Verdaux *)((uintptr_t)vdf + vdf->vd_aux); in version_def()
/titanic_44/usr/src/cmd/sgs/libld/common/
H A Dversion.c654 vdf->vd_aux); in ld_vers_def_process()
H A Dupdate.c2690 vdf->vd_aux = (Word)((uintptr_t)(vdf + 1) - (uintptr_t)vdf); in update_overdef()
/titanic_44/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c844 vdap = (GElf_Verdaux *)((uintptr_t)vdf + vdf->vd_aux); in gvers_def()
/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Delf.c567 vdap = (Verdaux *)((Xword)vdf + vdf->vd_aux); in elf_verify_vers()