Searched refs:ctf_dynset_insert (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-inlines.h | 80 return ctf_dynset_insert (h, (void *) k); in ctf_dynset_cinsert()
|
H A D | ctf-string.c | 215 if (ctf_dynset_insert (fp->ctf_str_pending_ref, (void *) ref) < 0) in ctf_str_add_ref_internal() 300 if (ctf_dynset_insert (fp->ctf_str_pending_ref, (void *) new_ref) < 0) in ctf_str_move_pending()
|
H A D | ctf-impl.h | 664 extern int ctf_dynset_insert (ctf_dynset_t *, void *);
|
H A D | ctf-hash.c | 618 ctf_dynset_insert (ctf_dynset_t *hp, void *key) in ctf_dynset_insert() function
|
H A D | ctf-dedup.c | 399 if (ctf_dynset_insert (fp->ctf_dedup_atoms, atom) < 0) in intern() 1258 && ctf_dynset_insert (type_ids, id) < 0) in ctf_dedup_populate_mappings()
|
H A D | ChangeLog-2020 | 739 (ctf_dynset_insert): New. 750 (ctf_dynset_insert): New.
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-inlines.h | 80 return ctf_dynset_insert (h, (void *) k); in ctf_dynset_cinsert()
|
H A D | ctf-string.c | 217 if (ctf_dynset_insert (fp->ctf_str_pending_ref, (void *) ref) < 0) in ctf_str_add_ref_internal() 302 if (ctf_dynset_insert (fp->ctf_str_pending_ref, (void *) new_ref) < 0) in ctf_str_move_pending()
|
H A D | ctf-impl.h | 664 extern int ctf_dynset_insert (ctf_dynset_t *, void *);
|
H A D | ctf-hash.c | 618 ctf_dynset_insert (ctf_dynset_t *hp, void *key) in ctf_dynset_insert() function
|
H A D | ctf-dedup.c | 399 if (ctf_dynset_insert (fp->ctf_dedup_atoms, atom) < 0) in intern() 1258 && ctf_dynset_insert (type_ids, id) < 0) in ctf_dedup_populate_mappings()
|
H A D | ChangeLog-2020 | 739 (ctf_dynset_insert): New. 750 (ctf_dynset_insert): New.
|
/netbsd-src/external/gpl3/gdb/dist/libctf/ |
H A D | ChangeLog-2020 | 739 (ctf_dynset_insert): New. 750 (ctf_dynset_insert): New.
|