Searched refs:TI_TARGET_ID (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/coff/
H A Dtic4x.h26 #define TI_TARGET_ID TIC4X_TARGET_ID macro
H A Dtic54x.h27 #define TI_TARGET_ID TIC54X_TARGET_ID macro
H A Dti.h46 #define TICOFF0MAGIC TI_TARGET_ID
54 #ifndef TI_TARGET_ID
55 #error "TI_TARGET_ID needs to be defined for your CPU"
100 #define COFF1_BADMAG(x) ((x).f_magic != TICOFF1MAGIC || (x).f_target_id != TI_TARGET_ID)
101 #define COFF2_BADMAG(x) ((x).f_magic != TICOFF2MAGIC || (x).f_target_id != TI_TARGET_ID)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/coff/
H A Dtic4x.h26 #define TI_TARGET_ID TIC4X_TARGET_ID macro
H A Dtic54x.h27 #define TI_TARGET_ID TIC54X_TARGET_ID macro
H A Dti.h46 #define TICOFF0MAGIC TI_TARGET_ID
54 #ifndef TI_TARGET_ID
55 #error "TI_TARGET_ID needs to be defined for your CPU"
100 #define COFF1_BADMAG(x) ((x).f_magic != TICOFF1MAGIC || (x).f_target_id != TI_TARGET_ID)
101 #define COFF2_BADMAG(x) ((x).f_magic != TICOFF2MAGIC || (x).f_target_id != TI_TARGET_ID)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dcoffcode.h2382 #ifdef TI_TARGET_ID
2383 case TI_TARGET_ID:
3977 #ifdef TI_TARGET_ID
3980 internal_f.f_target_id = TI_TARGET_ID;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dcoffcode.h2384 #ifdef TI_TARGET_ID
2385 case TI_TARGET_ID:
3977 #ifdef TI_TARGET_ID
3980 internal_f.f_target_id = TI_TARGET_ID;

Completed in 123 milliseconds