Home
last modified time | relevance | path

Searched refs:STATE_OPTIONS (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsim-options.c62 ol->next = STATE_OPTIONS (sd); in sim_add_option_table()
64 STATE_OPTIONS (sd) = ol; in sim_add_option_table()
599 for (ol = STATE_OPTIONS (sd); ol != NULL; ol = ol->next) in sim_parse_args()
626 for (i = OPTION_START, ol = STATE_OPTIONS (sd); ol != NULL; ol = ol->next) in sim_parse_args()
946 print_help (sd, NULL, STATE_OPTIONS (sd), is_command); in sim_print_help()
1034 ol = STATE_OPTIONS (sd); in find_match()
1120 ret = complete_option_list (ret, &cnt, STATE_OPTIONS (sd), text, word); in sim_complete_command()
Dsim-base.h130 #define STATE_OPTIONS(sd) ((sd)->options) macro
DChangeLog-2021413 (STATE_OPTIONS): Likewise.
/netbsd/src/external/gpl3/gdb/dist/sim/mips/
Dinterp.c615 for (ol = STATE_OPTIONS (sd), prev = NULL; in sim_open()
624 STATE_OPTIONS (sd) = ol->next; in sim_open()