Searched refs:categorize_decl_for_section (Results 1 – 18 of 18) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | output.h | 580 extern enum section_category categorize_decl_for_section (const_tree, int);
|
| D | btfout.cc | 318 switch (categorize_decl_for_section (node->decl, 0)) in btf_collect_datasec()
|
| D | varasm.cc | 6727 = categorize_decl_for_section (decl, reloc); in default_section_type_flags() 6988 categorize_decl_for_section (const_tree decl, int reloc) in categorize_decl_for_section() function 7106 return decl_readonly_section_1 (categorize_decl_for_section (decl, reloc)); in decl_readonly_section() 7117 switch (categorize_decl_for_section (decl, reloc)) in default_elf_select_section() 7193 switch (categorize_decl_for_section (decl, reloc)) in default_unique_section()
|
| D | ChangeLog-2007 | 9845 * output.h (decl_readonly_section, categorize_decl_for_section, 9881 categorize_decl_for_section, decl_readonly_section, 26025 argument in call to categorize_decl_for_section. Remove unused 26098 * varasm.c (categorize_decl_for_section): Remove shlib argument; 26116 to categorize_decl_for_section.
|
| D | ChangeLog-2002 | 2855 (categorize_decl_for_section): Don't use mergeable sections if 8739 (categorize_decl_for_section): Return SECCAT_SRODATA for sdata if 8858 (categorize_decl_for_section): Add shlib parameter to use in place 20579 (categorize_decl_for_section): Handle DECL_THREAD_LOCAL. 21367 (categorize_decl_for_section, default_elf_select_section): New.
|
| D | ChangeLog-2005 | 9770 (categorize_decl_for_section): Likewise. 9772 (categorize_decl_for_section): Make global. 13455 (categorize_decl_for_section): Likewise.
|
| D | ChangeLog-2017 | 4513 * varasm.c (categorize_decl_for_section): Pass true as second parameter 16272 * varasm.c (categorize_decl_for_section): Use SECCAT_TBSS for TLS vars with 17423 (categorize_decl_for_section): Handle bss_initializer_p returning
|
| D | ChangeLog-2010 | 4570 * varasm.c (categorize_decl_for_section): Ignore reloc_rw_mask 19790 (assemble_variable, do_assemble_alias, categorize_decl_for_section,
|
| D | ChangeLog-2013 | 12556 (categorize_decl_for_section): Likewise. 21080 (categorize_decl_for_section): Likewise.
|
| D | ChangeLog.tree-ssa | 15891 * varasm.c (categorize_decl_for_section): Likewise, for strings.
|
| D | ChangeLog-2006 | 17509 (categorize_decl_for_section): Use bss_initializer_p.
|
| D | ChangeLog-2012 | 831 (categorize_decl_for_section): If flag_asan, don't put STRING_CSTs
|
| D | ChangeLog-2016 | 10789 categorize_decl_for_section, default_encode_section_info): Likewise.
|
| D | ChangeLog-2011 | 37131 * varasm.c (categorize_decl_for_section): Ignore reloc_rw_mask
|
| D | ChangeLog-2004 | 25094 (categorize_decl_for_section): Honor flag_zero_initialized_in_bss
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rx/ |
| D | rx.cc | 2320 switch (categorize_decl_for_section (decl, reloc)) in rx_select_section() 2340 switch (categorize_decl_for_section (decl, reloc)) in rx_select_section()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/ |
| D | darwin.cc | 1647 switch (categorize_decl_for_section (decl, reloc)) in machopic_select_section()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | i386.cc | 693 switch (categorize_decl_for_section (decl, reloc)) in x86_64_elf_select_section() 784 switch (categorize_decl_for_section (decl, reloc)) in x86_64_elf_unique_section()
|