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

/freebsd-11-stable/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-11-stable/contrib/gcc/
H A Ddwarf2out.c2176 char l1[20], l2[20], section_start_label[20];
2243 ASM_GENERATE_INTERNAL_LABEL (section_start_label, FRAME_BEGIN_LABEL, for_eh);
2244 ASM_OUTPUT_LABEL (asm_out_file, section_start_label);
2392 dw2_asm_output_delta (4, l1, section_start_label, "FDE CIE offset");
2394 dw2_asm_output_offset (DWARF_OFFSET_SIZE, section_start_label,
2175 char l1[20], l2[20], section_start_label[20]; local

Completed in 147 milliseconds