Lines Matching refs:line_label

189 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()
1098 symbol_set_frag (line_label, frag_now); in read_a_source_file()
1099 S_SET_VALUE (line_label, frag_now_fix ()); in read_a_source_file()
1810 if (line_label != NULL) in s_mri_common()
1812 alc = (char *) xmalloc (strlen (S_GET_NAME (line_label)) in s_mri_common()
1815 sprintf (alc, "%s%s", name, S_GET_NAME (line_label)); in s_mri_common()
1852 if (line_label != NULL) in s_mri_common()
1858 symbol_set_value_expression (line_label, &exp); in s_mri_common()
1859 symbol_set_frag (line_label, &zero_address_frag); in s_mri_common()
1860 S_SET_SEGMENT (line_label, expr_section); in s_mri_common()
2645 if (line_label != NULL) in s_macro()
2650 name = S_GET_NAME (line_label); in s_macro()
2663 if (line_label != NULL) in s_macro()
2665 S_SET_SEGMENT (line_label, absolute_section); in s_macro()
2666 S_SET_VALUE (line_label, 0); in s_macro()
2667 symbol_set_frag (line_label, &zero_address_frag); in s_macro()
3278 if (line_label != NULL) in s_space()
3279 S_SET_VALUE (line_label, abs_section_offset); in s_space()
3289 if (line_label != NULL) in s_space()
3293 symexp = symbol_get_value_expression (line_label); in s_space()
3303 if (line_label != NULL) in s_space()
3305 symbol_set_frag (line_label, frag_now); in s_space()
3306 S_SET_VALUE (line_label, frag_now_fix ()); in s_space()