Lines Matching refs:line_label

687   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()
808 strcpy (label, S_GET_NAME (line_label)); in tic54x_tag()
834 line_label = NULL; in tic54x_tag()
924 if (line_label == NULL) in tic54x_struct_field()
936 char label[strlen (S_GET_NAME (line_label) + 1)]; in tic54x_struct_field()
938 strcpy (label, S_GET_NAME (line_label)); in tic54x_struct_field()
955 line_label = NULL; in tic54x_struct_field()
984 if (line_label != NULL) in tic54x_cons()
986 symbol_set_frag (line_label, frag_now); in tic54x_cons()
987 S_SET_VALUE (line_label, frag_now_fix ()); in tic54x_cons()
1204 if (line_label != NULL) in tic54x_sect()
1206 S_SET_SEGMENT (line_label, now_seg); in tic54x_sect()
1207 symbol_set_frag (line_label, frag_now); in tic54x_sect()
1208 S_SET_VALUE (line_label, frag_now_fix ()); in tic54x_sect()
1209 if (S_GET_STORAGE_CLASS (line_label) != C_EXT) in tic54x_sect()
1210 S_SET_STORAGE_CLASS (line_label, C_LABEL); in tic54x_sect()
1230 symbolS *label = line_label; in tic54x_space()
1419 if (line_label != NULL) in tic54x_usect()
1421 S_SET_SEGMENT (line_label, seg); in tic54x_usect()
1422 symbol_set_frag (line_label, frag_now); in tic54x_usect()
1423 S_SET_VALUE (line_label, frag_now_fix ()); in tic54x_usect()
1425 if (S_GET_STORAGE_CLASS (line_label) != C_EXT) in tic54x_usect()
1426 S_SET_STORAGE_CLASS (line_label, C_LABEL); in tic54x_usect()
1432 (relax_substateT) 0, (symbolS *) line_label, in tic54x_usect()
1553 if (line_label != NULL) in tic54x_float_cons()
1555 symbol_set_frag (line_label, frag_now); in tic54x_float_cons()
1556 S_SET_VALUE (line_label, frag_now_fix ()); in tic54x_float_cons()
1698 symbolS *label = line_label; in tic54x_field()
2189 if (!line_label) in tic54x_set()
2195 name = xstrdup (S_GET_NAME (line_label)); in tic54x_set()
2196 line_label = NULL; in tic54x_set()