Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit_machelf.c382 if (!null_elt.dn_seen) in elfedit64_init_obj_state()
393 if (!flags_1_elt.dn_seen && null_elt.dn_seen && in elfedit64_init_obj_state()
399 flags_1_elt.dn_seen = 1; in elfedit64_init_obj_state()
408 if (flags_1_elt.dn_seen) { in elfedit64_init_obj_state()
H A Dutil_machelf.c91 elt->dn_seen = 0; in elfedit_dyn_elt_init()
101 elt->dn_seen = 1; in elfedit_dyn_elt_save()
877 return (dyn_strpad->dn_seen); in elfedit_dynstr_getpad()
887 return (dyn_strpad->dn_seen); in elfedit_dynstr_getpad()
923 tail_ign = dyn_strpad->dn_seen ? dyn_strpad->dn_dyn.d_un.d_val : 0; in elfedit_dynstr_insert()
934 if (!dyn_strpad->dn_seen || (len > dyn_strpad->dn_dyn.d_un.d_val)) in elfedit_dynstr_insert()
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Ddyn.c997 if (rpath_elt.dn_seen || runpath_elt.dn_seen) { in cmd_body_runpath()
1005 if ((!rpath_elt.dn_seen || in cmd_body_runpath()
1008 (!runpath_elt.dn_seen || in cmd_body_runpath()
1011 if (rpath_elt.dn_seen) in cmd_body_runpath()
1018 if (runpath_elt.dn_seen) in cmd_body_runpath()
1044 if (rpath_elt.dn_seen) { in cmd_body_runpath()
1059 if (runpath_elt.dn_seen || !rpath_elt.dn_seen) { in cmd_body_runpath()
1060 if (runpath_elt.dn_seen) { in cmd_body_runpath()
H A Dstr.c373 if ((argstate->dyn.strpad.dn_seen != 0) && in process_args()
376 argstate->dyn.strpad.dn_seen = 0; in process_args()
440 if (argstate->dyn.strpad.dn_seen) in print_strtab()
584 if (argstate->dyn.strpad.dn_seen) { in cmd_body_set()
H A Dsyminfo.c489 if (!null_elt.dn_seen) in needed_to_boundto()
/illumos-gate/usr/src/cmd/sgs/include/
H A Delfedit.h651 int dn_seen; /* True if this item has been seen */ member
657 int dn_seen; member