/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | output.h | 563 extern enum section_category categorize_decl_for_section (const_tree, int);
|
H A D | varasm.c | 6465 = categorize_decl_for_section (decl, reloc); in default_section_type_flags() 6710 categorize_decl_for_section (const_tree decl, int reloc) in categorize_decl_for_section() function 6828 return decl_readonly_section_1 (categorize_decl_for_section (decl, reloc)); in decl_readonly_section() 6839 switch (categorize_decl_for_section (decl, reloc)) in default_elf_select_section() 6912 switch (categorize_decl_for_section (decl, reloc)) in default_unique_section()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | output.h | 580 extern enum section_category categorize_decl_for_section (const_tree, int);
|
H A D | btfout.cc | 318 switch (categorize_decl_for_section (node->decl, 0)) in btf_collect_datasec()
|
H A 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()
|
H A 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.
|
H A 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.
|
H A D | ChangeLog-2005 | 9770 (categorize_decl_for_section): Likewise. 9772 (categorize_decl_for_section): Make global. 13455 (categorize_decl_for_section): Likewise.
|
H A 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
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rx/ |
H A 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.old/dist/gcc/config/rx/ |
H A D | rx.c | 2319 switch (categorize_decl_for_section (decl, reloc)) in rx_select_section() 2339 switch (categorize_decl_for_section (decl, reloc)) in rx_select_section()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/c6x/ |
H A D | c6x.c | 905 switch (categorize_decl_for_section (decl, reloc)) in c6x_elf_select_section() 923 switch (categorize_decl_for_section (decl, reloc)) in c6x_elf_select_section() 983 switch (categorize_decl_for_section (decl, reloc)) in c6x_elf_unique_section() 1012 switch (categorize_decl_for_section (decl, reloc)) in c6x_elf_unique_section()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/ |
H A D | c6x.cc | 907 switch (categorize_decl_for_section (decl, reloc)) in c6x_elf_select_section() 925 switch (categorize_decl_for_section (decl, reloc)) in c6x_elf_select_section() 985 switch (categorize_decl_for_section (decl, reloc)) in c6x_elf_unique_section() 1014 switch (categorize_decl_for_section (decl, reloc)) in c6x_elf_unique_section()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
H A D | riscv.c | 3418 switch (categorize_decl_for_section (decl, reloc)) in riscv_select_section() 3436 switch (categorize_decl_for_section (decl, reloc)) in riscv_unique_section()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/ |
H A D | riscv.cc | 3784 switch (categorize_decl_for_section (decl, reloc)) in riscv_select_section() 3802 switch (categorize_decl_for_section (decl, reloc)) in riscv_unique_section()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/msp430/ |
H A D | msp430.c | 1888 switch (categorize_decl_for_section (decl, reloc)) in msp430_select_section()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/ |
H A D | msp430.cc | 2397 switch (categorize_decl_for_section (decl, reloc)) in msp430_select_section()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
H A D | darwin.cc | 1647 switch (categorize_decl_for_section (decl, reloc)) in machopic_select_section()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
H A D | darwin.c | 1637 switch (categorize_decl_for_section (decl, reloc)) in machopic_select_section()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/microblaze/ |
H A D | microblaze.c | 3256 switch (categorize_decl_for_section (decl, reloc)) in microblaze_select_section()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/microblaze/ |
H A D | microblaze.cc | 3257 switch (categorize_decl_for_section (decl, reloc)) in microblaze_select_section()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rl78/ |
H A D | rl78.c | 4650 switch (categorize_decl_for_section (decl, reloc)) in rl78_select_section()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rl78/ |
H A D | rl78.cc | 4649 switch (categorize_decl_for_section (decl, reloc)) in rl78_select_section()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386.c | 684 switch (categorize_decl_for_section (decl, reloc)) in x86_64_elf_select_section() 776 switch (categorize_decl_for_section (decl, reloc)) in x86_64_elf_unique_section()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A 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()
|