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

  /src/external/gpl3/gcc.old/dist/gcc/
asan.cc 1444 section *fnsec = function_section (current_function_decl); local
1445 switch_to_section (fnsec);
dwarf2out.cc 1076 section *fnsec;
1090 fnsec = function_section (current_function_decl);
1091 switch_to_section (fnsec);
1118 fde->in_std_section = (fnsec == text_section
1119 || (cold_text_section && fnsec == cold_text_section));
1121 in_text_section_p = fnsec == text_section;
1074 section *fnsec; local
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 1074 section *fnsec;
1088 fnsec = function_section (current_function_decl);
1089 switch_to_section (fnsec);
1116 fde->in_std_section = (fnsec == text_section
1117 || (cold_text_section && fnsec == cold_text_section));
1119 in_text_section_p = fnsec == text_section;
1072 section *fnsec; local

Completed in 68 milliseconds