Home
last modified time | relevance | path

Searched refs:ctf_str_atoms (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-string.c104 fp->ctf_str_atoms = ctf_dynhash_create (ctf_hash_string, ctf_hash_eq_string, in ctf_str_create_atoms()
106 if (fp->ctf_str_atoms == NULL) in ctf_str_create_atoms()
127 ctf_dynhash_destroy (fp->ctf_str_atoms); in ctf_str_create_atoms()
128 fp->ctf_str_atoms = NULL; in ctf_str_create_atoms()
137 ctf_dynhash_destroy (fp->ctf_str_atoms); in ctf_str_free_atoms()
153 atom = ctf_dynhash_lookup (fp->ctf_str_atoms, str); in ctf_str_add_ref_internal()
179 if (ctf_dynhash_insert (fp->ctf_str_atoms, newstr, atom) < 0) in ctf_str_add_ref_internal()
205 ctf_dynhash_remove (fp->ctf_str_atoms, newstr); in ctf_str_add_ref_internal()
272 atom = ctf_dynhash_lookup (fp->ctf_str_atoms, str); in ctf_str_remove_ref()
302 ctf_dynhash_iter_remove (fp->ctf_str_atoms, ctf_str_rollback_atom, &id); in ctf_str_rollback()
[all …]
H A Dctf-impl.h255 ctf_dynhash_t *ctf_str_atoms; /* Hash table of ctf_str_atoms_t. */ member
H A Dctf-create.c552 nfp->ctf_str_atoms = fp->ctf_str_atoms; in ctf_serialize()
554 fp->ctf_str_atoms = NULL; in ctf_serialize()