HomeSort by relevance Sort by last modified time
    Searched refs:extract_word (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-avr.c 469 extract_word (char *from, char *to, int limit) function
541 input_line_pointer = extract_word (input_line_pointer, str, 20);
689 str = extract_word (str, op, sizeof (op));
734 str = extract_word (str, op, sizeof (op));
869 str = extract_word (str, r_name, sizeof (r_name));
    [all...]
tc-xgate.c 104 static char *extract_word (char *, char *, int);
491 input_line = extract_word (input_line, op_name, sizeof(op_name));
546 p = extract_word (p, op_name, 10);
826 extract_word (char *from, char *to, int limit) function
    [all...]
tc-msp430.c 647 extract_word (char * from, char * to, int limit) function
688 input_line_pointer = extract_word (input_line_pointer, str, 32);
901 input_line_pointer = extract_word (input_line_pointer, sym_name, 1024);
    [all...]

Completed in 204 milliseconds