| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-tic54x.c | 703 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 …]
|
| D | tc-tic4x.c | 996 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 …]
|
| D | tc-m68k.c | 5861 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/ |
| D | read.c | 196 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 …]
|
| D | read.h | 89 extern symbolS *line_label;
|
| D | ChangeLog-9295 | 1316 * 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.
|
| D | ChangeLog-2005 | 2801 (s_macro): Set section of line_label to absolute instead of undefined.
|
| D | ChangeLog-9899 | 1527 * read.c (s_mri_common): Don't add in value of line_label.
|
| D | ChangeLog-9697 | 2766 adjust the line_label if there is one.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | diagnostic-show-locus.cc | 1874 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()
|
| D | dwarf2out.cc | 12917 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()
|
| D | ChangeLog-2019 | 1256 (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.
|
| D | ChangeLog-2021 | 7965 (line_label::line_label): Pass in policy rather than context. 7966 (layout::print_any_labels): Update for change to line_label ctor.
|
| D | ChangeLog-2020 | 17459 (line_label::line_label): Add diagnostic_context argument. 17462 (layout::print_any_labels): Adapt to struct line_label changes.
|
| D | ChangeLog-2018 | 13129 (struct line_label): New struct.
|