Home | History | Annotate | Download | only in config

Lines Matching full:s_get_name

582 	  strcpy (replacement, S_GET_NAME (rootsym));
585 strcat (replacement, name + strlen (S_GET_NAME (rootsym)));
698 char label[strlen (S_GET_NAME (line_label)) + 1];
699 strcpy (label, S_GET_NAME (line_label));
704 current_stag->name = S_GET_NAME (current_stag->sym);
806 char label[strlen (S_GET_NAME (line_label)) + 1];
808 strcpy (label, S_GET_NAME (line_label));
823 stag_add_field_symbols (stag, S_GET_NAME (sym),
936 char label[strlen (S_GET_NAME (line_label) + 1)];
938 strcpy (label, S_GET_NAME (line_label));
2195 name = xstrdup (S_GET_NAME (line_label));
5111 const char *name = S_GET_NAME (fixP->fx_addsy);