Searched refs:ctf_str_pending_ref (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-string.c117 if (!fp->ctf_str_pending_ref)
118 fp->ctf_str_pending_ref = ctf_dynset_create (htab_hash_pointer,
121 if (!fp->ctf_str_pending_ref)
135 ctf_dynset_destroy (fp->ctf_str_pending_ref);
136 fp->ctf_str_pending_ref = NULL;
149 ctf_dynset_destroy (fp->ctf_str_pending_ref);
182 ctf_dynset_remove (fp->ctf_str_pending_ref, (void *) ref);
215 if (ctf_dynset_insert (fp->ctf_str_pending_ref, (void *) ref) < 0)
220 ctf_dynset_remove (fp->ctf_str_pending_ref, (void *) ref);
300 if (ctf_dynset_insert (fp->ctf_str_pending_ref, (voi
[all...]
H A Dctf-serialize.c1070 num_missed_str_refs = ctf_dynset_elements (fp->ctf_str_pending_ref);
1176 nfp->ctf_str_pending_ref = fp->ctf_str_pending_ref;
1179 fp->ctf_str_pending_ref = NULL;
H A Dctf-impl.h392 ctf_dynset_t *ctf_str_pending_ref; /* Locations awaiting ref addition. */ member in struct:ctf_dict
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-string.c117 if (!fp->ctf_str_pending_ref)
118 fp->ctf_str_pending_ref = ctf_dynset_create (htab_hash_pointer,
121 if (!fp->ctf_str_pending_ref)
135 ctf_dynset_destroy (fp->ctf_str_pending_ref);
136 fp->ctf_str_pending_ref = NULL;
149 ctf_dynset_destroy (fp->ctf_str_pending_ref);
182 ctf_dynset_remove (fp->ctf_str_pending_ref, (void *) ref);
215 if (ctf_dynset_insert (fp->ctf_str_pending_ref, (void *) ref) < 0)
220 ctf_dynset_remove (fp->ctf_str_pending_ref, (void *) ref);
300 if (ctf_dynset_insert (fp->ctf_str_pending_ref, (voi
[all...]
H A Dctf-serialize.c1070 num_missed_str_refs = ctf_dynset_elements (fp->ctf_str_pending_ref);
1176 nfp->ctf_str_pending_ref = fp->ctf_str_pending_ref;
1179 fp->ctf_str_pending_ref = NULL;
H A Dctf-impl.h392 ctf_dynset_t *ctf_str_pending_ref; /* Locations awaiting ref addition. */ member in struct:ctf_dict
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-string.c117 if (!fp->ctf_str_pending_ref)
118 fp->ctf_str_pending_ref = ctf_dynset_create (htab_hash_pointer,
121 if (!fp->ctf_str_pending_ref)
135 ctf_dynset_destroy (fp->ctf_str_pending_ref);
136 fp->ctf_str_pending_ref = NULL;
149 ctf_dynset_destroy (fp->ctf_str_pending_ref);
182 ctf_dynset_remove (fp->ctf_str_pending_ref, (void *) ref);
215 if (ctf_dynset_insert (fp->ctf_str_pending_ref, (void *) ref) < 0)
220 ctf_dynset_remove (fp->ctf_str_pending_ref, (void *) ref);
300 if (ctf_dynset_insert (fp->ctf_str_pending_ref, (voi
[all...]
H A Dctf-serialize.c1070 num_missed_str_refs = ctf_dynset_elements (fp->ctf_str_pending_ref);
1176 nfp->ctf_str_pending_ref = fp->ctf_str_pending_ref;
1179 fp->ctf_str_pending_ref = NULL;
H A Dctf-impl.h392 ctf_dynset_t *ctf_str_pending_ref; /* Locations awaiting ref addition. */ member in struct:ctf_dict

Completed in 136 milliseconds