Searched refs:strpad_elt (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | syminfo.c | 465 elfedit_dyn_elt_t strpad_elt; in needed_to_boundto() local 479 elfedit_dyn_elt_init(&strpad_elt); in needed_to_boundto() 482 strpad_elt.dn_dyn.d_un.d_val = 0; in needed_to_boundto() 496 elfedit_dyn_elt_save(&strpad_elt, ndx, dyn); in needed_to_boundto() 507 strpad_elt.dn_dyn.d_un.d_val, arg, &str_offset) != 0; in needed_to_boundto() 535 argstate->str.sec, &strpad_elt, arg); in needed_to_boundto()
|
H A D | dyn.c | 768 elfedit_dyn_elt_t strpad_elt; in cmd_body_value() local 781 elfedit_dyn_elt_init(&strpad_elt); in cmd_body_value() 806 strpad_elt.dn_dyn.d_un.d_val = 0; in cmd_body_value() 808 argstate->dyn.sec, &strpad_elt); in cmd_body_value() 827 strpad_elt.dn_dyn.d_un.d_val, argstate->argv[1], in cmd_body_value() 835 &strpad_elt, argstate->argv[1]); in cmd_body_value() 876 &strpad_elt, argstate->argv[1]); in cmd_body_value() 919 &strpad_elt, argstate->argv[1]); in cmd_body_value() 969 elfedit_dyn_elt_t strpad_elt; in cmd_body_runpath() local 977 elfedit_dyn_elt_init(&strpad_elt); in cmd_body_runpath() [all …]
|