Home
last modified time | relevance | path

Searched refs:output_ptr_start (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dieee.c43 static unsigned char *output_ptr_start; variable
1435 output_ptr_start = NULL; in ieee_mkobject()
2459 bfd_size_type amt = output_ptr - output_ptr_start; in flush()
2461 if (bfd_bwrite ((void *) (output_ptr_start), amt, output_bfd) != amt) in flush()
2463 output_ptr = output_ptr_start; in flush()
3104 output_ptr_start = output_ptr = obuff; in ieee_write_debug_part()
H A DChangeLog-00013440 (ieee_mkobject): Move it. Clear output_ptr_start, output_ptr,
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dieee.c2632 static unsigned char *output_ptr_start; variable
2648 output_ptr_start = NULL;
2675 bfd_size_type amt = output_ptr - output_ptr_start; in flush()
2677 if (bfd_bwrite ((PTR) (output_ptr_start), amt, output_bfd) != amt) in flush()
2679 output_ptr = output_ptr_start; in flush()
3326 output_ptr_start = output_ptr = obuff;
H A DChangeLog-00013440 (ieee_mkobject): Move it. Clear output_ptr_start, output_ptr,