Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/elfedit/common/
H A Dutil.c578 sgl_with_value.ret.gor_value = argstr + 2; in elfedit_getopt()
599 state->go_ret.gor_value = argv[0]; in elfedit_getopt()
603 state->go_ret.gor_value = NULL; in elfedit_getopt()
607 state->go_ret.gor_value); in elfedit_getopt()
629 state->go_ret.gor_value); in elfedit_getopt()
676 state->go_ret.gor_value = NULL; in elfedit_getopt()
/titanic_44/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.c312 capid = getopt_ret->gor_value; in process_args()
H A Ddyn.c247 argstate->dyn_elt_str = getopt_ret->gor_value; in process_args()
/titanic_44/usr/src/cmd/sgs/include/
H A Delfedit.h831 const char *gor_value; /* Opt value if ELFEDIT_CMDOA_F_VALUE */ member