Home
last modified time | relevance | path

Searched refs:line_label (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-tic54x.c703 if (line_label == NULL) in tic54x_struct()
714 char * label = xstrdup (S_GET_NAME (line_label)); in tic54x_struct()
727 line_label = NULL; in tic54x_struct()
761 if (line_label != NULL) in tic54x_endstruct()
763 S_SET_VALUE (line_label, size); in tic54x_endstruct()
764 symbol_table_insert (line_label); in tic54x_endstruct()
765 line_label = NULL; in tic54x_endstruct()
815 if (line_label == NULL) in tic54x_tag()
825 label = xstrdup (S_GET_NAME (line_label)); in tic54x_tag()
853 line_label = NULL; in tic54x_tag()
[all …]
Dtc-tic4x.c996 if (line_label != NULL) in tic4x_sect()
998 S_SET_SEGMENT (line_label, seg); in tic4x_sect()
999 symbol_set_frag (line_label, frag_now); in tic4x_sect()
1027 if ((symbolP = line_label) == NULL) in tic4x_set()
1098 if (line_label != NULL) in tic4x_usect()
1100 S_SET_SEGMENT (line_label, seg); in tic4x_usect()
1101 symbol_set_frag (line_label, frag_now); in tic4x_usect()
1102 S_SET_VALUE (line_label, frag_now_fix ()); in tic4x_usect()
1108 tic4x_seg_alloc (name, seg, size, line_label); in tic4x_usect()
1110 if (S_GET_STORAGE_CLASS (line_label) != C_EXT) in tic4x_usect()
[all …]
Dtc-m68k.c5861 if (line_label == NULL) in s_reg()
5921 S_SET_SEGMENT (line_label, reg_section); in s_reg()
5922 S_SET_VALUE (line_label, ~mask); in s_reg()
5923 symbol_set_frag (line_label, &zero_address_frag); in s_reg()
/netbsd/src/external/gpl3/binutils/dist/gas/
Dread.c196 symbolS *line_label; variable
298 line_label = NULL; in read_begin()
957 line_label = NULL; in read_a_source_file()
1009 line_label = colon (line_start); in read_a_source_file()
1011 line_label = symbol_create (line_start, in read_a_source_file()
1074 line_label = colon (s); /* User-defined label. */ in read_a_source_file()
1078 tc_check_label (line_label); in read_a_source_file()
1169 if (line_label != NULL) in read_a_source_file()
1171 symbol_set_frag (line_label, frag_now); in read_a_source_file()
1172 S_SET_VALUE (line_label, frag_now_fix ()); in read_a_source_file()
[all …]
Dread.h89 extern symbolS *line_label;
DChangeLog-92951316 * read.c (line_label): Rename from mri_line_label. Change all
1319 (read_a_source_file): Always clear line_label at the start of a
1322 equ val. Set line_label when calling colon. In MRI mode, a
1330 * read.h (line_label): Rename from mri_line_label.
DChangeLog-20052801 (s_macro): Set section of line_label to absolute instead of undefined.
DChangeLog-98991527 * read.c (s_mri_common): Don't add in value of line_label.
DChangeLog-96972766 adjust the line_label if there is one.
/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddiagnostic-show-locus.cc1874 class line_label class
1877 line_label (const cpp_char_column_policy &policy, in line_label() function in __anon39eef0690111::line_label
1890 const line_label *ll1 = (const line_label *)p1; in comparator()
1891 const line_label *ll2 = (const line_label *)p2; in comparator()
1914 auto_vec<line_label> labels; in print_any_labels()
1944 labels.safe_push (line_label (m_policy, i, disp_col, text)); in print_any_labels()
1953 labels.qsort(line_label::comparator); in print_any_labels()
1990 line_label *label; in print_any_labels()
2019 line_label *label; in print_any_labels()
2054 line_label *label; in print_any_labels()
Ddwarf2out.cc12917 char line_label[MAX_ARTIFICIAL_LABEL_BYTES]; in output_one_line_info_table() local
12937 ASM_GENERATE_INTERNAL_LABEL (line_label, LINE_CODE_LABEL, ent->val); in output_one_line_info_table()
12943 dw2_asm_output_data (1, 0, "set address %s%s", line_label, in output_one_line_info_table()
12948 dw2_asm_output_addr (DWARF2_ADDR_SIZE, line_label, NULL); in output_one_line_info_table()
12955 ASM_GENERATE_INTERNAL_LABEL (line_label, LINE_CODE_LABEL, ent->val); in output_one_line_info_table()
12962 dw2_asm_output_delta (2, line_label, prev_label, in output_one_line_info_table()
12963 "from %s to %s", prev_label, line_label); in output_one_line_info_table()
DChangeLog-20191256 (line_label::line_label): Likewise.
1260 (class line_label): Rename m_length to m_display_width.
12019 * diagnostic-show-locus.c (line_label::line_label): Initialize
12021 (line_label::comparator): Reverse the sort order by m_state_idx,
12024 (line_label::m_has_vbar): New field.
DChangeLog-20217965 (line_label::line_label): Pass in policy rather than context.
7966 (layout::print_any_labels): Update for change to line_label ctor.
DChangeLog-202017459 (line_label::line_label): Add diagnostic_context argument.
17462 (layout::print_any_labels): Adapt to struct line_label changes.
DChangeLog-201813129 (struct line_label): New struct.