Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic54x.c687 if (line_label == NULL) in tic54x_struct()
698 char label[strlen (S_GET_NAME (line_label)) + 1]; in tic54x_struct()
699 strcpy (label, S_GET_NAME (line_label)); in tic54x_struct()
710 line_label = NULL; in tic54x_struct()
744 if (line_label != NULL) in tic54x_endstruct()
746 S_SET_VALUE (line_label, size); in tic54x_endstruct()
747 symbol_table_insert (line_label); in tic54x_endstruct()
748 line_label = NULL; in tic54x_endstruct()
798 if (line_label == NULL) in tic54x_tag()
806 char label[strlen (S_GET_NAME (line_label)) + 1]; in tic54x_tag()
[all …]
Dtc-tic4x.c1004 if (line_label != NULL) in tic4x_sect()
1006 S_SET_SEGMENT (line_label, seg); in tic4x_sect()
1007 symbol_set_frag (line_label, frag_now); in tic4x_sect()
1035 if ((symbolP = line_label) == NULL) in tic4x_set()
1105 if (line_label != NULL) in tic4x_usect()
1107 S_SET_SEGMENT (line_label, seg); in tic4x_usect()
1108 symbol_set_frag (line_label, frag_now); in tic4x_usect()
1109 S_SET_VALUE (line_label, frag_now_fix ()); in tic4x_usect()
1115 tic4x_seg_alloc (name, seg, size, line_label); in tic4x_usect()
1117 if (S_GET_STORAGE_CLASS (line_label) != C_EXT) in tic4x_usect()
[all …]
Dtc-m68k.c6010 if (line_label == NULL) in s_reg()
6070 S_SET_SEGMENT (line_label, reg_section); in s_reg()
6071 S_SET_VALUE (line_label, ~mask); in s_reg()
6072 symbol_set_frag (line_label, &zero_address_frag); in s_reg()
/toolchain/binutils/binutils-2.25/gas/
Dread.c189 symbolS *line_label; variable
827 line_label = NULL; in read_a_source_file()
878 line_label = colon (line_start); in read_a_source_file()
880 line_label = symbol_create (line_start, in read_a_source_file()
942 line_label = colon (s); /* User-defined label. */ in read_a_source_file()
946 tc_check_label (line_label); in read_a_source_file()
1036 if (line_label != NULL) in read_a_source_file()
1038 symbol_set_frag (line_label, frag_now); in read_a_source_file()
1039 S_SET_VALUE (line_label, frag_now_fix ()); in read_a_source_file()
1096 if (line_label != NULL) in read_a_source_file()
[all …]
Dread.h75 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.