Searched refs:ASM_WEAKEN_DECL (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | c-pragma.h | 34 || defined (ASM_WEAKEN_DECL))
|
| D | defaults.h | 227 #if defined (ASM_WEAKEN_LABEL) || defined (ASM_WEAKEN_DECL)
|
| D | varasm.c | 4577 #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));
|
| D | ChangeLog.7 | 6000 * 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/ |
| D | varasm.c | 4616 #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 …]
|
| D | defaults.h | 247 #if defined (ASM_WEAKEN_LABEL) || defined (ASM_WEAKEN_DECL)
|
| /openbsd/src/gnu/gcc/gcc/config/ |
| D | darwin.h | 427 #define ASM_WEAKEN_DECL(FILE, DECL, NAME, ALIAS) \ macro
|
| /openbsd/src/gnu/gcc/gcc/config/rs6000/ |
| D | rs6000.h | 1922 #define ASM_WEAKEN_DECL(FILE, DECL, NAME, VAL) \ macro
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| D | rs6000.h | 2538 #define ASM_WEAKEN_DECL(FILE, DECL, NAME, VAL) \ macro
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/doc/ |
| D | tm.texi | 6693 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/ |
| D | tm.texi | 7097 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}
|
| D | gccint.info | 25447 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)
|