Home
last modified time | relevance | path

Searched refs:get_named_text_section (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Doutput.h276 extern section *get_named_text_section (tree, const char *, const char *);
H A Dvarasm.c535 get_named_text_section (tree decl, in get_named_text_section() function
604 return get_named_text_section (decl, ".text.startup", NULL); in default_function_section()
611 return get_named_text_section (decl, ".text.exit", NULL); in default_function_section()
617 return get_named_text_section (decl, ".text.unlikely", NULL); in default_function_section()
619 return get_named_text_section (decl, ".text.hot", NULL); in default_function_section()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Doutput.h276 extern section *get_named_text_section (tree, const char *, const char *);
H A Dvarasm.cc554 get_named_text_section (tree decl, in get_named_text_section() function
623 return get_named_text_section (decl, ".text.startup", NULL); in default_function_section()
630 return get_named_text_section (decl, ".text.exit", NULL); in default_function_section()
636 return get_named_text_section (decl, ".text.unlikely", NULL); in default_function_section()
638 return get_named_text_section (decl, ".text.hot", NULL); in default_function_section()
H A DChangeLog-201434822 resolve_unique_section, hot_function_section, get_named_text_section,
35175 (get_named_text_section): Use symtab_get_node (decl)->implicit_section
37877 get_named_text_section, default_function_rodata_section,