Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gas/
H A Dfrags.c358 #ifndef MAX_MEM_FOR_RS_ALIGN_CODE
363 # define MAX_MEM_FOR_RS_ALIGN_CODE 1 macro
365 # define MAX_MEM_FOR_RS_ALIGN_CODE ((1 << alignment) - 1) macro
374 p = frag_var (rs_align_code, MAX_MEM_FOR_RS_ALIGN_CODE, 1, in frag_align_code()
/dragonfly/contrib/binutils-2.34/gas/
H A Dfrags.c363 #ifndef MAX_MEM_FOR_RS_ALIGN_CODE
368 # define MAX_MEM_FOR_RS_ALIGN_CODE 1 macro
370 # define MAX_MEM_FOR_RS_ALIGN_CODE ((1 << alignment) - 1) macro
379 p = frag_var (rs_align_code, MAX_MEM_FOR_RS_ALIGN_CODE, 1, in frag_align_code()
/dragonfly/contrib/binutils-2.27/gas/config/
H A Dtc-i386.h209 #define MAX_MEM_FOR_RS_ALIGN_CODE 31 macro
H A Dtc-i386.c1200 if (count <= 0 || count > MAX_MEM_FOR_RS_ALIGN_CODE) in i386_align_code()
/dragonfly/contrib/binutils-2.34/gas/config/
H A Dtc-i386.h211 #define MAX_MEM_FOR_RS_ALIGN_CODE (alignment ? ((1 << alignment) - 1) : 1) macro