Searched refs:ASM_WEAKEN_DECL (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dvarasm.c4642 #if defined (ASM_WEAKEN_DECL) || defined (ASM_WEAKEN_LABEL)
4649 #ifdef ASM_WEAKEN_DECL
4650 ASM_WEAKEN_DECL (asm_out_file, decl, name, NULL);
4696 /* Use ASM_WEAKEN_LABEL only if ASM_WEAKEN_DECL is not
4699 # if defined ASM_WEAKEN_LABEL && ! defined ASM_WEAKEN_DECL
4763 #if defined (ASM_WEAKEN_LABEL) || defined (ASM_WEAKEN_DECL)
4768 #ifdef ASM_WEAKEN_DECL
4769 ASM_WEAKEN_DECL (asm_out_file, decl, name, 0);
4913 #elif defined (ASM_OUTPUT_WEAK_ALIAS) || defined (ASM_WEAKEN_DECL)
4919 # ifdef ASM_WEAKEN_DECL
[all...]
H A Ddefaults.h247 #if defined (ASM_WEAKEN_LABEL) || defined (ASM_WEAKEN_DECL)
/freebsd-10.0-release/contrib/gcc/config/
H A Ddarwin.h427 #define ASM_WEAKEN_DECL(FILE, DECL, NAME, ALIAS) \ macro
/freebsd-10.0-release/contrib/gcc/config/rs6000/
H A Drs6000.h1937 #define ASM_WEAKEN_DECL(FILE, DECL, NAME, VAL) \
1922 #define ASM_WEAKEN_DECL macro

Completed in 80 milliseconds