Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dcache.c343 const file_ptr max_chunk_size = 0x800000; in cache_bread() local
347 if (chunk_size > max_chunk_size) in cache_bread()
348 chunk_size = max_chunk_size; in cache_bread()