Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/gas/
Dread.c1931 #define BSD_FILL_SIZE_CROCK_8 (8) in s_fill() macro
1932 if (size > BSD_FILL_SIZE_CROCK_8) in s_fill()
1934 as_warn (_(".fill size clamped to %d"), BSD_FILL_SIZE_CROCK_8); in s_fill()
1935 size = BSD_FILL_SIZE_CROCK_8; in s_fill()