Searched refs:output_ptr (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-z8k.c | 1015 char *output_ptr = buffer; in build_bytes() local 1042 output_ptr = apply_fix (output_ptr, BFD_RELOC_32, da_operand, 8); in build_bytes() 1046 output_ptr = apply_fix (output_ptr, BFD_RELOC_16, da_operand, 4); in build_bytes() 1052 output_ptr = apply_fix (output_ptr, BFD_RELOC_8_PCREL, da_operand, 2); in build_bytes() 1058 *output_ptr = 0; in build_bytes() 1059 output_ptr = apply_fix (output_ptr, BFD_RELOC_Z8K_DISP7, da_operand, 2); in build_bytes() 1065 *output_ptr = 0x80; in build_bytes() 1066 output_ptr = apply_fix (output_ptr, BFD_RELOC_Z8K_DISP7, da_operand, 2); in build_bytes() 1067 output_ptr[-2] = 0x8; in build_bytes() 1072 *output_ptr = c & 0xf; in build_bytes() [all …]
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | ieee.c | 45 static unsigned char *output_ptr; variable 1443 output_ptr = NULL; in ieee_mkobject() 2470 bfd_size_type amt = output_ptr - output_ptr_start; in flush() 2474 output_ptr = output_ptr_start; in flush() 2480 #define OUT(x) { *output_ptr++ = (x); if (output_ptr == output_ptr_end) flush (); } 2643 int value = output_ptr - buf->ptrp + 3; in fill_int() 2680 buf->ptrp = output_ptr; in drop_int() 3116 output_ptr_start = output_ptr = obuff; in ieee_write_debug_part() 3118 output_ptr = obuff; in ieee_write_debug_part()
|
D | ChangeLog-0001 | 3440 (ieee_mkobject): Move it. Clear output_ptr_start, output_ptr,
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-9295 | 3876 (build_bytes): Remove unused local variables output_ptr, part, and
|