HomeSort by relevance Sort by last modified time
    Searched refs:TC_FRAG_INIT (Results 1 - 15 of 15) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-rl78.h 56 #define TC_FRAG_INIT rl78_frag_init
tc-score.h 65 #define TC_FRAG_INIT(FRAGP) \
tc-ns32k.h 76 #define TC_FRAG_INIT(X) \
tc-rx.h 57 #define TC_FRAG_INIT rx_frag_init
tc-tic54x.h 65 #define TC_FRAG_INIT(FRAGP) do {(FRAGP)->tc_frag_data = 0;}while (0)
tc-mmix.h 188 #define TC_FRAG_INIT(frag) (frag)->tc_frag_data = mmix_opcode_frag
tc-aarch64.h 139 #define TC_FRAG_INIT(fragp) aarch64_init_frag (fragp, max_chars)
tc-sh64.h 206 #define TC_FRAG_INIT(FRAGP) \
tc-tic6x.h 133 #define TC_FRAG_INIT(fragP) tic6x_frag_init (fragP)
tc-xtensa.h 344 #define TC_FRAG_INIT(frag) xtensa_frag_init (frag)
tc-arm.h 238 #define TC_FRAG_INIT(fragp) arm_init_frag (fragp, max_chars)
tc-i386.h 267 #define TC_FRAG_INIT(FRAGP) \
tc-ia64.h 169 #define TC_FRAG_INIT(FRAGP) do {(FRAGP)->tc_frag_data = 0;}while (0)
tc-nds32.h 171 #define TC_FRAG_INIT(fragP) nds32_frag_init (fragP)
  /toolchain/binutils/binutils-2.25/gas/
frags.c 243 #ifdef TC_FRAG_INIT
244 TC_FRAG_INIT (frag_now);

Completed in 135 milliseconds