Home | History | Annotate | Download | only in gas

Lines Matching full:symbol_decode

1892   char *symbol_decode;
1921 symbol_decode = (char *) obstack_alloc (&notes, strlen (message_format) + 30);
1922 sprintf (symbol_decode, message_format, label_number, instance_number, type);
1924 return symbol_decode;