Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dutil.c577 sgl_with_value.ret.gor_value = argstr + 2; in elfedit_getopt()
598 state->go_ret.gor_value = argv[0]; in elfedit_getopt()
602 state->go_ret.gor_value = NULL; in elfedit_getopt()
606 state->go_ret.gor_value); in elfedit_getopt()
628 state->go_ret.gor_value); in elfedit_getopt()
675 state->go_ret.gor_value = NULL; in elfedit_getopt()
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.c273 getopt_ret->gor_value); in process_args()
277 ndx = elfedit_atoui(getopt_ret->gor_value, NULL); in process_args()
282 elfedit_atoconst(getopt_ret->gor_value, in process_args()
H A Dsym.c1077 getopt_ret->gor_value); in process_args()
1082 index = elfedit_atoui_range(getopt_ret->gor_value, in process_args()
1090 elfedit_atoconst(getopt_ret->gor_value, in process_args()
H A Dcap.c314 capid = getopt_ret->gor_value; in process_args()
H A Ddyn.c247 argstate->dyn_elt_str = getopt_ret->gor_value; in process_args()
/illumos-gate/usr/src/cmd/sgs/include/
H A Delfedit.h834 const char *gor_value; /* Opt value if ELFEDIT_CMDOA_F_VALUE */ member