Searched refs:ctf_str_pending_ref (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-string.c | 117 if (!fp->ctf_str_pending_ref) in ctf_str_create_atoms() 118 fp->ctf_str_pending_ref = ctf_dynset_create (htab_hash_pointer, in ctf_str_create_atoms() 121 if (!fp->ctf_str_pending_ref) in ctf_str_create_atoms() 135 ctf_dynset_destroy (fp->ctf_str_pending_ref); in ctf_str_create_atoms() 136 fp->ctf_str_pending_ref = NULL; in ctf_str_create_atoms() 149 ctf_dynset_destroy (fp->ctf_str_pending_ref); in ctf_str_free_atoms() 184 ctf_dynset_remove (fp->ctf_str_pending_ref, (void *) ref); in ctf_str_add_ref_internal() 217 if (ctf_dynset_insert (fp->ctf_str_pending_ref, (void *) ref) < 0) in ctf_str_add_ref_internal() 222 ctf_dynset_remove (fp->ctf_str_pending_ref, (void *) ref); 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() [all …]
|
H A D | ctf-serialize.c | 1070 num_missed_str_refs = ctf_dynset_elements (fp->ctf_str_pending_ref); in ctf_serialize() 1176 nfp->ctf_str_pending_ref = fp->ctf_str_pending_ref; in ctf_serialize() 1179 fp->ctf_str_pending_ref = NULL; in ctf_serialize()
|
H A D | ctf-impl.h | 392 ctf_dynset_t *ctf_str_pending_ref; /* Locations awaiting ref addition. */ member
|
H A D | ChangeLog | 269 (ctf_dict_t) <ctf_str_pending_ref>: New, set of refs that must be 276 params. Populate, and clear out, ctf_str_pending_ref. 284 ctf_str_pending_ref set is empty before strtab finalization.
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-string.c | 117 if (!fp->ctf_str_pending_ref) in ctf_str_create_atoms() 118 fp->ctf_str_pending_ref = ctf_dynset_create (htab_hash_pointer, in ctf_str_create_atoms() 121 if (!fp->ctf_str_pending_ref) in ctf_str_create_atoms() 135 ctf_dynset_destroy (fp->ctf_str_pending_ref); in ctf_str_create_atoms() 136 fp->ctf_str_pending_ref = NULL; in ctf_str_create_atoms() 149 ctf_dynset_destroy (fp->ctf_str_pending_ref); in ctf_str_free_atoms() 182 ctf_dynset_remove (fp->ctf_str_pending_ref, (void *) ref); in ctf_str_add_ref_internal() 215 if (ctf_dynset_insert (fp->ctf_str_pending_ref, (void *) ref) < 0) in ctf_str_add_ref_internal() 220 ctf_dynset_remove (fp->ctf_str_pending_ref, (void *) ref); 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() [all …]
|
H A D | ctf-serialize.c | 1070 num_missed_str_refs = ctf_dynset_elements (fp->ctf_str_pending_ref); in ctf_serialize() 1176 nfp->ctf_str_pending_ref = fp->ctf_str_pending_ref; in ctf_serialize() 1179 fp->ctf_str_pending_ref = NULL; in ctf_serialize()
|
H A D | ctf-impl.h | 392 ctf_dynset_t *ctf_str_pending_ref; /* Locations awaiting ref addition. */ member
|
H A D | ChangeLog | 248 (ctf_dict_t) <ctf_str_pending_ref>: New, set of refs that must be 255 params. Populate, and clear out, ctf_str_pending_ref. 263 ctf_str_pending_ref set is empty before strtab finalization.
|