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

  /src/external/gpl3/gcc/dist/gcc/
ctfout.cc 54 static char ctf_info_section_label[MAX_CTF_LABEL_BYTES]; variable
56 #ifndef CTF_INFO_SECTION_LABEL
57 #define CTF_INFO_SECTION_LABEL "Lctf"
192 ASM_GENERATE_INTERNAL_LABEL (ctf_info_section_label,
193 CTF_INFO_SECTION_LABEL, ctf_label_num++);
455 ASM_OUTPUT_LABEL (asm_out_file, ctf_info_section_label);
  /src/external/gpl3/gcc.old/dist/gcc/
ctfout.cc 54 static char ctf_info_section_label[MAX_CTF_LABEL_BYTES]; variable
56 #ifndef CTF_INFO_SECTION_LABEL
57 #define CTF_INFO_SECTION_LABEL "Lctf"
192 ASM_GENERATE_INTERNAL_LABEL (ctf_info_section_label,
193 CTF_INFO_SECTION_LABEL, ctf_label_num++);
455 ASM_OUTPUT_LABEL (asm_out_file, ctf_info_section_label);

Completed in 94 milliseconds