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.27/gas/
Dread.c2218 #define BSD_FILL_SIZE_CROCK_8 (8) in s_fill() macro
2219 if (size > BSD_FILL_SIZE_CROCK_8) in s_fill()
2221 as_warn (_(".fill size clamped to %d"), BSD_FILL_SIZE_CROCK_8); in s_fill()
2222 size = BSD_FILL_SIZE_CROCK_8; in s_fill()