Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit_machelf.c394 (null_elt.dn_ndx < (numdyn - 1))) { in elfedit64_init_obj_state()
398 dynsec->sec_name, EC_WORD(null_elt.dn_ndx)); in elfedit64_init_obj_state()
400 flags_1_elt.dn_ndx = null_elt.dn_ndx; in elfedit64_init_obj_state()
414 EC_WORD(flags_1_elt.dn_ndx)); in elfedit64_init_obj_state()
420 EC_WORD(flags_1_elt.dn_ndx)); in elfedit64_init_obj_state()
422 dyn[flags_1_elt.dn_ndx] = flags_1_elt.dn_dyn; in elfedit64_init_obj_state()
H A Dutil_machelf.c102 elt->dn_ndx = ndx; in elfedit_dyn_elt_save()
964 ((Dyn *) dynsec->sec_data->d_buf)[dyn_strpad->dn_ndx] = in elfedit_dynstr_insert()
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Ddyn.c1015 dynsec->sec_name, EC_WORD(rpath_elt.dn_ndx), in cmd_body_runpath()
1023 EC_WORD(runpath_elt.dn_ndx), in cmd_body_runpath()
1047 EC_WORD(rpath_elt.dn_ndx), in cmd_body_runpath()
1051 dyn[rpath_elt.dn_ndx] = rpath_elt.dn_dyn; in cmd_body_runpath()
1064 EC_WORD(runpath_elt.dn_ndx), in cmd_body_runpath()
1068 dyn[runpath_elt.dn_ndx] = runpath_elt.dn_dyn; in cmd_body_runpath()
H A Dsyminfo.c538 ndx = null_elt.dn_ndx; in needed_to_boundto()
H A Dstr.c599 argstate->dyn.data[strpad->dn_ndx].d_un.d_val = in cmd_body_set()
/illumos-gate/usr/src/cmd/sgs/include/
H A Delfedit.h652 Elf32_Word dn_ndx; /* Index of item in dynamic array */ member
658 Elf64_Word dn_ndx; member