Lines Matching refs:line_label
1004 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()
1118 S_SET_STORAGE_CLASS (line_label, C_STAT); in tic4x_usect()