Home
last modified time | relevance | path

Searched refs:one_only (Results 1 – 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dvarasm.c5604 bool one_only = DECL_ONE_ONLY (decl) && !HAVE_COMDAT_GROUP; in default_unique_section() local
5612 prefix = one_only ? ".gnu.linkonce.t." : ".text."; in default_unique_section()
5618 prefix = one_only ? ".gnu.linkonce.r." : ".rodata."; in default_unique_section()
5621 prefix = one_only ? ".gnu.linkonce.s2." : ".sdata2."; in default_unique_section()
5624 prefix = one_only ? ".gnu.linkonce.d." : ".data."; in default_unique_section()
5627 prefix = one_only ? ".gnu.linkonce.d.rel." : ".data.rel."; in default_unique_section()
5630 prefix = one_only ? ".gnu.linkonce.d.rel.local." : ".data.rel.local."; in default_unique_section()
5633 prefix = one_only ? ".gnu.linkonce.d.rel.ro." : ".data.rel.ro."; in default_unique_section()
5636 prefix = one_only ? ".gnu.linkonce.d.rel.ro.local." in default_unique_section()
5640 prefix = one_only ? ".gnu.linkonce.s." : ".sdata."; in default_unique_section()
[all …]
Dipa-inline.c254 const char **reason, bool one_only) in cgraph_check_inline_limits() argument
261 if (one_only) in cgraph_check_inline_limits()
Dtree.h2919 #define DECL_ONE_ONLY(NODE) (DECL_WITH_VIS_CHECK (NODE)->decl_with_vis.one_only)
2947 unsigned one_only : 1; member
DChangeLog-20062645 * ipa-inline.c (cgraph_check_inline_limits): Add one_only argument.
4019 for initialization and setting of one_only flag to ...
DFSFChangeLog.1110028 (gen_subprogram_die): If weak or one_only, use a local label for
DChangeLog-200436415 Set to non-zero iff not a one_only decl.
/freebsd-10-stable/contrib/gcc/cp/
DChangeLog-199794 (finish_file): Check DECL_COMDAT instead of weak|one_only.
277 * decl2.c (import_export_vtable): If we support one_only but not
278 weak symbols, mark instantiated template vtables one_only.
429 (mark_class_instantiated): If we support one_only but not weak
454 (mark_decl_instantiated): If we support one_only but not
455 weak symbols, mark this one_only.
DChangeLog-19996577 * decl.c (start_function): Make member functions one_only on windows.
/freebsd-10-stable/contrib/gcc/config/i386/
Di386.c2419 bool one_only = DECL_ONE_ONLY (decl) && !HAVE_COMDAT_GROUP; in x86_64_elf_unique_section() local
2428 prefix = one_only ? ".gnu.linkonce.ld." : ".ldata."; in x86_64_elf_unique_section()
2431 prefix = one_only ? ".gnu.linkonce.lb." : ".lbss."; in x86_64_elf_unique_section()
2437 prefix = one_only ? ".gnu.linkonce.lr." : ".lrodata."; in x86_64_elf_unique_section()
/freebsd-10-stable/contrib/binutils/gas/doc/
Das.texinfo4938 @item one_only