Home
last modified time | relevance | path

Searched refs:Verdaux (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dmachelf.h87 typedef Elf64_Verdaux Verdaux; typedef
134 typedef Elf32_Verdaux Verdaux;
/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dversion.c236 ofl->ofl_verdefsz += (cnt * sizeof (Verdaux)); in ld_vers_check_defs()
653 Verdaux *vdap = (Verdaux *)((uintptr_t)vdf + in ld_vers_def_process()
730 vdap = (Verdaux *)((uintptr_t)vdap + vdap->vda_next); in ld_vers_def_process()
732 vdap = (Verdaux *)((uintptr_t)vdap + vdap->vda_next)) { in ld_vers_def_process()
H A Dupdate.c2655 Verdaux *vdap, *_vdap; in update_overdef()
2657 _vdap = vdap = (Verdaux *)(vdf + 1); in update_overdef()
/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c674 Verdaux verdaux; in read_verdaux()
801 size_aux = sizeof (Verdaux); in verdefneed_size()
H A Delfdump.c2063 Verdaux *vdap = (Verdaux *)((uintptr_t)vdf + vdf->vd_aux); in version_def()
2069 vdap = (Verdaux *)((uintptr_t)vdap + vdap->vda_next); in version_def()
2084 vdap = (Verdaux *)((uintptr_t)vdap + vdap->vda_next); in version_def()
2086 vdap = (Verdaux *)((uintptr_t)vdap + in version_def()
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Delf.c562 Verdaux *vdap; in elf_verify_vers()
567 vdap = (Verdaux *)((Xword)vdf + vdf->vd_aux); in elf_verify_vers()