Home
last modified time | relevance | path

Searched refs:CHUNK_SPAN (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dtekhex.c249 #define CHUNK_SPAN 32 macro
254 unsigned char chunk_init[(CHUNK_MASK + 1 + CHUNK_SPAN - 1) / CHUNK_SPAN];
349 d->chunk_init[(addr & CHUNK_MASK) / CHUNK_SPAN] = 1; in insert_byte()
652 d->chunk_init[low_bits / CHUNK_SPAN] = 1; in move_section_contents()
807 for (addr = 0; addr < CHUNK_MASK + 1; addr += CHUNK_SPAN) in tekhex_write_object_contents()
809 if (d->chunk_init[addr / CHUNK_SPAN]) in tekhex_write_object_contents()
814 for (low = 0; low < CHUNK_SPAN; low++) in tekhex_write_object_contents()
DChangeLog340 * tekhex.c (CHUNK_SPAN): Define.
352 (tekhex_write_object_contents): Use CHUNK_SPAN.