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

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Ddyn.c968 elfedit_dyn_elt_t runpath_elt; local
976 elfedit_dyn_elt_init(&runpath_elt);
985 elfedit_dyn_elt_save(&runpath_elt, i, &dyn[i]);
997 if (rpath_elt.dn_seen || runpath_elt.dn_seen) {
1008 (!runpath_elt.dn_seen ||
1009 (strcmp(elfedit_dyn_offset_to_str(strsec, &runpath_elt),
1018 if (runpath_elt.dn_seen)
1023 EC_WORD(runpath_elt.dn_ndx),
1039 rpath_elt.dn_dyn.d_un.d_val = runpath_elt.dn_dyn.d_un.d_val =
1059 if (runpath_elt
[all...]

Completed in 62 milliseconds