Home | History | Annotate | Download | only in gas

Lines Matching refs:line_label

189 symbolS *line_label;
830 line_label = NULL;
881 line_label = colon (line_start);
883 line_label = symbol_create (line_start,
945 line_label = colon (s); /* User-defined label. */
949 tc_check_label (line_label);
1039 if (line_label != NULL)
1041 symbol_set_frag (line_label, frag_now);
1042 S_SET_VALUE (line_label, frag_now_fix ());
1099 if (line_label != NULL)
1101 symbol_set_frag (line_label, frag_now);
1102 S_SET_VALUE (line_label, frag_now_fix ());
1813 if (line_label != NULL)
1815 alc = (char *) xmalloc (strlen (S_GET_NAME (line_label))
1818 sprintf (alc, "%s%s", name, S_GET_NAME (line_label));
1855 if (line_label != NULL)
1861 symbol_set_value_expression (line_label, &exp);
1862 symbol_set_frag (line_label, &zero_address_frag);
1863 S_SET_SEGMENT (line_label, expr_section);
2648 if (line_label != NULL)
2653 name = S_GET_NAME (line_label);
2666 if (line_label != NULL)
2668 S_SET_SEGMENT (line_label, absolute_section);
2669 S_SET_VALUE (line_label, 0);
2670 symbol_set_frag (line_label, &zero_address_frag);
3281 if (line_label != NULL)
3282 S_SET_VALUE (line_label, abs_section_offset);
3292 if (line_label != NULL)
3296 symexp = symbol_get_value_expression (line_label);
3306 if (line_label != NULL)
3308 symbol_set_frag (line_label, frag_now);
3309 S_SET_VALUE (line_label, frag_now_fix ());