Searched refs:TC_FRAG_INIT (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-score.h64 #define TC_FRAG_INIT(FRAGP) \ macro
H A Dtc-arm.h188 #define TC_FRAG_INIT(fragp) arm_init_frag (fragp) macro
H A Dtc-ia64.h163 #define TC_FRAG_INIT(FRAGP) do {(FRAGP)->tc_frag_data = 0;}while (0) macro
/freebsd-10-stable/contrib/binutils/gas/
H A Dfrags.c229 #ifdef TC_FRAG_INIT
230 TC_FRAG_INIT (frag_now);
261 #ifdef TC_FRAG_INIT
262 TC_FRAG_INIT (frag_now);

Completed in 189 milliseconds