Searched refs:extract_word (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-avr.c | 469 extract_word (char *from, char *to, int limit) in extract_word() function 541 input_line_pointer = extract_word (input_line_pointer, str, 20); in avr_set_arch() 689 str = extract_word (str, op, sizeof (op)); in avr_offset_expression() 734 str = extract_word (str, op, sizeof (op)); in avr_ldi_expression() 869 str = extract_word (str, r_name, sizeof (r_name)); in avr_operand() 1641 str = skip_space (extract_word (str, op, sizeof (op))); in md_assemble()
|
D | tc-xgate.c | 104 static char *extract_word (char *, char *, int); 491 input_line = extract_word (input_line, op_name, sizeof(op_name)); in md_assemble() 546 p = extract_word (p, op_name, 10); in md_assemble() 826 extract_word (char *from, char *to, int limit) in extract_word() function
|
D | tc-msp430.c | 647 extract_word (char * from, char * to, int limit) in extract_word() function 688 input_line_pointer = extract_word (input_line_pointer, str, 32); in msp430_set_arch() 901 input_line_pointer = extract_word (input_line_pointer, sym_name, 1024); in msp430_refsym()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2010 | 1328 * config/tc-avr.c (extract_word): Likewise. 1344 * config/tc-msp430.c (extract_word): Likewise.
|