Searched refs:avr_opt (Results 1 – 2 of 2) sorted by relevance
352 static struct avr_opt_s avr_opt = { 0, 0, 0, 0 }; variable591 avr_opt.all_opcodes = 1; in md_parse_option()594 avr_opt.no_skip_bug = 1; in md_parse_option()597 avr_opt.no_wrap = 1; in md_parse_option()603 avr_opt.link_relax = 1; in md_parse_option()655 linkrelax = avr_opt.link_relax; in md_begin()969 if (!avr_opt.all_opcodes && (op_mask & 0x100F) in avr_operand()996 if (!avr_opt.all_opcodes in avr_operand()1190 if (!avr_opt.all_opcodes && AVR_UNDEF_P (bin)) in avr_operands()1197 if (!(avr_opt.no_skip_bug || in avr_operands()[all …]
5814 (avr_opt): New struct variable, how the new switches are set.