HomeSort by: relevance | last modified time | path
    Searched defs:switch_to_section (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
varasm.cc 511 switch_to_section (bss_section);
748 switch_to_section (current_function_section ());
1696 switch_to_section (sec);
1921 switch_to_section (unlikely_text_section ());
1931 switch_to_section (text_section);
1943 switch_to_section (function_section (decl), decl);
2042 switch_to_section (function_section (decl));
2048 switch_to_section (function_section (decl)); /* need to switch back */
2057 switch_to_section (unlikely_text_section ());
2066 switch_to_section (text_section)
7988 switch_to_section (section *new_section, tree decl) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
varasm.cc 514 switch_to_section (bss_section);
751 switch_to_section (current_function_section ());
1699 switch_to_section (sec);
1900 switch_to_section (unlikely_text_section ());
1910 switch_to_section (text_section);
1922 switch_to_section (function_section (decl), decl);
2016 switch_to_section (function_section (decl));
2022 switch_to_section (function_section (decl)); /* need to switch back */
2031 switch_to_section (unlikely_text_section ());
2040 switch_to_section (text_section)
7803 switch_to_section (section *new_section, tree decl) function
    [all...]

Completed in 21 milliseconds