Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dlink.h339 Elf32_Word vd_next; /* no. of bytes from start of this */ member
384 Elf64_Word vd_next; /* no. of bytes from start of this */ member
/titanic_41/usr/src/cmd/sgs/libelf/common/
H A Dxlate.m41371 next_verdef = (Elf32_Verdef *)(src->vd_next ?
1372 (char *)src + src->vd_next : (char *)end);
1373 dst_next = dst + src->vd_next;
1411 tofw(dst, src->vd_next, VD1_next_$2);
1943 dst->vd_next = tomw(src, VD1_next_$2);
1956 src += dst->vd_next;
1958 dst = (Elf32_Verdef *)(dst->vd_next ?
1959 (char *)dst + dst->vd_next : (char *)end);
H A Dxlate64.m41362 next_verdef = (Elf64_Verdef *)(src->vd_next ?
1363 (Byte *)src + src->vd_next : (Byte *)end);
1364 dst_next = dst + src->vd_next;
1402 tofw(dst, src->vd_next, VD1_next_$2);
1981 dst->vd_next = tomw(src, VD1_next_$2);
1994 src += dst->vd_next;
1996 dst = (Elf64_Verdef *)(dst->vd_next ?
1997 (Byte *)dst + dst->vd_next : (Byte *)end);
/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dversion.c647 vdf = (Verdef *)((uintptr_t)vdf + vdf->vd_next)) { in ld_vers_def_process()
H A Dupdate.c2701 _vdf->vd_next = (Word)((uintptr_t)vdf - (uintptr_t)_vdf); in update_overdef()
2703 _vdf->vd_next = 0; in update_overdef()
/titanic_41/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c838 vdf = (GElf_Verdef *)((uintptr_t)vdf + vdf->vd_next)) { in gvers_def()
/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c660 *next = verdef.vd_next; in read_verdef()
H A Delfdump.c2058 vdf = (Verdef *)((uintptr_t)vdf + vdf->vd_next)) { in version_def()
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Delf.c561 vdf = (Verdef *)((Xword)vdf + vdf->vd_next)) { in elf_verify_vers()