Searched refs:MAX_MEM_FOR_RS_ALIGN_CODE (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-score.h32 #define MAX_MEM_FOR_RS_ALIGN_CODE (3 + 4) macro
H A Dtc-spu.h105 #define MAX_MEM_FOR_RS_ALIGN_CODE (7 + 8) macro
H A Dtc-alpha.h113 #define MAX_MEM_FOR_RS_ALIGN_CODE (3 + 4 + 8) macro
H A Dtc-mips.h59 #define MAX_MEM_FOR_RS_ALIGN_CODE (1 + 2) macro
H A Dtc-sparc.h75 #define MAX_MEM_FOR_RS_ALIGN_CODE (3 + 4 + 4) macro
H A Dtc-i386.h264 #define MAX_MEM_FOR_RS_ALIGN_CODE 15 macro
H A Dtc-ppc.h79 #define MAX_MEM_FOR_RS_ALIGN_CODE 4 macro
H A Dtc-arm.h182 #define MAX_MEM_FOR_RS_ALIGN_CODE 31 macro
H A Dtc-ia64.h173 #define MAX_MEM_FOR_RS_ALIGN_CODE (15 + 16) macro
H A Dtc-arm.c17066 if (bytes > MAX_MEM_FOR_RS_ALIGN_CODE)
17067 bytes &= MAX_MEM_FOR_RS_ALIGN_CODE;
17116 if (max > MAX_MEM_FOR_RS_ALIGN_CODE)
17120 MAX_MEM_FOR_RS_ALIGN_CODE,
/freebsd-10-stable/contrib/binutils/gas/
H A Dfrags.c347 #ifndef MAX_MEM_FOR_RS_ALIGN_CODE
352 # define MAX_MEM_FOR_RS_ALIGN_CODE 1
354 # define MAX_MEM_FOR_RS_ALIGN_CODE ((1 << alignment) - 1)
363 p = frag_var (rs_align_code, MAX_MEM_FOR_RS_ALIGN_CODE, 1,
342 # define MAX_MEM_FOR_RS_ALIGN_CODE macro
344 # define MAX_MEM_FOR_RS_ALIGN_CODE macro

Completed in 125 milliseconds