Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
Dread.c2178 #define BSD_FILL_SIZE_CROCK_8 (8) in s_fill() macro
2179 if (size > BSD_FILL_SIZE_CROCK_8) in s_fill()
2181 as_warn (_(".fill size clamped to %d"), BSD_FILL_SIZE_CROCK_8); in s_fill()
2182 size = BSD_FILL_SIZE_CROCK_8; in s_fill()