Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-pragma.h34 || defined (ASM_WEAKEN_DECL))
Ddefaults.h227 #if defined (ASM_WEAKEN_LABEL) || defined (ASM_WEAKEN_DECL)
Dvarasm.c4577 #ifdef ASM_WEAKEN_DECL in weak_finish()
4578 ASM_WEAKEN_DECL (asm_out_file, decl, name, NULL); in weak_finish()
4600 #if defined (ASM_WEAKEN_LABEL) || defined (ASM_WEAKEN_DECL)
4605 #ifdef ASM_WEAKEN_DECL
4606 ASM_WEAKEN_DECL (asm_out_file, decl, name, 0);
4657 #if defined (ASM_OUTPUT_WEAK_ALIAS) || defined (ASM_WEAKEN_DECL)
4661 #ifdef ASM_WEAKEN_DECL
4662 ASM_WEAKEN_DECL (asm_out_file, decl, name, IDENTIFIER_POINTER (target));
DChangeLog.76000 * config/rs6000/rs6000.h (ASM_WEAKEN_DECL): Append [DS] to
15207 * config/rs6000/rs6000.h (ASM_WEAKEN_DECL): AIX assembler doesn't
15255 * doc/tm.texi (ASM_WEAKEN_DECL): Document.
15256 (ASM_WEAKEN_LABEL): Mention ASM_WEAKEN_DECL.
15263 (assemble_start_function): Use ASM_WEAKEN_DECL.
15267 (weak_finish): Use ASM_WEAKEN_DECL. Try to find decl.
15269 ASM_WEAKEN_DECL.
15271 * c-pragma.h (HANDLE_PRAGMA_WEAK): Define if ASM_WEAKEN_DECL too.
15276 * config/rs6000/rs6000.h (ASM_WEAKEN_DECL): Define.
/openbsd/src/gnu/gcc/gcc/
Dvarasm.c4616 #if defined (ASM_WEAKEN_DECL) || defined (ASM_WEAKEN_LABEL) in weak_finish_1()
4623 #ifdef ASM_WEAKEN_DECL in weak_finish_1()
4624 ASM_WEAKEN_DECL (asm_out_file, decl, name, NULL); in weak_finish_1()
4673 # if defined ASM_WEAKEN_LABEL && ! defined ASM_WEAKEN_DECL in weak_finish()
4737 #if defined (ASM_WEAKEN_LABEL) || defined (ASM_WEAKEN_DECL) in globalize_decl()
4742 #ifdef ASM_WEAKEN_DECL in globalize_decl()
4743 ASM_WEAKEN_DECL (asm_out_file, decl, name, 0); in globalize_decl()
4887 #elif defined (ASM_OUTPUT_WEAK_ALIAS) || defined (ASM_WEAKEN_DECL) in do_assemble_alias()
4893 # ifdef ASM_WEAKEN_DECL in do_assemble_alias()
4894 ASM_WEAKEN_DECL (asm_out_file, decl, name, IDENTIFIER_POINTER (target)); in do_assemble_alias()
[all …]
Ddefaults.h247 #if defined (ASM_WEAKEN_LABEL) || defined (ASM_WEAKEN_DECL)
/openbsd/src/gnu/gcc/gcc/config/
Ddarwin.h427 #define ASM_WEAKEN_DECL(FILE, DECL, NAME, ALIAS) \ macro
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Drs6000.h1922 #define ASM_WEAKEN_DECL(FILE, DECL, NAME, VAL) \ macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/
Drs6000.h2538 #define ASM_WEAKEN_DECL(FILE, DECL, NAME, VAL) \ macro
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dtm.texi6693 If you don't define this macro or @code{ASM_WEAKEN_DECL}, GCC will not
6697 @findex ASM_WEAKEN_DECL
6698 @item ASM_WEAKEN_DECL (@var{stream}, @var{decl}, @var{name}, @var{value})
6712 definition. If either @code{ASM_WEAKEN_LABEL} or @code{ASM_WEAKEN_DECL}
/openbsd/src/gnu/gcc/gcc/doc/
Dtm.texi7097 If you don't define this macro or @code{ASM_WEAKEN_DECL}, GCC will not
7102 @defmac ASM_WEAKEN_DECL (@var{stream}, @var{decl}, @var{name}, @var{value})
7122 definition. If either @code{ASM_WEAKEN_LABEL} or @code{ASM_WEAKEN_DECL}
Dgccint.info25447 If you don't define this macro or `ASM_WEAKEN_DECL', GCC will not
25451 -- Macro: ASM_WEAKEN_DECL (STREAM, DECL, NAME, VALUE)
25469 definition. If either `ASM_WEAKEN_LABEL' or `ASM_WEAKEN_DECL' is
31721 * ASM_WEAKEN_DECL: Label Output. (line 186)