Home
last modified time | relevance | path

Searched refs:message_format (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/binutils/gas/
H A Dsymbols.c1860 const char *message_format; in decode_local_label_name() local
1884 message_format = _("\"%d\" (instance number %d of a %s label)"); in decode_local_label_name()
1885 symbol_decode = obstack_alloc (&notes, strlen (message_format) + 30); in decode_local_label_name()
1886 sprintf (symbol_decode, message_format, label_number, instance_number, type); in decode_local_label_name()
H A DChangeLog-00013099 * symbols.c (decode_local_label_name): Initialize message_format