Home
last modified time | relevance | path

Searched refs:_bfd_error_buf (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dbfd.c736 static TLS char *_bfd_error_buf; variable
910 free (_bfd_error_buf); in _bfd_clear_error_data()
911 _bfd_error_buf = NULL; in _bfd_clear_error_data()
934 free (_bfd_error_buf); in bfd_asprintf()
935 _bfd_error_buf = NULL; in bfd_asprintf()
938 int count = vasprintf (&_bfd_error_buf, fmt, ap); in bfd_asprintf()
943 _bfd_error_buf = NULL; in bfd_asprintf()
945 return _bfd_error_buf; in bfd_asprintf()
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/
H A Dbfdt.texi446 thread-local malloc'd buffer managed by libbfd, _bfd_error_buf.
H A Dbfd.info770 buffer managed by libbfd, _bfd_error_buf. Be aware that a call to
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git17276 * bfd.c: (bfd_error, input_error, input_bfd, _bfd_error_buf):
17285 Make _bfd_error_buf static
17286 This makes _bfd_error_buf static and adds a way to clear it. I felt
17289 * bfd.c (_bfd_error_buf): Now static.
43767 (_bfd_error_buf): ..this.