Searched refs:extract_word (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-avr.c | 479 extract_word (char *from, char *to, int limit) in extract_word() function 552 input_line_pointer = extract_word (input_line_pointer, str, 20); in avr_set_arch() 693 str = extract_word (str, op, sizeof (op)); in avr_offset_expression() 738 str = extract_word (str, op, sizeof (op)); in avr_ldi_expression() 873 str = extract_word (str, r_name, sizeof (r_name)); in avr_operand() 1662 str = skip_space (extract_word (str, op, sizeof (op))); in md_assemble()
|
D | tc-xgate.c | 104 static char *extract_word (char *, char *, int); 489 input_line = extract_word (input_line, op_name, sizeof(op_name)); in md_assemble() 544 p = extract_word (p, op_name, 10); in md_assemble() 824 extract_word (char *from, char *to, int limit) in extract_word() function
|
D | tc-msp430.c | 644 extract_word (char * from, char * to, int limit) in extract_word() function 700 input_line_pointer = extract_word (input_line_pointer, str, 32); in msp430_set_arch() 1537 input_line_pointer = extract_word (input_line_pointer, sym_name, 1024); in msp430_refsym()
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-2010 | 1328 * config/tc-avr.c (extract_word): Likewise. 1344 * config/tc-msp430.c (extract_word): Likewise.
|