Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Decofflink.c238 #define ALLOC_SIZE (4064) macro
251 want = ALLOC_SIZE; in ecoff_add_bytes()
255 if (want < ALLOC_SIZE) in ecoff_add_bytes()
256 want = ALLOC_SIZE; in ecoff_add_bytes()