Searched refs:categorize_decl_for_section (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | output.h | 576 extern enum section_category categorize_decl_for_section (tree, int);
|
H A D | varasm.c | 5434 categorize_decl_for_section (tree decl, int reloc) in categorize_decl_for_section() function 5518 switch (categorize_decl_for_section (decl, reloc)) in decl_readonly_section() 5540 switch (categorize_decl_for_section (decl, reloc)) in default_elf_select_section() 5608 switch (categorize_decl_for_section (decl, reloc)) in default_unique_section()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | varasm.c | 5115 categorize_decl_for_section PARAMS ((tree, int, int)); 5118 categorize_decl_for_section (decl, reloc, shlib) in categorize_decl_for_section() function 5213 switch (categorize_decl_for_section (decl, reloc, shlib)) 5246 switch (categorize_decl_for_section (decl, reloc, shlib)) 5327 switch (categorize_decl_for_section (decl, reloc, shlib))
|
H A D | ChangeLog | 9531 (categorize_decl_for_section): Don't use mergeable sections if 14584 (categorize_decl_for_section): Return SECCAT_SRODATA for sdata if 14684 (categorize_decl_for_section): Add shlib parameter to use in place
|
H A D | ChangeLog.7 | 6132 (categorize_decl_for_section): Handle DECL_THREAD_LOCAL. 6920 (categorize_decl_for_section, default_elf_select_section): New.
|
/openbsd/gnu/gcc/gcc/config/i386/ |
H A D | i386.c | 2024 switch (categorize_decl_for_section (decl, reloc)) in x86_64_elf_select_section() 2091 switch (categorize_decl_for_section (decl, reloc)) in x86_64_elf_unique_section()
|