Home
last modified time | relevance | path

Searched refs:TC_FRAG_INIT (Results 1 – 25 of 28) sorted by relevance

12

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-score.h65 #define TC_FRAG_INIT(FRAGP, MAX_BYTES) \ macro
Dtc-rl78.h56 #define TC_FRAG_INIT(fragp, max_bytes) rl78_frag_init (fragp) macro
Dtc-rx.h68 #define TC_FRAG_INIT(fragp, max_bytes) rx_frag_init (fragp) macro
Dtc-ns32k.h76 #define TC_FRAG_INIT(X, MAX_BYTES) \ macro
Dtc-tic54x.h67 #define TC_FRAG_INIT(FRAGP, MAX_BYTES) do {(FRAGP)->tc_frag_data = 0;}while (0) macro
Dtc-riscv.h167 #define TC_FRAG_INIT(fragp, max_bytes) riscv_init_frag (fragp, max_bytes) macro
Dtc-avr.h245 #define TC_FRAG_INIT(frag, max_bytes) avr_frag_init (frag) macro
Dtc-tic6x.h133 #define TC_FRAG_INIT(fragP, max_bytes) tic6x_frag_init (fragP) macro
Dtc-mmix.h181 #define TC_FRAG_INIT(frag, max_bytes) (frag)->tc_frag_data = mmix_opcode_frag macro
Dtc-xtensa.h359 #define TC_FRAG_INIT(frag, max_bytes) xtensa_frag_init (frag) macro
Dtc-aarch64.h184 #define TC_FRAG_INIT(fragp, max_bytes) aarch64_init_frag (fragp, max_bytes) macro
Dtc-nds32.h193 #define TC_FRAG_INIT(fragP, max_bytes) nds32_frag_init (fragP) macro
Dtc-ia64.h169 #define TC_FRAG_INIT(FRAGP, MAX_BYTES) do {(FRAGP)->tc_frag_data = 0;}while (0) macro
Dtc-arm.h231 #define TC_FRAG_INIT(fragp, max_bytes) arm_init_frag (fragp, max_bytes) macro
Dtc-i386.h336 #define TC_FRAG_INIT(FRAGP, MAX_BYTES) \ macro
/netbsd/src/external/gpl3/binutils/dist/gas/
Dfrags.c243 #ifdef TC_FRAG_INIT in frag_var_init()
244 TC_FRAG_INIT (frag_now, max_chars); in frag_var_init()
DChangeLog-2019182 (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 …]
DChangeLog-9697247 * 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
DChangeLog-2008281 (TC_FRAG_INIT): Likewise.
DChangeLog-20101620 (tic6x_frag_info, TC_FRAG_TYPE, TC_FRAG_INIT, tic6x_frag_init,
DChangeLog-98991714 * config/tc-fr30.h (TC_FRAG_INIT): Delete.
1715 * config/tc-m32r.h (TC_FRAG_INIT): Delete.
DChangeLog-20091400 (TC_FRAG_INIT): Pass max_chars.
DChangeLog-20042300 (TC_FRAG_INIT): New.
DChangeLog-02036664 (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/
Dinternals.texi1136 @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.

12