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

/freebsd-10.3-release/contrib/gcc/config/i386/
H A Ddjgpp.h143 #undef ASM_WEAKEN_LABEL macro
144 #define ASM_WEAKEN_LABEL(FILE,NAME) \ macro
H A Dcygming.h360 #define ASM_WEAKEN_LABEL(FILE, NAME) \
356 #define ASM_WEAKEN_LABEL macro
/freebsd-10.3-release/contrib/gcc/config/
H A Dnetbsd-aout.h98 #undef ASM_WEAKEN_LABEL macro
99 #define ASM_WEAKEN_LABEL(FILE,NAME) \ macro
H A Dopenbsd.h40 There are also a few `default' defines such as ASM_WEAKEN_LABEL,
280 #ifndef ASM_WEAKEN_LABEL
281 #define ASM_WEAKEN_LABEL(FILE,NAME) \
277 #define ASM_WEAKEN_LABEL macro
H A Delfos.h238 #define ASM_WEAKEN_LABEL(FILE, NAME) \ macro
/freebsd-10.3-release/contrib/gcc/
H A Ddefaults.h169 #if defined (ASM_WEAKEN_LABEL) && defined (ASM_OUTPUT_DEF)
173 ASM_WEAKEN_LABEL (STREAM, NAME); \
247 #if defined (ASM_WEAKEN_LABEL) || defined (ASM_WEAKEN_DECL)
H A Dvarasm.c4643 #if defined (ASM_WEAKEN_DECL) || defined (ASM_WEAKEN_LABEL)
4653 #ifdef ASM_WEAKEN_LABEL
4654 ASM_WEAKEN_LABEL (asm_out_file, name);
4697 /* Use ASM_WEAKEN_LABEL only if ASM_WEAKEN_DECL is not
4700 # if defined ASM_WEAKEN_LABEL && ! defined ASM_WEAKEN_DECL
4701 ASM_WEAKEN_LABEL (asm_out_file, IDENTIFIER_POINTER (target));
4764 #if defined (ASM_WEAKEN_LABEL) || defined (ASM_WEAKEN_DECL)
4772 ASM_WEAKEN_LABEL (asm_out_file, name);
H A Dfinal.c1660 #ifdef ASM_WEAKEN_LABEL
1661 ASM_WEAKEN_LABEL (file, name);

Completed in 141 milliseconds