Home
last modified time | relevance | path

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

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