| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-score.h | 65 #define TC_FRAG_INIT(FRAGP, MAX_BYTES) \ macro
|
| D | tc-rl78.h | 56 #define TC_FRAG_INIT(fragp, max_bytes) rl78_frag_init (fragp) macro
|
| D | tc-rx.h | 68 #define TC_FRAG_INIT(fragp, max_bytes) rx_frag_init (fragp) macro
|
| D | tc-ns32k.h | 76 #define TC_FRAG_INIT(X, MAX_BYTES) \ macro
|
| D | tc-tic54x.h | 67 #define TC_FRAG_INIT(FRAGP, MAX_BYTES) do {(FRAGP)->tc_frag_data = 0;}while (0) macro
|
| D | tc-riscv.h | 167 #define TC_FRAG_INIT(fragp, max_bytes) riscv_init_frag (fragp, max_bytes) macro
|
| D | tc-avr.h | 245 #define TC_FRAG_INIT(frag, max_bytes) avr_frag_init (frag) macro
|
| D | tc-tic6x.h | 133 #define TC_FRAG_INIT(fragP, max_bytes) tic6x_frag_init (fragP) macro
|
| D | tc-mmix.h | 181 #define TC_FRAG_INIT(frag, max_bytes) (frag)->tc_frag_data = mmix_opcode_frag macro
|
| D | tc-xtensa.h | 359 #define TC_FRAG_INIT(frag, max_bytes) xtensa_frag_init (frag) macro
|
| D | tc-aarch64.h | 184 #define TC_FRAG_INIT(fragp, max_bytes) aarch64_init_frag (fragp, max_bytes) macro
|
| D | tc-nds32.h | 193 #define TC_FRAG_INIT(fragP, max_bytes) nds32_frag_init (fragP) macro
|
| D | tc-ia64.h | 169 #define TC_FRAG_INIT(FRAGP, MAX_BYTES) do {(FRAGP)->tc_frag_data = 0;}while (0) macro
|
| D | tc-arm.h | 231 #define TC_FRAG_INIT(fragp, max_bytes) arm_init_frag (fragp, max_bytes) macro
|
| D | tc-i386.h | 336 #define TC_FRAG_INIT(FRAGP, MAX_BYTES) \ macro
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | frags.c | 243 #ifdef TC_FRAG_INIT in frag_var_init() 244 TC_FRAG_INIT (frag_now, max_chars); in frag_var_init()
|
| D | ChangeLog-2019 | 182 (TC_FRAG_INIT): Initialize u, padding_address, length, 4379 * frags.c (frag_var_init): Pass max_chars to TC_FRAG_INIT as 4381 * config/tc-aarch64.h (TC_FRAG_INIT): Add and pass max_bytes to 4383 * /config/tc-arm.h (TC_FRAG_INIT): And and pass max_bytes to 4385 * config/tc-avr.h (TC_FRAG_INIT): And and ignore max_bytes. 4386 * config/tc-ia64.h (TC_FRAG_INIT): Likewise. 4387 * config/tc-mmix.h (TC_FRAG_INIT): Likewise. 4388 * config/tc-nds32.h (TC_FRAG_INIT): Likewise. 4389 * config/tc-ns32k.h (TC_FRAG_INIT): Likewise. 4390 * config/tc-rl78.h (TC_FRAG_INIT): Likewise. [all …]
|
| D | ChangeLog-9697 | 247 * config/tc-m32r.h (TC_FRAG_INIT): Renamed from md_init_frag. 251 (TC_FRAG_INIT): Update. 257 * frags.c (frag_var, frag_variant): Use TC_FRAG_INIT macro (if 267 (TC_FRAG_INIT): new macro to initialize machine dependent field in
|
| D | ChangeLog-2008 | 281 (TC_FRAG_INIT): Likewise.
|
| D | ChangeLog-2010 | 1620 (tic6x_frag_info, TC_FRAG_TYPE, TC_FRAG_INIT, tic6x_frag_init,
|
| D | ChangeLog-9899 | 1714 * config/tc-fr30.h (TC_FRAG_INIT): Delete. 1715 * config/tc-m32r.h (TC_FRAG_INIT): Delete.
|
| D | ChangeLog-2009 | 1400 (TC_FRAG_INIT): Pass max_chars.
|
| D | ChangeLog-2004 | 2300 (TC_FRAG_INIT): New.
|
| D | ChangeLog-0203 | 6664 (TC_FRAG_INIT): Change to set new datatype. 6863 (TC_FRAG_INIT): Define to set tc_frag_data to sh64_last_insn_frag.
|
| /netbsd/src/external/gpl3/binutils/dist/gas/doc/ |
| D | internals.texi | 1136 @item TC_FRAG_INIT (@var{fragp}, @var{max_bytes}) 1137 @cindex TC_FRAG_INIT 1839 the opcode and defining @code{TC_FRAG_INIT} to set the pointer.
|