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 D | reserialize-strtab-corruption.c | 28 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 D | symtypetab-nonlinker-writeout.c | 158 if ((buf = ctf_write_mem (fp, &bufsiz, 4096)) == NULL) in try_maybe_reporting()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | libctf.ver | 135 ctf_write_mem;
|
H A D | ctf-serialize.c | 1273 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 D | ChangeLog-2020 | 306 (ctf_write_mem): Likewise. 1065 (ctf_write_mem): Likewise. 1214 (ctf_write_mem): Likewise. 1443 * ctf-create.c (ctf_write_mem): New.
|
H A D | ctf-link.c | 1939 unsigned char *ret = ctf_write_mem (fp, size, threshold); in ctf_link_write()
|
H A D | ChangeLog | 374 (ctf_write_mem): Likewise.
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | libctf.ver | 135 ctf_write_mem;
|
H A D | ctf-serialize.c | 1273 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 D | ChangeLog-2020 | 306 (ctf_write_mem): Likewise. 1065 (ctf_write_mem): Likewise. 1214 (ctf_write_mem): Likewise. 1443 * ctf-create.c (ctf_write_mem): New.
|
H A D | ctf-link.c | 1903 unsigned char *ret = ctf_write_mem (fp, size, threshold); in ctf_link_write()
|
H A D | ChangeLog | 353 (ctf_write_mem): Likewise.
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | ctf-api.h | 526 extern unsigned char *ctf_write_mem (ctf_dict_t *, size_t *, size_t threshold);
|
H A D | ChangeLog-2019 | 185 (ctf_write_mem): Likewise.
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | ctf-api.h | 526 extern unsigned char *ctf_write_mem (ctf_dict_t *, size_t *, size_t threshold);
|
H A D | ChangeLog-2019 | 185 (ctf_write_mem): Likewise.
|
/netbsd-src/external/gpl3/gdb/dist/libctf/ |
H A D | ChangeLog-2020 | 306 (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 D | ChangeLog-2019 | 185 (ctf_write_mem): Likewise.
|
/netbsd-src/external/gpl3/gdb/dist/include/ |
H A D | ChangeLog-2019 | 185 (ctf_write_mem): Likewise.
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 117050 * 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
|