Searched refs:ctf_write_mem (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/
H A Dreserialize-strtab-corruption.c28 if ((foo = ctf_write_mem (fp, &foo_size, 4096)) == NULL)
46 if ((foo = ctf_write_mem (fp, &foo_size, 4096)) == NULL)
H A Dsymtypetab-nonlinker-writeout.c158 if ((buf = ctf_write_mem (fp, &bufsiz, 4096)) == NULL)
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-serialize.c1273 ctf_write_mem (ctf_dict_t *fp, size_t *size, size_t threshold) function
1298 ctf_err_warn (fp, 0, 0, _("ctf_write_mem: cannot allocate %li bytes"),
1321 ctf_err_warn (fp, 0, 0, _("ctf_write_mem: cannot allocate %li bytes"),
1371 if ((buf = ctf_write_mem (fp, &tmp, 0)) == NULL)
1405 if ((buf = ctf_write_mem (fp, &tmp, (size_t) -1)) == NULL)
H A Dctf-link.c1906 unsigned char *ret = ctf_write_mem (fp, size, threshold);
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-serialize.c1273 ctf_write_mem (ctf_dict_t *fp, size_t *size, size_t threshold) function
1298 ctf_err_warn (fp, 0, 0, _("ctf_write_mem: cannot allocate %li bytes"),
1321 ctf_err_warn (fp, 0, 0, _("ctf_write_mem: cannot allocate %li bytes"),
1371 if ((buf = ctf_write_mem (fp, &tmp, 0)) == NULL)
1405 if ((buf = ctf_write_mem (fp, &tmp, (size_t) -1)) == NULL)
H A Dctf-link.c1903 unsigned char *ret = ctf_write_mem (fp, size, threshold);
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-serialize.c1273 ctf_write_mem (ctf_dict_t *fp, size_t *size, size_t threshold) function
1298 ctf_err_warn (fp, 0, 0, _("ctf_write_mem: cannot allocate %li bytes"),
1321 ctf_err_warn (fp, 0, 0, _("ctf_write_mem: cannot allocate %li bytes"),
1371 if ((buf = ctf_write_mem (fp, &tmp, 0)) == NULL)
1405 if ((buf = ctf_write_mem (fp, &tmp, (size_t) -1)) == NULL)
H A Dctf-link.c1939 unsigned char *ret = ctf_write_mem (fp, size, threshold);
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dctf-api.h464 extern unsigned char *ctf_write_mem (ctf_file_t *, size_t *, size_t threshold);
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dctf-api.h526 extern unsigned char *ctf_write_mem (ctf_dict_t *, size_t *, size_t threshold);
/netbsd-current/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);
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dctf-api.h526 extern unsigned char *ctf_write_mem (ctf_dict_t *, size_t *, size_t threshold);
/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dctf-link.c1715 return ctf_write_mem (fp, size, threshold);
H A Dctf-create.c2266 ctf_write_mem (ctf_file_t *fp, size_t *size, size_t threshold) function
2285 ctf_err_warn (fp, 0, 0, _("ctf_write_mem: cannot allocate %li bytes"),

Completed in 384 milliseconds