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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 13010 char prev_label[MAX_ARTIFICIAL_LABEL_BYTES];
13011 ASM_GENERATE_INTERNAL_LABEL (prev_label, LINE_CODE_LABEL, prev_addr->val);
13016 dw2_asm_output_delta (2, line_label, prev_label,
13017 "from %s to %s", prev_label, line_label);
12998 char prev_label[MAX_ARTIFICIAL_LABEL_BYTES]; local
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 12968 char prev_label[MAX_ARTIFICIAL_LABEL_BYTES];
12969 ASM_GENERATE_INTERNAL_LABEL (prev_label, LINE_CODE_LABEL, prev_addr->val);
12974 dw2_asm_output_delta (2, line_label, prev_label,
12975 "from %s to %s", prev_label, line_label);
12956 char prev_label[MAX_ARTIFICIAL_LABEL_BYTES]; local

Completed in 68 milliseconds