Searched refs:extract_word (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-avr.c | 140 static char *extract_word PARAMS ((char *, char *, int)); 236 extract_word (char *from, char *to, int limit) in extract_word() function 297 input_line_pointer = extract_word (input_line_pointer, str, 20); 574 str = extract_word (str, r_name, sizeof (r_name)); 1078 str = skip_space (extract_word (str, op, sizeof (op))); 1142 str = extract_word (str, op, sizeof (op));
|
H A D | tc-msp430.c | 221 extract_word (char *from, char *to, int limit) in extract_word() function 249 input_line_pointer = extract_word (input_line_pointer, str, 32);
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-avr.c | 277 extract_word (char *from, char *to, int limit) in extract_word() function 334 input_line_pointer = extract_word (input_line_pointer, str, 20); in avr_set_arch() 506 str = extract_word (str, op, sizeof (op)); in avr_offset_expression() 549 str = extract_word (str, op, sizeof (op)); in avr_ldi_expression() 658 str = extract_word (str, r_name, sizeof (r_name)); in avr_operand() 1274 str = skip_space (extract_word (str, op, sizeof (op))); in md_assemble()
|
H A D | tc-msp430.c | 684 extract_word (char * from, char * to, int limit) in extract_word() function 715 input_line_pointer = extract_word (input_line_pointer, str, 32); in msp430_set_arch()
|