Home
last modified time | relevance | path

Searched refs:ctf_write_mem (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/
H A Dreserialize-strtab-corruption.c28 if ((foo = ctf_write_mem (fp, &foo_size, 4096)) == NULL) in main()
46 if ((foo = ctf_write_mem (fp, &foo_size, 4096)) == NULL) in main()
H A Dsymtypetab-nonlinker-writeout.c158 if ((buf = ctf_write_mem (fp, &bufsiz, 4096)) == NULL) in try_maybe_reporting()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dlibctf.ver135 ctf_write_mem;
H A Dctf-serialize.c1273 ctf_write_mem (ctf_dict_t *fp, size_t *size, size_t threshold) in ctf_write_mem() function
1371 if ((buf = ctf_write_mem (fp, &tmp, 0)) == NULL) in ctf_compress_write()
1405 if ((buf = ctf_write_mem (fp, &tmp, (size_t) -1)) == NULL) in ctf_write()
H A DChangeLog-2020306 (ctf_write_mem): Likewise.
1065 (ctf_write_mem): Likewise.
1214 (ctf_write_mem): Likewise.
1443 * ctf-create.c (ctf_write_mem): New.
H A Dctf-link.c1939 unsigned char *ret = ctf_write_mem (fp, size, threshold); in ctf_link_write()
H A DChangeLog374 (ctf_write_mem): Likewise.
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dlibctf.ver135 ctf_write_mem;
H A Dctf-serialize.c1273 ctf_write_mem (ctf_dict_t *fp, size_t *size, size_t threshold) in ctf_write_mem() function
1371 if ((buf = ctf_write_mem (fp, &tmp, 0)) == NULL) in ctf_compress_write()
1405 if ((buf = ctf_write_mem (fp, &tmp, (size_t) -1)) == NULL) in ctf_write()
H A DChangeLog-2020306 (ctf_write_mem): Likewise.
1065 (ctf_write_mem): Likewise.
1214 (ctf_write_mem): Likewise.
1443 * ctf-create.c (ctf_write_mem): New.
H A Dctf-link.c1903 unsigned char *ret = ctf_write_mem (fp, size, threshold); in ctf_link_write()
H A DChangeLog353 (ctf_write_mem): Likewise.
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf-api.h526 extern unsigned char *ctf_write_mem (ctf_dict_t *, size_t *, size_t threshold);
H A DChangeLog-2019185 (ctf_write_mem): Likewise.
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf-api.h526 extern unsigned char *ctf_write_mem (ctf_dict_t *, size_t *, size_t threshold);
H A DChangeLog-2019185 (ctf_write_mem): Likewise.
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-2020306 (ctf_write_mem): Likewise.
1065 (ctf_write_mem): Likewise.
1214 (ctf_write_mem): Likewise.
1443 * ctf-create.c (ctf_write_mem): New.
/netbsd-src/external/gpl3/gdb.old/dist/include/
H A DChangeLog-2019185 (ctf_write_mem): Likewise.
/netbsd-src/external/gpl3/gdb/dist/include/
H A DChangeLog-2019185 (ctf_write_mem): Likewise.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git117050 * ctf-serialize.c (ctf_write_mem): Fix cast.
136283 for ctf_write_mem, with thresholding, and once each for
136305 * ctf-serialize.c (ctf_write_mem): Add flip_endian path via
136307 (ctf_compress_write): Move below ctf_write_mem and reimplement