Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-ppc.h80 #define HANDLE_ALIGN(FRAGP) \ argument
81 if ((FRAGP)->fr_type == rs_align_code) \
83 valueT count = ((FRAGP)->fr_next->fr_address \
84 - ((FRAGP)->fr_address + (FRAGP)->fr_fix)); \
87 char *dest = (FRAGP)->fr_literal + (FRAGP)->fr_fix; \
89 (FRAGP)->fr_var = 4; \
107 #define md_frag_check(FRAGP) \ argument
108 if ((FRAGP)->has_code \
109 && (((FRAGP)->fr_address + (FRAGP)->insn_addr) & 3) != 0) \
110 as_bad_where ((FRAGP)->fr_file, (FRAGP)->fr_line, \
Dtc-frv.h102 #define HANDLE_ALIGN(FRAGP) do \ argument
103 if ((FRAGP)->fr_type == rs_align_code) \
105 valueT count = ((FRAGP)->fr_next->fr_address \
106 - ((FRAGP)->fr_address + (FRAGP)->fr_fix)); \
107 char *dest = (FRAGP)->fr_literal + (FRAGP)->fr_fix; \
111 (FRAGP)->fr_fix += (count & 3); \
117 (FRAGP)->fr_var = 4; \
Dtc-crx.h72 #define md_frag_check(FRAGP) \ argument
73 if ((FRAGP)->has_code \
74 && (((FRAGP)->fr_address + (FRAGP)->insn_addr) & 1) != 0) \
75 as_bad_where ((FRAGP)->fr_file, (FRAGP)->fr_line, \
Dtc-m68hc11.h79 #define md_relax_frag(SEG, FRAGP, STRETCH) \ argument
80 ((FRAGP)->fr_symbol != NULL \
81 && S_GET_SEGMENT ((FRAGP)->fr_symbol) == (SEG) \
82 ? relax_frag (SEG, FRAGP, STRETCH) \
83 : m68hc11_relax_frag (SEG, FRAGP, STRETCH))
Dtc-cris.h83 #define md_relax_frag(SEG, FRAGP, STRETCH) \ argument
84 ((FRAGP)->fr_symbol != NULL \
85 && S_GET_SEGMENT ((FRAGP)->fr_symbol) == (SEG) \
86 ? relax_frag (SEG, FRAGP, STRETCH) \
87 : cris_relax_frag (SEG, FRAGP, STRETCH))
Dtc-ia64.h163 #define TC_FRAG_INIT(FRAGP) do {(FRAGP)->tc_frag_data = 0;}while (0) argument
167 #define md_frag_check(FRAGP) \ argument
168 if ((FRAGP)->has_code \
169 && (((FRAGP)->fr_address + (FRAGP)->insn_addr) & 15) != 0) \
170 as_bad_where ((FRAGP)->fr_file, (FRAGP)->fr_line, \
Dtc-msp430.h112 #define md_relax_frag(SEG, FRAGP, STRETCH) \ argument
113 msp430_relax_frag (SEG, FRAGP, STRETCH)
Dtc-m32c.h64 #define md_prepare_relax_scan(FRAGP, ADDR, AIM, STATE, TYPE) \ argument
65 m32c_prepare_relax_scan(FRAGP, &AIM, STATE)
Dtc-sh64.h206 #define TC_FRAG_INIT(FRAGP) \ argument
209 (FRAGP)->tc_frag_data.opc_frag = sh64_last_insn_frag; \
210 (FRAGP)->tc_frag_data.isa = sh64_isa_mode; \
Dtc-tic54x.h65 #define TC_FRAG_INIT(FRAGP) do {(FRAGP)->tc_frag_data = 0;}while (0) argument
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-frv.h107 #define HANDLE_ALIGN(FRAGP) do \ argument
108 if ((FRAGP)->fr_type == rs_align_code) \
110 valueT count = ((FRAGP)->fr_next->fr_address \
111 - ((FRAGP)->fr_address + (FRAGP)->fr_fix)); \
112 unsigned char *dest = (FRAGP)->fr_literal + (FRAGP)->fr_fix; \
116 (FRAGP)->fr_fix += (count & 3); \
122 (FRAGP)->fr_var = 4; \
Dtc-ppc.h86 #define HANDLE_ALIGN(FRAGP) \ argument
87 if ((FRAGP)->fr_type == rs_align_code) \
89 valueT count = ((FRAGP)->fr_next->fr_address \
90 - ((FRAGP)->fr_address + (FRAGP)->fr_fix)); \
93 unsigned char *dest = (FRAGP)->fr_literal + (FRAGP)->fr_fix; \
95 (FRAGP)->fr_var = 4; \
Dtc-m68hc11.h90 #define md_relax_frag(SEG, FRAGP, STRETCH) \ argument
91 ((FRAGP)->fr_symbol != NULL \
92 && S_GET_SEGMENT ((FRAGP)->fr_symbol) == (SEG) \
93 ? relax_frag (SEG, FRAGP, STRETCH) \
94 : m68hc11_relax_frag (SEG, FRAGP, STRETCH))
Dtc-cris.h82 #define md_relax_frag(SEG, FRAGP, STRETCH) \ argument
83 ((FRAGP)->fr_symbol != NULL \
84 && S_GET_SEGMENT ((FRAGP)->fr_symbol) == (SEG) \
85 ? relax_frag (SEG, FRAGP, STRETCH) \
86 : cris_relax_frag (SEG, FRAGP, STRETCH))
Dtc-sh64.h205 #define TC_FRAG_INIT(FRAGP) \ argument
208 (FRAGP)->tc_frag_data.opc_frag = sh64_last_insn_frag; \
209 (FRAGP)->tc_frag_data.isa = sh64_isa_mode; \
Dtc-tic54x.h70 #define TC_FRAG_INIT(FRAGP) do {(FRAGP)->tc_frag_data = 0;}while (0) argument
Dtc-i960.h67 #define TC_COFF_SIZEMACHDEP(FRAGP) tc_coff_sizemachdep (FRAGP) argument
Dtc-ia64.h159 #define TC_FRAG_INIT(FRAGP) do {(FRAGP)->tc_frag_data = 0;}while (0) argument