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

  /src/external/gpl3/gcc/dist/gcc/
diagnostic-show-locus.cc 1923 class line_label class in namespace:__anon13576
1926 line_label (const cpp_char_column_policy &policy, function in class:__anon13576::line_label
1939 const line_label *ll1 = (const line_label *)p1;
1940 const line_label *ll2 = (const line_label *)p2;
1963 auto_vec<line_label> labels;
1993 labels.safe_push (line_label (m_policy, i, disp_col, std::move (text)));
2002 labels.qsort(line_label::comparator);
2039 line_label *label
    [all...]
dwarf2out.cc 12971 char line_label[MAX_ARTIFICIAL_LABEL_BYTES];
12991 ASM_GENERATE_INTERNAL_LABEL (line_label, LINE_CODE_LABEL, ent->val);
12997 dw2_asm_output_data (1, 0, "set address %s%s", line_label,
13002 dw2_asm_output_addr (DWARF2_ADDR_SIZE, line_label, NULL);
13009 ASM_GENERATE_INTERNAL_LABEL (line_label, LINE_CODE_LABEL, ent->val);
13016 dw2_asm_output_delta (2, line_label, prev_label,
13017 "from %s to %s", prev_label, line_label);
12959 char line_label[MAX_ARTIFICIAL_LABEL_BYTES]; local
  /src/external/gpl3/gcc.old/dist/gcc/
diagnostic-show-locus.cc 1874 class line_label class in namespace:__anon16012
1877 line_label (const cpp_char_column_policy &policy, function in class:__anon16012::line_label
1890 const line_label *ll1 = (const line_label *)p1;
1891 const line_label *ll2 = (const line_label *)p2;
1914 auto_vec<line_label> labels;
1944 labels.safe_push (line_label (m_policy, i, disp_col, text));
1953 labels.qsort(line_label::comparator);
1990 line_label *label
    [all...]
dwarf2out.cc 12929 char line_label[MAX_ARTIFICIAL_LABEL_BYTES];
12949 ASM_GENERATE_INTERNAL_LABEL (line_label, LINE_CODE_LABEL, ent->val);
12955 dw2_asm_output_data (1, 0, "set address %s%s", line_label,
12960 dw2_asm_output_addr (DWARF2_ADDR_SIZE, line_label, NULL);
12967 ASM_GENERATE_INTERNAL_LABEL (line_label, LINE_CODE_LABEL, ent->val);
12974 dw2_asm_output_delta (2, line_label, prev_label,
12975 "from %s to %s", prev_label, line_label);
12917 char line_label[MAX_ARTIFICIAL_LABEL_BYTES]; local
  /src/external/gpl3/binutils/dist/gas/
read.c 176 symbolS *line_label; variable
282 line_label = NULL;
1043 line_label = NULL;
1094 line_label = colon (line_start);
1096 line_label = symbol_create (line_start,
1159 line_label = colon (s); /* User-defined label. */
1163 tc_check_label (line_label);
1254 if (line_label != NULL)
1256 symbol_set_frag (line_label, frag_now);
1257 S_SET_VALUE (line_label, frag_now_fix ())
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
read.c 176 symbolS *line_label; variable
282 line_label = NULL;
1033 line_label = NULL;
1084 line_label = colon (line_start);
1086 line_label = symbol_create (line_start,
1149 line_label = colon (s); /* User-defined label. */
1153 tc_check_label (line_label);
1244 if (line_label != NULL)
1246 symbol_set_frag (line_label, frag_now);
1247 S_SET_VALUE (line_label, frag_now_fix ())
    [all...]

Completed in 84 milliseconds