| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-ppc.h | 80 #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, \
|
| D | tc-frv.h | 102 #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; \
|
| D | tc-crx.h | 72 #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, \
|
| D | tc-m68hc11.h | 79 #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))
|
| D | tc-cris.h | 83 #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))
|
| D | tc-ia64.h | 163 #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, \
|
| D | tc-msp430.h | 112 #define md_relax_frag(SEG, FRAGP, STRETCH) \ argument 113 msp430_relax_frag (SEG, FRAGP, STRETCH)
|
| D | tc-m32c.h | 64 #define md_prepare_relax_scan(FRAGP, ADDR, AIM, STATE, TYPE) \ argument 65 m32c_prepare_relax_scan(FRAGP, &AIM, STATE)
|
| D | tc-sh64.h | 206 #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; \
|
| D | tc-tic54x.h | 65 #define TC_FRAG_INIT(FRAGP) do {(FRAGP)->tc_frag_data = 0;}while (0) argument
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-frv.h | 107 #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; \
|
| D | tc-ppc.h | 86 #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; \
|
| D | tc-m68hc11.h | 90 #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))
|
| D | tc-cris.h | 82 #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))
|
| D | tc-sh64.h | 205 #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; \
|
| D | tc-tic54x.h | 70 #define TC_FRAG_INIT(FRAGP) do {(FRAGP)->tc_frag_data = 0;}while (0) argument
|
| D | tc-i960.h | 67 #define TC_COFF_SIZEMACHDEP(FRAGP) tc_coff_sizemachdep (FRAGP) argument
|
| D | tc-ia64.h | 159 #define TC_FRAG_INIT(FRAGP) do {(FRAGP)->tc_frag_data = 0;}while (0) argument
|