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

  /src/external/gpl3/gcc/dist/gcc/config/
darwin.cc 2298 char section_start_label[30]; local
2301 ASM_GENERATE_INTERNAL_LABEL (section_start_label, "GCC_except_table",
2303 ASM_OUTPUT_LABEL (file, section_start_label);
  /src/external/gpl3/gcc.old/dist/gcc/config/
darwin.cc 2259 char section_start_label[30]; local
2262 ASM_GENERATE_INTERNAL_LABEL (section_start_label, "GCC_except_table",
2264 ASM_OUTPUT_LABEL (file, section_start_label);
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 598 char *section_start_label, int fde_encoding, char *augmentation,
622 dw2_asm_output_delta (4, l1, section_start_label, "FDE CIE offset");
624 dw2_asm_output_offset (dwarf_offset_size, section_start_label,
715 ASM_OUTPUT_DWARF_TABLE_REF (section_start_label);
759 char section_start_label[MAX_ARTIFICIAL_LABEL_BYTES];
809 ASM_GENERATE_INTERNAL_LABEL (section_start_label, FRAME_BEGIN_LABEL, for_eh);
810 ASM_OUTPUT_LABEL (asm_out_file, section_start_label);
961 output_fde (fde, for_eh, k, section_start_label, fde_encoding,
757 char section_start_label[MAX_ARTIFICIAL_LABEL_BYTES]; local
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 600 char *section_start_label, int fde_encoding, char *augmentation,
624 dw2_asm_output_delta (4, l1, section_start_label, "FDE CIE offset");
626 dw2_asm_output_offset (dwarf_offset_size, section_start_label,
717 ASM_OUTPUT_DWARF_TABLE_REF (section_start_label);
761 char section_start_label[MAX_ARTIFICIAL_LABEL_BYTES];
811 ASM_GENERATE_INTERNAL_LABEL (section_start_label, FRAME_BEGIN_LABEL, for_eh);
812 ASM_OUTPUT_LABEL (asm_out_file, section_start_label);
963 output_fde (fde, for_eh, k, section_start_label, fde_encoding,
759 char section_start_label[MAX_ARTIFICIAL_LABEL_BYTES]; local

Completed in 69 milliseconds