Searched refs:vn_cnt (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | link.h | 352 Elf32_Half vn_cnt; /* no. of associated aux entries */ member 396 Elf64_Half vn_cnt; /* no. of associated aux entries */ member
|
/titanic_50/usr/src/cmd/sgs/elfdump/common/ |
H A D | fake_shdr.c | 706 if (xlate_data(fstate, &verneed.vn_cnt, sizeof (verneed.vn_cnt), in read_verneed() 718 *cnt = verneed.vn_cnt; in read_verneed()
|
H A D | elfdump.c | 2150 Half vcnt = vnd->vn_cnt; in version_need() 2238 Half vcnt = vnd->vn_cnt; in update_gnu_verndx()
|
/titanic_50/usr/src/cmd/sgs/libelf/common/ |
H A D | xlate64.m4 | 1437 for (i = 0; i < src->vn_cnt; i++) { 1464 tofh(dst, src->vn_cnt, VN1_cnt_$2); 2018 dst->vn_cnt = tomh(src, VN1_cnt_$2); 2026 for (i = 0; i < dst->vn_cnt; i++) {
|
H A D | xlate.m4 | 1446 for (i = 0; i < src->vn_cnt; i++) { 1472 tofh(dst, src->vn_cnt, VN1_cnt_$2); 1979 dst->vn_cnt = tomh(src, VN1_cnt_$2); 1987 for (i = 0; i < dst->vn_cnt; i++) {
|
/titanic_50/usr/src/cmd/sgs/libld/common/ |
H A D | version.c | 849 Half cnt = vnd->vn_cnt; in ld_vers_need_process()
|
H A D | update.c | 2841 vnd->vn_cnt = (Half)cnt; in update_overneed()
|
/titanic_50/usr/src/cmd/sgs/pvs/common/ |
H A D | pvs.c | 596 for (ndx = 0; ndx < vnd->vn_cnt; ndx++, in gvers_need()
|
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | elf.c | 516 Half cnt = vnd->vn_cnt; in elf_verify_vers()
|