Home
last modified time | relevance | path

Searched refs:ctf_realloc (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-util.c236 ctf_realloc (ctf_dict_t *fp, void *ptr, size_t size) in ctf_realloc() function
H A Dctf-impl.h762 extern void *ctf_realloc (ctf_dict_t *, void *, size_t);
H A Dctf-serialize.c1089 if ((newbuf = ctf_realloc (fp, buf, buf_size + strtab.cts_len)) == NULL) in ctf_serialize()
H A DChangeLog-20201605 (ctf_realloc): Declare new function in ctf-util.c.
1629 * ctf-util.c (ctf_realloc): New, wrapper around realloc that aborts
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-util.c236 ctf_realloc (ctf_dict_t *fp, void *ptr, size_t size) in ctf_realloc() function
H A Dctf-impl.h763 extern void *ctf_realloc (ctf_dict_t *, void *, size_t);
H A Dctf-serialize.c1089 if ((newbuf = ctf_realloc (fp, buf, buf_size + strtab.cts_len)) == NULL) in ctf_serialize()
H A DChangeLog-20201605 (ctf_realloc): Declare new function in ctf-util.c.
1629 * ctf-util.c (ctf_realloc): New, wrapper around realloc that aborts
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-20201605 (ctf_realloc): Declare new function in ctf-util.c.
1629 * ctf-util.c (ctf_realloc): New, wrapper around realloc that aborts