Home
last modified time | relevance | path

Searched refs:ctf_compress_write (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dlibctf.ver137 ctf_compress_write;
H A DChangeLog-2020307 (ctf_compress_write): Likewise. Report errors writing the header or
1064 (ctf_compress_write): Likewise.
1212 (ctf_compress_write): Call ctf_serialize: adjust for ctf_size not
1436 * ctf-create.c (ctf_compress_write): Fix double-free.
1556 (ctf_compress_write): Get the header from ctf_header, not ctf_base.
1693 (ctf_compress_write): Use ctf_data_alloc, not ctf_alloc. Free
H A Dctf-archive.c276 writefn = ctf_compress_write; in arc_write_one_ctf()
H A Dctf-serialize.c1362 ctf_compress_write (ctf_dict_t *fp, int fd) in ctf_compress_write() function
H A DChangeLog373 (ctf_compress_write): Likewise.
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dlibctf.ver137 ctf_compress_write;
H A DChangeLog-2020307 (ctf_compress_write): Likewise. Report errors writing the header or
1064 (ctf_compress_write): Likewise.
1212 (ctf_compress_write): Call ctf_serialize: adjust for ctf_size not
1436 * ctf-create.c (ctf_compress_write): Fix double-free.
1556 (ctf_compress_write): Get the header from ctf_header, not ctf_base.
1693 (ctf_compress_write): Use ctf_data_alloc, not ctf_alloc. Free
H A Dctf-archive.c276 writefn = ctf_compress_write; in arc_write_one_ctf()
H A Dctf-serialize.c1362 ctf_compress_write (ctf_dict_t *fp, int fd) in ctf_compress_write() function
H A DChangeLog352 (ctf_compress_write): Likewise.
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf-api.h525 extern int ctf_compress_write (ctf_dict_t * fp, int fd);
H A DChangeLog-2019474 (ctf_compress_write): Likewise.
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf-api.h525 extern int ctf_compress_write (ctf_dict_t * fp, int fd);
H A DChangeLog-2019474 (ctf_compress_write): Likewise.
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-2020307 (ctf_compress_write): Likewise. Report errors writing the header or
1064 (ctf_compress_write): Likewise.
1212 (ctf_compress_write): Call ctf_serialize: adjust for ctf_size not
1436 * ctf-create.c (ctf_compress_write): Fix double-free.
1556 (ctf_compress_write): Get the header from ctf_header, not ctf_base.
1693 (ctf_compress_write): Use ctf_data_alloc, not ctf_alloc. Free
/netbsd-src/external/gpl3/gdb.old/dist/include/
H A DChangeLog-2019474 (ctf_compress_write): Likewise.
/netbsd-src/external/gpl3/gdb/dist/include/
H A DChangeLog-2019474 (ctf_compress_write): Likewise.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git136284 ctf_compress_write and ctf_write just so those can avoid thresholding
136307 (ctf_compress_write): Move below ctf_write_mem and reimplement