Home
last modified time | relevance | path

Searched refs:_bfd_error_program_name (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/binutils/bfd/
H A Dbfd.c443 static const char *_bfd_error_program_name; variable
478 if (_bfd_error_program_name != NULL) in _bfd_default_error_handler()
479 fprintf (stderr, "%s: ", _bfd_error_program_name); in _bfd_default_error_handler()
665 _bfd_error_program_name = name; in bfd_set_error_program_name()
H A DChangeLog-96975421 * bfd.c (_bfd_default_error_handler): If _bfd_error_program_name
H A DChangeLog-94953500 (_bfd_error_program_name): New static variable.