Home
last modified time | relevance | path

Searched refs:chunk_init (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dtekhex.c254 unsigned char chunk_init[(CHUNK_MASK + 1 + CHUNK_SPAN - 1) / CHUNK_SPAN]; member
352 d->chunk_init[(addr & CHUNK_MASK) / CHUNK_SPAN] = 1; in insert_byte()
663 d->chunk_init[low_bits / CHUNK_SPAN] = 1; in move_section_contents()
820 if (d->chunk_init[addr / CHUNK_SPAN]) in tekhex_write_object_contents()
H A DChangeLog-2014901 (struct data_struct <chunk_init>): Use one byte per span, update
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dtekhex.c254 unsigned char chunk_init[(CHUNK_MASK + 1 + CHUNK_SPAN - 1) / CHUNK_SPAN]; member
352 d->chunk_init[(addr & CHUNK_MASK) / CHUNK_SPAN] = 1; in insert_byte()
663 d->chunk_init[low_bits / CHUNK_SPAN] = 1; in move_section_contents()
820 if (d->chunk_init[addr / CHUNK_SPAN]) in tekhex_write_object_contents()
H A DChangeLog-2014901 (struct data_struct <chunk_init>): Use one byte per span, update
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-2014901 (struct data_struct <chunk_init>): Use one byte per span, update