Searched refs:__collector_write_string (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dcollector.h45 extern int __collector_write_string (struct DataHandle*, char*, int);
H A Diolib.c1007 __collector_write_string (DataHandle *hndl, char *src, int len) function
1035 TprintfT (0, "__collector_write_string ERROR: timeout writing length=%d to text file: %s\n", len, hndl->fname);
1048 TprintfT (DBG_LT2, "__collector_write_string firstbuf = %d, lastbuf = %d, nbufs = %d, log2blksz = %ld\n",
1052 Tprintf (0, "__collector_write_string ERROR: string of length %d too long to be written to text file: %s\n", len, hndl->fname);
1065 TprintfT (DBG_LT2, "__collector_write_string writeBuffer[%d]: vaddr = %p, len = %d, foff = %lld, '%s'\n",
1109 TprintfT (0, "__collector_write_string ERROR: file handle corrupted: %s\n", hndl->fname);
1126 TprintfT (0, "__collector_write_string ERROR: can't map new buffer: %s\n", hndl->fname);
1133 TprintfT (DBG_LT2, "__collector_write_string partial writeBuffer[%d]: len=%ld, foff = %d '%s'\n",
1146 TprintfT (DBG_LT2, "__collector_write_string continue writeBuffer[%d]: len= %d, %s",
H A Dcollector.c2236 rc = __collector_write_string (log_hndl, bufptr, sz);
H A Dmmaptrace.c378 int rc = __collector_write_string (map_hndl, bufptr, sz);
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dcollector.h67 extern int __collector_write_string (struct DataHandle*, char*, int);
H A Diolib.c1007 __collector_write_string (DataHandle *hndl, char *src, int len) function
1035 TprintfT (0, "__collector_write_string ERROR: timeout writing length=%d to text file: %s\n", len, hndl->fname);
1048 TprintfT (DBG_LT2, "__collector_write_string firstbuf = %d, lastbuf = %d, nbufs = %d, log2blksz = %ld\n",
1052 Tprintf (0, "__collector_write_string ERROR: string of length %d too long to be written to text file: %s\n", len, hndl->fname);
1065 TprintfT (DBG_LT2, "__collector_write_string writeBuffer[%d]: vaddr = %p, len = %d, foff = %lld, '%s'\n",
1109 TprintfT (0, "__collector_write_string ERROR: file handle corrupted: %s\n", hndl->fname);
1126 TprintfT (0, "__collector_write_string ERROR: can't map new buffer: %s\n", hndl->fname);
1133 TprintfT (DBG_LT2, "__collector_write_string partial writeBuffer[%d]: len=%ld, foff = %d '%s'\n",
1146 TprintfT (DBG_LT2, "__collector_write_string continue writeBuffer[%d]: len= %d, %s",
H A Dcollector.c2232 rc = __collector_write_string (log_hndl, bufptr, sz);
H A Dmmaptrace.c368 int rc = __collector_write_string (map_hndl, bufptr, sz);

Completed in 156 milliseconds