Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gas/
Dread.c1702 #define BSD_FILL_SIZE_CROCK_8 (8) in s_fill() macro
1703 if (size > BSD_FILL_SIZE_CROCK_8) in s_fill()
1705 as_warn (_(".fill size clamped to %d"), BSD_FILL_SIZE_CROCK_8); in s_fill()
1706 size = BSD_FILL_SIZE_CROCK_8; in s_fill()
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
Dread.c1852 #define BSD_FILL_SIZE_CROCK_8 (8) in s_fill() macro
1853 if (size > BSD_FILL_SIZE_CROCK_8) in s_fill()
1855 as_warn (_(".fill size clamped to %d"), BSD_FILL_SIZE_CROCK_8); in s_fill()
1856 size = BSD_FILL_SIZE_CROCK_8; in s_fill()