Searched refs:op_expr (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-avr.c | 852 expressionS op_expr; in avr_operand() local 1014 avr_offset_expression (& op_expr); in avr_operand() 1017 &op_expr, FALSE, BFD_RELOC_AVR_6); in avr_operand() 1023 str = parse_exp (str, &op_expr); in avr_operand() 1025 &op_expr, FALSE, BFD_RELOC_AVR_CALL); in avr_operand() 1029 str = parse_exp (str, &op_expr); in avr_operand() 1031 &op_expr, TRUE, BFD_RELOC_AVR_13_PCREL); in avr_operand() 1035 str = parse_exp (str, &op_expr); in avr_operand() 1037 &op_expr, TRUE, BFD_RELOC_AVR_7_PCREL); in avr_operand() 1041 str = parse_exp (str, &op_expr); in avr_operand() [all …]
|