Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/gas/
HDfrags.c223 #ifdef TC_FRAG_INIT in frag_var()
224 TC_FRAG_INIT (frag_now); in frag_var()
254 #ifdef TC_FRAG_INIT in frag_variant()
255 TC_FRAG_INIT (frag_now); in frag_variant()
HDChangeLog-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
HDChangeLog-98991714 * config/tc-fr30.h (TC_FRAG_INIT): Delete.
1715 * config/tc-m32r.h (TC_FRAG_INIT): Delete.
HDChangeLog-02036672 (TC_FRAG_INIT): Change to set new datatype.
6871 (TC_FRAG_INIT): Define to set tc_frag_data to sh64_last_insn_frag.
HDChangeLog-00012686 (TC_FRAG_INIT): Define.
/NextBSD/contrib/binutils/gas/config/
HDtc-score.h64 #define TC_FRAG_INIT(FRAGP) \ macro
HDtc-arm.h188 #define TC_FRAG_INIT(fragp) arm_init_frag (fragp) macro
HDtc-ia64.h163 #define TC_FRAG_INIT(FRAGP) do {(FRAGP)->tc_frag_data = 0;}while (0) macro
/NextBSD/contrib/binutils/gas/doc/
HDinternals.texi1120 @item TC_FRAG_INIT (@var{fragp})
1121 @cindex TC_FRAG_INIT
1766 @code{TC_FRAG_TYPE} to include a pointer to it and defining @code{TC_FRAG_INIT}