Home
last modified time | relevance | path

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

12

/netbsd/external/gpl3/gcc.old/dist/gcc/config/pa/
H A Dsom.h332 #define ASM_WEAKEN_DECL(FILE,DECL,NAME,VALUE) \ macro
/netbsd/external/gpl3/gcc/dist/gcc/config/pa/
H A Dsom.h333 #define ASM_WEAKEN_DECL(FILE,DECL,NAME,VALUE) \ macro
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dvarasm.c5728 #if defined (ASM_WEAKEN_DECL) || defined (ASM_WEAKEN_LABEL) in weak_finish_1()
5735 #ifdef ASM_WEAKEN_DECL in weak_finish_1()
5736 ASM_WEAKEN_DECL (asm_out_file, decl, name, NULL); in weak_finish_1()
5793 # if defined ASM_WEAKEN_LABEL && ! defined ASM_WEAKEN_DECL in weak_finish()
5857 #if defined (ASM_WEAKEN_LABEL) || defined (ASM_WEAKEN_DECL) in globalize_decl()
5863 #ifdef ASM_WEAKEN_DECL in globalize_decl()
5864 ASM_WEAKEN_DECL (asm_out_file, decl, name, 0); in globalize_decl()
5979 #elif defined (ASM_OUTPUT_WEAK_ALIAS) || defined (ASM_WEAKEN_DECL) in do_assemble_alias()
5985 # ifdef ASM_WEAKEN_DECL in do_assemble_alias()
5986 ASM_WEAKEN_DECL (asm_out_file, decl, name, IDENTIFIER_POINTER (target)); in do_assemble_alias()
[all …]
H A Dvarasm.cc5989 #if defined (ASM_WEAKEN_DECL) || defined (ASM_WEAKEN_LABEL) in weak_finish_1()
5996 #ifdef ASM_WEAKEN_DECL in weak_finish_1()
5997 ASM_WEAKEN_DECL (asm_out_file, decl, name, NULL); in weak_finish_1()
6054 # if defined ASM_WEAKEN_LABEL && ! defined ASM_WEAKEN_DECL in weak_finish()
6118 #if defined (ASM_WEAKEN_LABEL) || defined (ASM_WEAKEN_DECL) in globalize_decl()
6124 #ifdef ASM_WEAKEN_DECL in globalize_decl()
6125 ASM_WEAKEN_DECL (asm_out_file, decl, name, 0); in globalize_decl()
6240 #elif defined (ASM_OUTPUT_WEAK_ALIAS) || defined (ASM_WEAKEN_DECL) in do_assemble_alias()
6246 # ifdef ASM_WEAKEN_DECL in do_assemble_alias()
6247 ASM_WEAKEN_DECL (asm_out_file, decl, name, IDENTIFIER_POINTER (target)); in do_assemble_alias()
[all …]
H A Ddefaults.h265 #if defined (ASM_WEAKEN_LABEL) || defined (ASM_WEAKEN_DECL)
H A Dipa-icf.c210 #if !defined (ASM_OUTPUT_DEF) || (!defined(ASM_OUTPUT_WEAK_ALIAS) && !defined (ASM_WEAKEN_DECL)) in target_supports_symbol_aliases_p()
H A Dipa-icf.cc218 #if !defined (ASM_OUTPUT_DEF) || (!defined(ASM_OUTPUT_WEAK_ALIAS) && !defined (ASM_WEAKEN_DECL)) in target_supports_symbol_aliases_p()
H A DChangeLog-200220447 * config/rs6000/rs6000.h (ASM_WEAKEN_DECL): Append [DS] to
29654 * config/rs6000/rs6000.h (ASM_WEAKEN_DECL): AIX assembler doesn't
29702 * doc/tm.texi (ASM_WEAKEN_DECL): Document.
29703 (ASM_WEAKEN_LABEL): Mention ASM_WEAKEN_DECL.
29710 (assemble_start_function): Use ASM_WEAKEN_DECL.
29714 (weak_finish): Use ASM_WEAKEN_DECL. Try to find decl.
29716 ASM_WEAKEN_DECL.
29718 * c-pragma.h (HANDLE_PRAGMA_WEAK): Define if ASM_WEAKEN_DECL too.
29723 * config/rs6000/rs6000.h (ASM_WEAKEN_DECL): Define.
H A DChangeLog-20047244 * config/darwin.h (ASM_WEAKEN_DECL): Handle weak_import.
7626 (ASM_WEAKEN_DECL): New.
17772 (ASM_WEAKEN_DECL, ASM_OUTPUT_DEF_FROM_DECLS): Modify for !DOT_SYMBOLS.
H A DChangeLog-20128791 ASM_WEAKEN_DECL with #if RS6000_WEAK.
9115 ASM_WEAKEN_DECL with #if RS6000_WEAK.
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dvarasm.c5728 #if defined (ASM_WEAKEN_DECL) || defined (ASM_WEAKEN_LABEL) in weak_finish_1()
5735 #ifdef ASM_WEAKEN_DECL in weak_finish_1()
5736 ASM_WEAKEN_DECL (asm_out_file, decl, name, NULL); in weak_finish_1()
5793 # if defined ASM_WEAKEN_LABEL && ! defined ASM_WEAKEN_DECL in weak_finish()
5857 #if defined (ASM_WEAKEN_LABEL) || defined (ASM_WEAKEN_DECL) in globalize_decl()
5863 #ifdef ASM_WEAKEN_DECL in globalize_decl()
5864 ASM_WEAKEN_DECL (asm_out_file, decl, name, 0); in globalize_decl()
5979 #elif defined (ASM_OUTPUT_WEAK_ALIAS) || defined (ASM_WEAKEN_DECL) in do_assemble_alias()
5985 # ifdef ASM_WEAKEN_DECL in do_assemble_alias()
5986 ASM_WEAKEN_DECL (asm_out_file, decl, name, IDENTIFIER_POINTER (target)); in do_assemble_alias()
[all …]
H A Ddefaults.h266 #if defined (ASM_WEAKEN_LABEL) || defined (ASM_WEAKEN_DECL)
H A Dipa-icf.c210 #if !defined (ASM_OUTPUT_DEF) || (!defined(ASM_OUTPUT_WEAK_ALIAS) && !defined (ASM_WEAKEN_DECL)) in target_supports_symbol_aliases_p()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/
H A Ddarwin.h667 #define ASM_WEAKEN_DECL(FILE, DECL, NAME, ALIAS) \ macro
/netbsd/external/gpl3/gcc/dist/gcc/config/
H A Ddarwin.h673 #define ASM_WEAKEN_DECL(FILE, DECL, NAME, ALIAS) \ macro
/netbsd/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.h1931 #define ASM_WEAKEN_DECL(FILE, DECL, NAME, VAL) \ macro
H A Drs6000.c20811 #ifdef ASM_WEAKEN_DECL in rs6000_declare_alias()
20813 ASM_WEAKEN_DECL (data->file, n->decl, name, NULL); in rs6000_declare_alias()
25732 ASM_WEAKEN_DECL (asm_out_file, decl, name, 0); in rs6000_code_end()
/netbsd/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.h1923 #define ASM_WEAKEN_DECL(FILE, DECL, NAME, VAL) \ macro
H A Drs6000.c20811 #ifdef ASM_WEAKEN_DECL in rs6000_declare_alias()
20813 ASM_WEAKEN_DECL (data->file, n->decl, name, NULL); in rs6000_declare_alias()
25732 ASM_WEAKEN_DECL (asm_out_file, decl, name, 0); in rs6000_code_end()
H A Drs6000.cc21379 #ifdef ASM_WEAKEN_DECL in rs6000_declare_alias()
21381 ASM_WEAKEN_DECL (data->file, n->decl, name, NULL); in rs6000_declare_alias()
26631 ASM_WEAKEN_DECL (asm_out_file, decl, name, 0); in rs6000_code_end()
/netbsd/external/gpl3/gcc.old/dist/gcc/doc/
H A Dtm.texi.in5652 If you don't define this macro or @code{ASM_WEAKEN_DECL}, GCC will not
5657 @defmac ASM_WEAKEN_DECL (@var{stream}, @var{decl}, @var{name}, @var{value})
5678 definition. If either @code{ASM_WEAKEN_LABEL} or @code{ASM_WEAKEN_DECL}
H A Dtm.texi8656 If you don't define this macro or @code{ASM_WEAKEN_DECL}, GCC will not
8661 @defmac ASM_WEAKEN_DECL (@var{stream}, @var{decl}, @var{name}, @var{value})
8682 definition. If either @code{ASM_WEAKEN_LABEL} or @code{ASM_WEAKEN_DECL}
/netbsd/external/gpl3/gcc/dist/gcc/doc/
H A Dtm.texi.in5582 If you don't define this macro or @code{ASM_WEAKEN_DECL}, GCC will not
5587 @defmac ASM_WEAKEN_DECL (@var{stream}, @var{decl}, @var{name}, @var{value})
5608 definition. If either @code{ASM_WEAKEN_LABEL} or @code{ASM_WEAKEN_DECL}
H A Dtm.texi8740 If you don't define this macro or @code{ASM_WEAKEN_DECL}, GCC will not
8745 @defmac ASM_WEAKEN_DECL (@var{stream}, @var{decl}, @var{name}, @var{value})
8766 definition. If either @code{ASM_WEAKEN_LABEL} or @code{ASM_WEAKEN_DECL}
H A Dgccint.info39208 If you don't define this macro or 'ASM_WEAKEN_DECL', GCC will not
39212 -- Macro: ASM_WEAKEN_DECL (STREAM, DECL, NAME, VALUE)
39230 definition. If either 'ASM_WEAKEN_LABEL' or 'ASM_WEAKEN_DECL' is
52365 * ASM_WEAKEN_DECL: Label Output. (line 251)

12