Searched defs:rpath_elt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Ddyn.c967 elfedit_dyn_elt_t rpath_elt; local
975 elfedit_dyn_elt_init(&rpath_elt);
981 elfedit_dyn_elt_save(&rpath_elt, i, &dyn[i]);
997 if (rpath_elt.dn_seen || runpath_elt.dn_seen) {
1005 if ((!rpath_elt.dn_seen ||
1006 (strcmp(elfedit_dyn_offset_to_str(strsec, &rpath_elt),
1011 if (rpath_elt.dn_seen)
1015 dynsec->sec_name, EC_WORD(rpath_elt.dn_ndx),
1039 rpath_elt.dn_dyn.d_un.d_val = runpath_elt.dn_dyn.d_un.d_val =
1044 if (rpath_elt
[all...]

Completed in 54 milliseconds