Searched refs:STATE_OPTIONS (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-options.c64 ol->next = STATE_OPTIONS (sd);
66 STATE_OPTIONS (sd) = ol;
481 for (ol = STATE_OPTIONS (sd); ol != NULL; ol = ol->next)
508 for (i = OPTION_START, ol = STATE_OPTIONS (sd); ol != NULL; ol = ol->next)
790 print_help (sd, NULL, STATE_OPTIONS (sd), is_command);
840 ol = STATE_OPTIONS (sd);
927 ret = complete_option_list (ret, &cnt, STATE_OPTIONS (sd), text, word);
H A Dsim-base.h138 #define STATE_OPTIONS(sd) ((sd)->base.options) macro
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-options.c62 ol->next = STATE_OPTIONS (sd);
64 STATE_OPTIONS (sd) = ol;
599 for (ol = STATE_OPTIONS (sd); ol != NULL; ol = ol->next)
626 for (i = OPTION_START, ol = STATE_OPTIONS (sd); ol != NULL; ol = ol->next)
946 print_help (sd, NULL, STATE_OPTIONS (sd), is_command);
1034 ol = STATE_OPTIONS (sd);
1121 ret = complete_option_list (ret, &cnt, STATE_OPTIONS (sd), text, word);
H A Dsim-base.h128 #define STATE_OPTIONS(sd) ((sd)->options) macro
/netbsd-current/external/gpl3/gdb.old/dist/sim/mips/
H A Dinterp.c620 for (ol = STATE_OPTIONS (sd), prev = NULL;
629 STATE_OPTIONS (sd) = ol->next;
/netbsd-current/external/gpl3/gdb/dist/sim/mips/
H A Dinterp.c619 for (ol = STATE_OPTIONS (sd), prev = NULL;
628 STATE_OPTIONS (sd) = ol->next;

Completed in 221 milliseconds