Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mcore.c115 #define MAX_POOL_SIZE (1024/4) macro
116 static struct literal litpool [MAX_POOL_SIZE];
675 if (poolsize >= MAX_POOL_SIZE - 2) in enter_literal()