Searched refs:vdap (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/sgs/pvs/common/ |
H A D | pvs.c | 841 GElf_Verdaux *vdap; in gvers_def() local 844 vdap = (GElf_Verdaux *)((uintptr_t)vdf + vdf->vd_aux); in gvers_def() 849 _name = (char *)(strs + vdap->vda_name); in gvers_def() 855 vdap = (GElf_Verdaux *)((uintptr_t)vdap + vdap->vda_next); in gvers_def() 857 vdap = (GElf_Verdaux *)((uintptr_t)vdap + vdap->vda_next)) { in gvers_def() 858 _name = (char *)(strs + vdap->vda_name); in gvers_def()
|
/titanic_50/usr/src/cmd/sgs/libld/common/ |
H A D | version.c | 653 Verdaux *vdap = (Verdaux *)((uintptr_t)vdf + in ld_vers_def_process() local 663 name = (char *)(str + vdap->vda_name); 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() 735 name = (char *)(str + vdap->vda_name); in ld_vers_def_process()
|
H A D | update.c | 2655 Verdaux *vdap, *_vdap; in update_overdef() local 2657 _vdap = vdap = (Verdaux *)(vdf + 1); in update_overdef() 2665 vdap->vda_name = (uintptr_t)vdp->vd_name; in update_overdef() 2666 vdap++; in update_overdef() 2668 _vdap->vda_next = (Word)((uintptr_t)vdap - (uintptr_t)_vdap); in update_overdef() 2676 vdap->vda_name = (uintptr_t)_vdp->vd_name; in update_overdef() 2677 _vdap = vdap; in update_overdef() 2678 vdap++, cnt++; in update_overdef() 2680 _vdap->vda_next = (Word)((uintptr_t)vdap - in update_overdef() 2699 vdf = (Verdef *)vdap, num++; in update_overdef()
|
/titanic_50/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 2067 Verdaux *vdap = (Verdaux *)((uintptr_t)vdf + vdf->vd_aux); in version_def() local 2072 name = string(vcache, cnt, scache, file, vdap->vda_name); in version_def() 2073 vdap = (Verdaux *)((uintptr_t)vdap + vdap->vda_next); in version_def() 2075 dep = string(vcache, cnt, scache, file, vdap->vda_name); in version_def() 2088 vdap = (Verdaux *)((uintptr_t)vdap + vdap->vda_next); in version_def() 2090 vdap = (Verdaux *)((uintptr_t)vdap + in version_def() 2091 vdap->vda_next)) { in version_def() 2093 vdap->vda_name); in version_def()
|
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | elf.c | 562 Verdaux *vdap; in elf_verify_vers() local 567 vdap = (Verdaux *)((Xword)vdf + vdf->vd_aux); in elf_verify_vers() 568 define = (char *)(nstrs + vdap->vda_name); in elf_verify_vers()
|