Home
last modified time | relevance | path

Searched refs:TARGET_UNDERSCORE (Results 1 – 25 of 25) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dpe-x86_64.c33 #define TARGET_UNDERSCORE '_' macro
35 #define TARGET_UNDERSCORE 0 macro
81 TARGET_UNDERSCORE, /* Leading underscore. */
Dcoff-ia64.c165 #ifdef TARGET_UNDERSCORE
166 TARGET_UNDERSCORE, /* leading underscore */
Dpe-sh.c28 #define TARGET_UNDERSCORE '_' macro
Dpei-arm-wince.c21 #define TARGET_UNDERSCORE 0 macro
Dpei-ia64.c34 #define TARGET_UNDERSCORE '_' macro
Dpei-sh.c30 #define TARGET_UNDERSCORE '_' macro
Depoc-pei-arm.c21 #define TARGET_UNDERSCORE 0 macro
Dpe-arm-wince.c21 #define TARGET_UNDERSCORE 0 macro
Depoc-pe-arm.c21 #define TARGET_UNDERSCORE 0 macro
Dpei-i386.c29 #define TARGET_UNDERSCORE '_' macro
Dpe-i386.c28 #define TARGET_UNDERSCORE '_' macro
Dcoff-i386.c590 #ifdef TARGET_UNDERSCORE
637 #ifdef TARGET_UNDERSCORE
638 TARGET_UNDERSCORE, /* leading underscore */
Dcoff-go32.c24 #define TARGET_UNDERSCORE '_' macro
Dcoff-x86_64.c705 #ifdef TARGET_UNDERSCORE
762 #ifdef TARGET_UNDERSCORE
763 TARGET_UNDERSCORE, /* Leading underscore. */
Dpe-mips.c829 #ifdef TARGET_UNDERSCORE
885 #ifdef TARGET_UNDERSCORE
886 TARGET_UNDERSCORE, /* Leading underscore. */
Dcoff-arm.c155 #ifndef TARGET_UNDERSCORE
156 #define TARGET_UNDERSCORE '_' macro
2543 #ifndef TARGET_UNDERSCORE
2544 #define TARGET_UNDERSCORE 0 macro
2559 …VEC (TARGET_LITTLE_SYM, TARGET_LITTLE_NAME, D_PAGED, EXTRA_S_FLAGS, TARGET_UNDERSCORE, & TARGET_BI…
2560 …ARGET_VEC (TARGET_BIG_SYM, TARGET_BIG_NAME, D_PAGED, EXTRA_S_FLAGS, TARGET_UNDERSCORE, & TARGET_LI…
Dpei-x86_64.c33 #define TARGET_UNDERSCORE '_' macro
35 #define TARGET_UNDERSCORE 0 macro
Dcoff-stgo32.c40 #define TARGET_UNDERSCORE '_' macro
Dcoffcode.h1093 #ifndef TARGET_UNDERSCORE in handle_COMDAT()
1094 #define TARGET_UNDERSCORE 0 in handle_COMDAT() macro
1098 symname + (TARGET_UNDERSCORE ? 1 : 0)) != 0) in handle_COMDAT()
DChangeLog-20102259 * pe-x86_64.c (TARGET_UNDERSCORE): Set value dependent
2261 * pei-x86_64.c (TARGET_UNDERSCORE): Likewise.
DChangeLog-9697194 * coff-arm.c (TARGET_UNDERSCORE): Revert back to '_'
207 * coff-arm.c (TARGET_UNDERSCORE): Changed to match definition in
1132 if TARGET_UNDERSCORE.
1133 (coff_bfd_is_local_label_name): Define if TARGET_UNDERSCORE.
DChangeLog-98992726 TARGET_UNDERSCORE and USER_LABEL_PREFIX.
2839 * coff-arm.c (TARGET_UNDERSCORE): Re-enable.
4213 * coff-arm.c: Supress definition of TARGET_UNDERSCORE and add a
DChangeLog-20061207 * pei-arm.c [TARGET_UNDERSCORE]: Define for ARM_WINCE like in
DChangeLog-949564 * pe[i]-i386.c (TARGET_UNDERSCORE): Define to '_'.
906 * pe[i]-i386.c (TARGET_UNDERSCORE): Define.
4400 * coff-i386.c (TARGET_UNDERSCORE): allow other files to override
DChangeLog-00019166 * pe-arm.c: Unset TARGET_UNDERSCORE for a WinCE target.