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

  /toolchain/binutils/binutils-2.27/gas/config/
tc-v850.h 85 #define TC_FIX_TYPE void *
tc-i960.h 182 #define TC_FIX_TYPE struct { unsigned bsr : 1; }
tc-ns32k.h 90 #define TC_FIX_TYPE \
tc-spu.h 39 #define TC_FIX_TYPE struct tc_fix_info
tc-tilegx.h 48 #define TC_FIX_TYPE const struct tilegx_operand *
50 /* Initialize the TC_FIX_TYPE field. */
tc-tilepro.h 48 #define TC_FIX_TYPE const struct tilepro_operand *
50 /* Initialize the TC_FIX_TYPE field. */
tc-alpha.h 155 #define TC_FIX_TYPE struct alpha_fix_tag
163 /* Initialize the TC_FIX_TYPE field. */
170 /* Work with DEBUG5 to print fields in tc_fix_type. */
tc-hppa.h 208 #define TC_FIX_TYPE void *
tc-sparc.h 170 #define TC_FIX_TYPE valueT
tc-aarch64.h 81 #define TC_FIX_TYPE struct aarch64_fix
tc-ppc.h 103 #define TC_FIX_TYPE struct _ppc_fix_extra
tc-tic6x.h 148 #define TC_FIX_TYPE tic6x_fix_info
tc-xtensa.h 342 #define TC_FIX_TYPE xtensa_fix_data
tc-arm.h 129 #define TC_FIX_TYPE int
tc-ia64.h 150 #define TC_FIX_TYPE struct ia64_fix
tc-nds32.h 105 #define TC_FIX_TYPE struct fix *
  /toolchain/binutils/binutils-2.27/gas/
write.h 45 /* Only used on ns32k; merge it into TC_FIX_TYPE sometime. */
131 #ifdef TC_FIX_TYPE
134 TC_FIX_TYPE tc_fix_data;
write.c 190 #ifdef TC_FIX_TYPE
    [all...]

Completed in 181 milliseconds