Home
last modified time | relevance | path

Searched refs:data_buffer_size (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/binutils/gas/
HDlisting.c567 int data_buffer_size; in calc_hex() local
581 data_buffer_size = 0; in calc_hex()
589 && data_buffer_size < MAX_BYTES - 3) in calc_hex()
594 sprintf (data_buffer + data_buffer_size, in calc_hex()
597 data_buffer_size += 2; in calc_hex()
608 && data_buffer_size < MAX_BYTES - 3) in calc_hex()
613 sprintf (data_buffer + data_buffer_size, in calc_hex()
616 data_buffer_size += 2; in calc_hex()
628 data_buffer[data_buffer_size] = '\0'; in calc_hex()
HDChangeLog-96971562 (data_buffer_size): Remove static variable.
1563 (calc_hex): Make data_buffer_size a local variable. Don't leave
/trueos/contrib/binutils/bfd/
HDcoff64-rs6000.c2194 bfd_size_type data_buffer_size; local
2298 data_buffer_size = 0x0058 + initsz + finisz;
2299 data_buffer_size = (data_buffer_size + 7) &~ (bfd_size_type) 7;
2301 data_buffer = (bfd_byte *) bfd_zmalloc (data_buffer_size);
2325 data_scnhdr.s_size = data_buffer_size;
2365 auxent.x_csect.x_scnlen.l = data_buffer_size;
2486 data_scnhdr.s_relptr = data_scnhdr.s_scnptr + data_buffer_size;
2495 bfd_bwrite (data_buffer, data_buffer_size, abfd);
HDcoff-rs6000.c3681 bfd_size_type data_buffer_size; local
3747 data_buffer_size = 0x0040 + initsz + finisz;
3748 data_buffer_size = (data_buffer_size + 7) &~ (bfd_size_type) 7;
3750 data_buffer = (bfd_byte *) bfd_zmalloc (data_buffer_size);
3775 scnhdr.s_size = data_buffer_size;
3811 auxent.x_csect.x_scnlen.l = data_buffer_size;
3934 scnhdr.s_relptr = scnhdr.s_scnptr + data_buffer_size;
3941 bfd_bwrite (data_buffer, data_buffer_size, abfd);
/trueos/sys/dev/oce/
HDoce_mbox.c1489 fwcmd->data_buffer_size = LE_32(num_bytes); in oce_mbox_write_flashrom()
1543 fwcmd->data_buffer_size = 0x4; in oce_mbox_get_flashrom_crc()
HDoce_hw.h1599 uint32_t data_buffer_size; member