Searched refs:section_start_label (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/gcc/config/
H A Ddarwin.c1432 char section_start_label[30]; local
1434 ASM_GENERATE_INTERNAL_LABEL (section_start_label, "GCC_except_table",
1436 ASM_OUTPUT_LABEL (file, section_start_label);
/freebsd-10.0-release/contrib/gcc/
H A Ddwarf2out.c2175 char l1[20], l2[20], section_start_label[20];
2239 ASM_GENERATE_INTERNAL_LABEL (section_start_label, FRAME_BEGIN_LABEL, for_eh);
2240 ASM_OUTPUT_LABEL (asm_out_file, section_start_label);
2388 dw2_asm_output_delta (4, l1, section_start_label, "FDE CIE offset");
2390 dw2_asm_output_offset (DWARF_OFFSET_SIZE, section_start_label,
2174 char l1[20], l2[20], section_start_label[20]; local

Completed in 273 milliseconds