Searched refs:_bfd_error_buf (Results 1 – 4 of 4) sorted by relevance
736 static TLS char *_bfd_error_buf; variable910 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()
446 thread-local malloc'd buffer managed by libbfd, _bfd_error_buf.
770 buffer managed by libbfd, _bfd_error_buf. Be aware that a call to
17276 * bfd.c: (bfd_error, input_error, input_bfd, _bfd_error_buf):17285 Make _bfd_error_buf static17286 This makes _bfd_error_buf static and adds a way to clear it. I felt17289 * bfd.c (_bfd_error_buf): Now static.43767 (_bfd_error_buf): ..this.