Searched refs:extract_word (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-xgate.c | 104 static char *extract_word (char *, char *, int); 488 input_line = extract_word (input_line, op_name, sizeof (op_name)); in md_assemble() 542 p = extract_word (p, op_name, 10); in md_assemble() 824 extract_word (char *from, char *to, int limit) in extract_word() function
|
H A D | tc-avr.c | 629 extract_word (char *from, char *to, int limit) in extract_word() function 705 input_line_pointer = extract_word (input_line_pointer, str, 20); in avr_set_arch() 887 str = extract_word (str, op, sizeof (op)); in avr_offset_expression() 932 str = extract_word (str, op, sizeof (op)); in avr_ldi_expression() 1068 str = extract_word (str, r_name, sizeof (r_name)); in avr_operand() 1884 str = skip_space (extract_word (str, op, sizeof (op))); in md_assemble()
|
H A D | tc-msp430.c | 654 extract_word (char * from, char * to, int limit) in extract_word() function 718 input_line_pointer = extract_word (input_line_pointer, str, 32); in msp430_set_arch() 1608 input_line_pointer = extract_word (input_line_pointer, sym_name, 1024); in msp430_refsym()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-xgate.c | 104 static char *extract_word (char *, char *, int); 488 input_line = extract_word (input_line, op_name, sizeof (op_name)); in md_assemble() 542 p = extract_word (p, op_name, 10); in md_assemble() 824 extract_word (char *from, char *to, int limit) in extract_word() function
|
H A D | tc-avr.c | 629 extract_word (char *from, char *to, int limit) in extract_word() function 705 input_line_pointer = extract_word (input_line_pointer, str, 20); in avr_set_arch() 887 str = extract_word (str, op, sizeof (op)); in avr_offset_expression() 932 str = extract_word (str, op, sizeof (op)); in avr_ldi_expression() 1068 str = extract_word (str, r_name, sizeof (r_name)); in avr_operand() 1884 str = skip_space (extract_word (str, op, sizeof (op))); in md_assemble()
|
H A D | tc-msp430.c | 652 extract_word (char * from, char * to, int limit) in extract_word() function 716 input_line_pointer = extract_word (input_line_pointer, str, 32); in msp430_set_arch() 1606 input_line_pointer = extract_word (input_line_pointer, sym_name, 1024); in msp430_refsym()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | ChangeLog-2010 | 1328 * config/tc-avr.c (extract_word): Likewise. 1344 * config/tc-msp430.c (extract_word): Likewise.
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ChangeLog-2010 | 1328 * config/tc-avr.c (extract_word): Likewise. 1344 * config/tc-msp430.c (extract_word): Likewise.
|