Searched refs:ctf_realloc (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-util.c | 236 ctf_realloc (ctf_dict_t *fp, void *ptr, size_t size) in ctf_realloc() function
|
H A D | ctf-impl.h | 762 extern void *ctf_realloc (ctf_dict_t *, void *, size_t);
|
H A D | ctf-serialize.c | 1089 if ((newbuf = ctf_realloc (fp, buf, buf_size + strtab.cts_len)) == NULL) in ctf_serialize()
|
H A D | ChangeLog-2020 | 1605 (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 D | ctf-util.c | 236 ctf_realloc (ctf_dict_t *fp, void *ptr, size_t size) in ctf_realloc() function
|
H A D | ctf-impl.h | 763 extern void *ctf_realloc (ctf_dict_t *, void *, size_t);
|
H A D | ctf-serialize.c | 1089 if ((newbuf = ctf_realloc (fp, buf, buf_size + strtab.cts_len)) == NULL) in ctf_serialize()
|
H A D | ChangeLog-2020 | 1605 (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 D | ChangeLog-2020 | 1605 (ctf_realloc): Declare new function in ctf-util.c. 1629 * ctf-util.c (ctf_realloc): New, wrapper around realloc that aborts
|