Home
last modified time | relevance | path

Searched refs:avr_opt (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-avr.c352 static struct avr_opt_s avr_opt = { 0, 0, 0, 0 }; variable
591 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 …]
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-00015814 (avr_opt): New struct variable, how the new switches are set.