Home
last modified time | relevance | path

Searched refs:DECL_WEAK (Results 1 – 25 of 55) sorted by relevance

123

/openbsd/gnu/gcc/gcc/cp/
H A Doptimize.c109 DECL_WEAK (clone) = DECL_WEAK (fn); in maybe_clone_body()
H A Ddecl2.c2221 DECL_WEAK (guard) = DECL_WEAK (decl); in get_guard()
2561 || DECL_WEAK (decl)))
/openbsd/gnu/usr.bin/gcc/gcc/config/mips/
H A Diris6gld.h51 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
H A Delf64.h156 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
H A Delf.h197 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Doptimize.c171 DECL_WEAK (clone) = DECL_WEAK (fn);
/openbsd/gnu/gcc/gcc/config/score/
H A Delf.h78 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
/openbsd/gnu/gcc/gcc/config/
H A Ddarwin.h420 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
539 if (! DECL_WEAK (DECL) \
560 if (! DECL_WEAK (DECL) \
H A Delfos.h215 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
H A Ddarwin.c1076 && (!TREE_PUBLIC (decl) || !DECL_WEAK (decl)) in darwin_encode_section_info()
1107 bool weak_p = (DECL_P (exp) && DECL_WEAK (exp) in machopic_select_section()
1408 if (DECL_WEAK (decl)) in darwin_emit_unwind_label()
/openbsd/gnu/gcc/gcc/config/i386/
H A Ddjgpp.h188 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Ddjgpp.h213 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
/openbsd/gnu/usr.bin/gcc/gcc/config/pa/
H A Dopenbsd.h38 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
H A Dsom.h387 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dvarasm.c939 SYMBOL_REF_WEAK (XEXP (x, 0)) = DECL_WEAK (decl);
1198 if (! DECL_WEAK (decl) && ! DECL_ONE_ONLY (decl))
1512 && ! DECL_WEAK (decl)
4476 DECL_WEAK (decl) = 1;
4492 if (DECL_WEAK (newdecl) == DECL_WEAK (olddecl))
4495 if (DECL_WEAK (newdecl))
4553 if (! DECL_WEAK (decl))
4601 if (DECL_WEAK (decl))
4658 if (DECL_WEAK (decl))
4762 DECL_WEAK (decl) = 1;
[all …]
H A Dprint-tree.c319 if (DECL_WEAK (node))
/openbsd/gnu/gcc/gcc/config/pa/
H A Dsom.h307 DECL_WEAK (DECL) = 1; \
/openbsd/gnu/gcc/gcc/config/rs6000/
H A Dxcoff.h146 if (!RS6000_WEAK || !DECL_WEAK (decl)) \
/openbsd/gnu/gcc/gcc/
H A Dvarasm.c1150 SYMBOL_REF_WEAK (x) = DECL_WEAK (decl); in make_decl_rtl()
1318 if (DECL_WEAK (decl) || DECL_ONE_ONLY (decl)) in notice_global_symbol()
4515 DECL_WEAK (decl) = 1; in mark_weak()
4529 if (DECL_WEAK (newdecl) == DECL_WEAK (olddecl)) in merge_weak()
4531 if (DECL_WEAK (newdecl) && SUPPORTS_WEAK) in merge_weak()
4546 if (DECL_WEAK (newdecl)) in merge_weak()
4604 if (! DECL_WEAK (decl)) in declare_weak()
4738 if (DECL_WEAK (decl)) in globalize_decl()
4999 if (!DECL_WEAK (decl)) in assemble_alias()
5116 DECL_WEAK (decl) = 1; in make_decl_one_only()
[all …]
H A Dc-pragma.c267 && !DECL_WEAK (decl) /* Don't complain about a redundant #pragma. */ in apply_pragma_weak()
327 DECL_WEAK (decl) = 1; in maybe_apply_pending_pragma_weaks()
/openbsd/gnu/usr.bin/gcc/gcc/config/
H A Delfos.h236 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
/openbsd/gnu/gcc/gcc/config/alpha/
H A Delf.h200 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/
H A Delf.h248 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Dxcoff.h273 if (!RS6000_WEAK || !DECL_WEAK (decl)) \
H A Dlinux64.h273 if (TREE_PUBLIC (DECL) && ! DECL_WEAK (DECL)) \

123