Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/gas/
Dfrags.c337 #ifndef MAX_MEM_FOR_RS_ALIGN_CODE
342 # define MAX_MEM_FOR_RS_ALIGN_CODE 1 macro
344 # define MAX_MEM_FOR_RS_ALIGN_CODE ((1 << alignment) - 1) macro
353 p = frag_var (rs_align_code, MAX_MEM_FOR_RS_ALIGN_CODE, 1, in frag_align_code()
DChangeLog-00011493 * config/tc-ppc.h (MAX_MEM_FOR_RS_ALIGN_CODE): Define.
2593 * config/tc-arm.h (MAX_MEM_FOR_RS_ALIGN_CODE): Define.
2595 MAX_MEM_FOR_RS_ALIGN_CODE bytes.
2596 (arm_frag_align_code): Use MAX_MEM_FOR_RS_ALIGN_CODE.
3676 (MAX_MEM_FOR_RS_ALIGN_CODE): New default.
3695 (MAX_MEM_FOR_RS_ALIGN_CODE): New.
3698 (MAX_MEM_FOR_RS_ALIGN_CODE): New.
3703 (MAX_MEM_FOR_RS_ALIGN_CODE): New.
3709 (HANDLE_ALIGN, MAX_MEM_FOR_RS_ALIGN_CODE): New.
3717 (MAX_MEM_FOR_RS_ALIGN_CODE): New.
[all …]
DChangeLog-02031113 (MAX_MEM_FOR_RS_ALIGN_CODE): Define macro.
6664 (MAX_MEM_FOR_RS_ALIGN_CODE): Override definition in tc-sh.h.
/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-score.h32 #define MAX_MEM_FOR_RS_ALIGN_CODE (3 + 4) macro
Dtc-spu.h105 #define MAX_MEM_FOR_RS_ALIGN_CODE (7 + 8) macro
Dtc-mips.h59 #define MAX_MEM_FOR_RS_ALIGN_CODE (1 + 2) macro
Dtc-alpha.h113 #define MAX_MEM_FOR_RS_ALIGN_CODE (3 + 4 + 8) macro
Dtc-sparc.h75 #define MAX_MEM_FOR_RS_ALIGN_CODE (3 + 4 + 4) macro
Dtc-ppc.h79 #define MAX_MEM_FOR_RS_ALIGN_CODE 4 macro
Dtc-i386.h264 #define MAX_MEM_FOR_RS_ALIGN_CODE 15 macro
Dtc-arm.h182 #define MAX_MEM_FOR_RS_ALIGN_CODE 31 macro
Dtc-ia64.h173 #define MAX_MEM_FOR_RS_ALIGN_CODE (15 + 16) macro
Dtc-arm.c17079 if (bytes > MAX_MEM_FOR_RS_ALIGN_CODE) in arm_handle_align()
17080 bytes &= MAX_MEM_FOR_RS_ALIGN_CODE; in arm_handle_align()
17129 if (max > MAX_MEM_FOR_RS_ALIGN_CODE) in arm_frag_align_code()
17133 MAX_MEM_FOR_RS_ALIGN_CODE, in arm_frag_align_code()