Searched refs:zero_call_used_regs_opts (Results 1 – 4 of 4) sorted by relevance
482 } zero_call_used_regs_opts[];
2068 const struct zero_call_used_regs_opts_s zero_call_used_regs_opts[] = variable2287 for (unsigned int i = 0; zero_call_used_regs_opts[i].name != NULL; ++i) in parse_zero_call_used_regs_options()2288 if (strcmp (arg, zero_call_used_regs_opts[i].name) == 0) in parse_zero_call_used_regs_options()2290 flags = zero_call_used_regs_opts[i].flag; in parse_zero_call_used_regs_options()
6716 for (unsigned int i = 0; zero_call_used_regs_opts[i].name != NULL; ++i) in execute()6718 zero_call_used_regs_opts[i].name) == 0) in execute()6720 zero_regs_type = zero_call_used_regs_opts[i].flag; in execute()
7211 * opts.c (zero_call_used_regs_opts): New structure array7215 * opts.h (zero_call_used_regs_opts): New structure array.