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

/freebsd-11-stable/contrib/gcc/
H A Dvarasm.c4643 #if defined (ASM_WEAKEN_DECL) || defined (ASM_WEAKEN_LABEL)
4650 #ifdef ASM_WEAKEN_DECL
4651 ASM_WEAKEN_DECL (asm_out_file, decl, name, NULL);
4697 /* Use ASM_WEAKEN_LABEL only if ASM_WEAKEN_DECL is not
4700 # if defined ASM_WEAKEN_LABEL && ! defined ASM_WEAKEN_DECL
4764 #if defined (ASM_WEAKEN_LABEL) || defined (ASM_WEAKEN_DECL)
4769 #ifdef ASM_WEAKEN_DECL
4770 ASM_WEAKEN_DECL (asm_out_file, decl, name, 0);
4914 #elif defined (ASM_OUTPUT_WEAK_ALIAS) || defined (ASM_WEAKEN_DECL)
4920 # ifdef ASM_WEAKEN_DECL
[all...]
H A Ddefaults.h247 #if defined (ASM_WEAKEN_LABEL) || defined (ASM_WEAKEN_DECL)
/freebsd-11-stable/contrib/gcc/config/
H A Ddarwin.h428 #define ASM_WEAKEN_DECL(FILE, DECL, NAME, ALIAS) \ macro
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.h1937 #define ASM_WEAKEN_DECL(FILE, DECL, NAME, VAL) \
1922 #define ASM_WEAKEN_DECL macro

Completed in 81 milliseconds