Searched refs:vna_next (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf32.h | 247 Elf32_Word vna_next; member in struct:__anon422
|
H A D | elf64.h | 250 Elf64_Word vna_next; member in struct:__anon439
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | link.h | 366 Elf32_Word vna_next; /* no. of bytes from start of this */ member in struct:__anon279 410 Elf64_Word vna_next; /* no. of bytes from start of this */ member in struct:__anon284
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | xlate.m4 | 1457 vaux->vna_next); 1458 vaux_dst_next = vaux_dst + vaux->vna_next; 1464 tofw(vaux_dst, vaux->vna_next, VNA1_next_$2); 1992 vaux->vna_next = tomw(src_vaux, VNA1_next_$2); 1993 src_vaux += vaux->vna_next; 1996 vaux->vna_next);
|
H A D | xlate64.m4 | 1448 vaux->vna_next); 1449 vaux_dst_next = vaux_dst + vaux->vna_next; 1455 tofw(vaux_dst, vaux->vna_next, VNA1_next_$2); 2031 vaux->vna_next = tomw(src_vaux, VNA1_next_$2); 2032 src_vaux += vaux->vna_next; 2035 vaux->vna_next);
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | fake_shdr.c | 729 * its vna_next field. 740 /* xlate vna_next */ 741 if (xlate_data(fstate, &vernaux.vna_next, sizeof (vernaux.vna_next), 745 *next = vernaux.vna_next;
|
H A D | elfdump.c | 2200 vnap = (Vernaux *)((uintptr_t)vnap + vnap->vna_next); 2203 vnap->vna_next)) { 2274 vnap = (Vernaux *)((uintptr_t)vnap + vnap->vna_next); 2277 vnap->vna_next)) {
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | version.c | 870 vnap = (Vernaux *)((uintptr_t)vnap + vnap->vna_next)) {
|
H A D | update.c | 2833 _vnap->vna_next = 2839 _vnap->vna_next = 0;
|
/illumos-gate/usr/src/cmd/sgs/pvs/common/ |
H A D | pvs.c | 597 vnap = (GElf_Vernaux *)((uintptr_t)vnap + vnap->vna_next)) {
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | elf.c | 538 cnt--, vnap = (Vernaux *)((Xword)vnap + vnap->vna_next)) {
|
Completed in 109 milliseconds