Searched refs:lowbyte (Results 1 – 8 of 8) sorted by relevance
66 lowbyte=$(expr $1 % 256 | xargs printf %02x)68 printf "\x$lowbyte\x$highbyte"
3071 int lowbyte = target_big_endian ? 1 : 0; in md_convert_frag() local3091 buffer[lowbyte + 2] = 0; in md_convert_frag()3104 buffer[lowbyte + 4] = 0x9; in md_convert_frag()3397 int lowbyte = target_big_endian ? 1 : 0; in md_apply_fix() local3466 buf[lowbyte] = val & 0xff; in md_apply_fix()3472 buf[lowbyte] = (val >> 1) & 0xff; in md_apply_fix()3478 buf[lowbyte] = (val >> 2) & 0xff; in md_apply_fix()3484 buf[lowbyte] = (val >> 3) & 0xff; in md_apply_fix()3581 buf[lowbyte] = val; in md_apply_fix()3588 buf[lowbyte] = val; in md_apply_fix()[all …]
3086 int lowbyte = target_big_endian ? 1 : 0; in md_convert_frag() local3106 buffer[lowbyte + 2] = 0; in md_convert_frag()3119 buffer[lowbyte + 4] = 0x9; in md_convert_frag()3412 int lowbyte = target_big_endian ? 1 : 0; in md_apply_fix() local3481 buf[lowbyte] = val & 0xff; in md_apply_fix()3487 buf[lowbyte] = (val >> 1) & 0xff; in md_apply_fix()3493 buf[lowbyte] = (val >> 2) & 0xff; in md_apply_fix()3499 buf[lowbyte] = (val >> 3) & 0xff; in md_apply_fix()3596 buf[lowbyte] = val; in md_apply_fix()3603 buf[lowbyte] = val; in md_apply_fix()[all …]
938 unsigned int highbyte, lowbyte; in print_insn_arc() local966 lowbyte = ((info->endian == BFD_ENDIAN_LITTLE) ? 0 : 1); in print_insn_arc()1078 insn_len = arc_insn_length (buffer[highbyte], buffer[lowbyte], info); in print_insn_arc()1089 insn = (buffer[highbyte] << 8) | buffer[lowbyte]; in print_insn_arc()1115 | ((unsigned long long) buffer[lowbyte] << 32); in print_insn_arc()
563 * arc-dis.c (print_insn_arc): Swap highbyte and lowbyte.
943 unsigned int highbyte, lowbyte; in print_insn_arc() local971 lowbyte = ((info->endian == BFD_ENDIAN_LITTLE) ? 0 : 1); in print_insn_arc()1098 insn_len = arc_insn_length (buffer[highbyte], buffer[lowbyte], info); in print_insn_arc()1109 insn = (buffer[highbyte] << 8) | buffer[lowbyte]; in print_insn_arc()1135 | ((unsigned long long) buffer[lowbyte] << 32); in print_insn_arc()