| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-xgate.c | 104 static char *extract_word (char *, char *, int); 488 input_line = extract_word (input_line, op_name, sizeof (op_name)); 541 p = extract_word (p, op_name, 10); 821 extract_word (char *from, char *to, int limit) function
|
| tc-avr.c | 629 extract_word (char *from, char *to, int limit) function 705 input_line_pointer = extract_word (input_line_pointer, str, 20); 885 str = extract_word (str, op, sizeof (op)); 930 str = extract_word (str, op, sizeof (op)); 1066 str = extract_word (str, r_name, sizeof (r_name)); 1881 str = skip_space (extract_word (str, op, sizeof (op)));
|
| tc-msp430.c | 654 extract_word (char * from, char * to, int limit) function 718 input_line_pointer = extract_word (input_line_pointer, str, 32); 1608 input_line_pointer = extract_word (input_line_pointer, sym_name, 1024);
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-xgate.c | 104 static char *extract_word (char *, char *, int); 488 input_line = extract_word (input_line, op_name, sizeof (op_name)); 541 p = extract_word (p, op_name, 10); 821 extract_word (char *from, char *to, int limit) function
|
| tc-avr.c | 629 extract_word (char *from, char *to, int limit) function 705 input_line_pointer = extract_word (input_line_pointer, str, 20); 885 str = extract_word (str, op, sizeof (op)); 930 str = extract_word (str, op, sizeof (op)); 1066 str = extract_word (str, r_name, sizeof (r_name)); 1881 str = skip_space (extract_word (str, op, sizeof (op)));
|
| tc-msp430.c | 654 extract_word (char * from, char * to, int limit) function 718 input_line_pointer = extract_word (input_line_pointer, str, 32); 1608 input_line_pointer = extract_word (input_line_pointer, sym_name, 1024);
|