Searched refs:si_boundto (Results 1 - 14 of 14) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | syminfo.c | 56 if (sip->si_boundto == SYMINFO_BT_SELF) 58 else if (sip->si_boundto == SYMINFO_BT_PARENT) 76 } else if (sip->si_boundto == SYMINFO_BT_EXTERN) 120 sip->si_boundto);
|
H A D | syms.c | 600 if (sip->si_boundto < SYMINFO_BT_LOWRESERVE) 601 needed = strtab + dyn[sip->si_boundto].d_un.d_val;
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | syminfo.c | 45 SYMINFO_CMD_T_SI_BOUNDTO = 1, /* syminfo:si_boundto */ 46 SYMINFO_CMD_T_SI_FLAGS = 2 /* syminfo:si_boundto */ 173 * - syminfo:si_boundto accepts 2 arguments 284 if ((syminfo->si_boundto < SYMINFO_BT_LOWRESERVE) && 285 (syminfo->si_boundto < argstate->dynamic.n) && 286 ((dyn[syminfo->si_boundto].d_tag == DT_NEEDED) || 287 (dyn[syminfo->si_boundto].d_tag == DT_USED))) 289 dyn[syminfo->si_boundto].d_un.d_val, 351 Half bndto = syminfo->si_boundto; 459 * the dynamic section that should be used for the si_boundto valu [all...] |
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf32.h | 253 Elf32_Half si_boundto; /* direct bindings - symbol bound to */ member in struct:__anon423
|
H A D | elf64.h | 256 Elf64_Half si_boundto; /* direct bindings - symbol bound to */ member in struct:__anon440
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | link.h | 372 Elf32_Half si_boundto; /* direct bindings - symbol bound to */ member in struct:__anon280 416 Elf64_Half si_boundto; /* direct bindings - symbol bound to */ member in struct:__anon285 484 * Syminfo.si_boundto values.
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | gelf.c | 581 dst->si_boundto = si->si_boundto; 615 d->si_boundto = src->si_boundto;
|
H A D | xlate.m4 | 1309 tofh(dst, src->si_boundto, SI1_boundto_$2); 1875 dst->si_boundto = tomh(src, SI1_boundto_$2);
|
H A D | xlate64.m4 | 1300 tofh(dst, src->si_boundto, SI1_boundto_$2); 1913 dst->si_boundto = tomh(src, SI1_boundto_$2);
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | dlfcns.c | 1289 (sip->si_boundto < SYMINFO_BT_LOWRESERVE)) 1291 sip->si_boundto, name, 0, NULL, in_nfavl); 2117 (sip->si_boundto < SYMINFO_BT_LOWRESERVE) && 2119 dyip += sip->si_boundto;
|
H A D | analyze.c | 2834 if (sip->si_boundto == SYMINFO_BT_PARENT) { 2874 if (sip->si_boundto == SYMINFO_BT_SELF) 2984 bound = sip->si_boundto;
|
H A D | elf.c | 1601 if (elf_lookup_filtee(slp, &sr, binfo, sip->si_boundto,
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | update.c | 1353 syminfo[ndx].si_boundto = SYMINFO_BT_EXTERN; 1364 syminfo[ndx].si_boundto = SYMINFO_BT_PARENT; 1400 syminfo[ndx].si_boundto = SYMINFO_BT_NONE; 1447 syminfo[ndx].si_boundto = 2906 sip[sdp->sd_symndx].si_boundto = sdp->sd_file->ifl_neededndx; 2915 sip[sftp->sft_sdp->sd_symndx].si_boundto = dftp->dft_ndx; 2933 if (sip[_cnt].si_flags || sip[_cnt].si_boundto)
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 1902 if ((_info->si_flags == 0) && (_info->si_boundto == 0)) 1905 if (_info->si_boundto < SYMINFO_BT_LOWRESERVE) 1968 Word boundto = info->si_boundto; 1976 /* Is si_boundto set to one of the reserved values? */ 1983 * si_boundto is referencing a dynamic section. If we don't 2001 * The si_boundto reference expects a specific dynamic element
|
Completed in 111 milliseconds