Searched refs:md_chars_to_number (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-pdp11.h | 31 long md_chars_to_number (unsigned char *, int);
|
| D | tc-vax.h | 57 long md_chars_to_number PARAMS ((unsigned char *, int));
|
| D | tc-i960.c | 638 md_chars_to_number (char * val, /* Value in target byte order. */ in md_chars_to_number() function 665 opcode = md_chars_to_number (opcodeP, 4); in mema_to_memb() 1802 instr = md_chars_to_number (instrP, 4); in md_number_to_field() 2010 instr = md_chars_to_number (iP, 4); in relax_cobr()
|
| D | tc-arm.c | 9320 md_chars_to_number (char * buf, int n) in md_chars_to_number() function 10180 temp = md_chars_to_number (buf, INSN_SIZE); in md_apply_fix() 10203 temp = md_chars_to_number (buf, INSN_SIZE); in md_apply_fix() 10265 newval = md_chars_to_number (buf, INSN_SIZE); in md_apply_fix() 10289 newval = md_chars_to_number (buf, INSN_SIZE); in md_apply_fix() 10301 newval = md_chars_to_number (buf+2, THUMB_SIZE); in md_apply_fix() 10325 newval = md_chars_to_number (buf, THUMB_SIZE); in md_apply_fix() 10327 newval |= md_chars_to_number (buf+THUMB_SIZE, THUMB_SIZE); in md_apply_fix() 10422 newval = md_chars_to_number (buf, INSN_SIZE); in md_apply_fix() 10457 newval = md_chars_to_number (buf, THUMB_SIZE); in md_apply_fix() [all …]
|
| D | tc-pdp11.c | 246 code = md_chars_to_number ((unsigned char *) buf, size); in md_apply_fix() 281 md_chars_to_number (con, nbytes) in md_chars_to_number() function
|
| D | tc-vax.c | 339 md_chars_to_number (con, nbytes) in md_chars_to_number() function 729 opcode_as_number = md_chars_to_number ((unsigned char *) opcode_as_chars, 4);
|