Searched refs:oa_name (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c744 *item = stdoa[((uintptr_t)oa->oa_name) - 1];
752 item->oai_name = oa->oa_name;
754 item->oai_vname = oa[1].oa_name;
919 while (tmp_optarg->oa_name != NULL) {
947 while (optarg->oa_name != NULL) {
1010 while (tmp_optarg->oa_name != NULL) {
1090 while (optarg->oa_name != NULL) {
1095 while (optarg->oa_name != NULL) {
1564 for (; optarg->oa_name != NULL; optarg++) {
1567 * - oa_name mus
[all...]
H A Dutil.c548 for (optarg = state->go_optarg; optarg->oa_name != NULL; ) {
551 (optarg->oa_name == ELFEDIT_STDOA_OPT_O);
657 for (optarg = state->go_optarg; optarg->oa_name != NULL; ) {
H A Dsys.c212 for (cnt = 0; optarg->oa_name != NULL; cnt++) {
/opensolaris-onvv-gate/usr/src/cmd/sgs/include/
H A Delfedit.h399 * oa_name field is used (the other should be set t 0).
410 * - oa_name should be set to one of the ELFEDIT_STDOA_
454 const char *oa_name; /* Name of option */ member in struct:__anon1769
472 * value of oa_name is used to terminate argument and options lists.

Completed in 176 milliseconds