HomeSort by relevance Sort by last modified time
    Searched defs:md_chars_to_number (Results 1 - 9 of 9) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-moxie.c 45 static valueT md_chars_to_number (char * buf, int n);
699 newval = md_chars_to_number (buf, 2);
729 md_chars_to_number (char * buf, int n)
728 md_chars_to_number (char * buf, int n) function
tc-pdp11.c 248 code = md_chars_to_number ((unsigned char *) buf, size);
283 md_chars_to_number (con, nbytes)
282 md_chars_to_number (con, nbytes) function
tc-bfin.c 645 md_chars_to_number (char *val, int n) function
671 newval = md_chars_to_number (where, 2);
685 newval = md_chars_to_number (where, 2);
700 newval = md_chars_to_number (where, 2);
734 newval = md_chars_to_number (where, 1);
747 newval = md_chars_to_number (where, 2);
    [all...]
tc-i960.c 626 md_chars_to_number (char * val, /* Value in target byte order. */
653 opcode = md_chars_to_number (opcodeP, 4);
625 md_chars_to_number (char * val, \/* Value in target byte order. *\/ function
    [all...]
tc-nios2.c 218 /* Function md_chars_to_number takes the sequence of
222 md_chars_to_number (char *buf, int n)
871 br_opcode = md_chars_to_number (buffer, 4);
221 md_chars_to_number (char *buf, int n) function
    [all...]
tc-vax.c 306 md_chars_to_number (unsigned char con[], int nbytes)
303 md_chars_to_number (unsigned char con[], int nbytes) function
    [all...]
tc-metag.c 7035 md_chars_to_number (char *val, int n) function
    [all...]
tc-tic6x.c 3092 md_chars_to_number (char *buf, int n) function
    [all...]
tc-arm.c 20293 md_chars_to_number (char * buf, int n) function
    [all...]

Completed in 5744 milliseconds