Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-create.c528 nfp->ctf_add_processing = fp->ctf_add_processing; in ctf_serialize()
557 fp->ctf_add_processing = NULL; in ctf_serialize()
1656 if (ctf_dynhash_lookup (proc_tracking_fp->ctf_add_processing, in ctf_add_type_internal()
1790 if (ctf_dynhash_insert (proc_tracking_fp->ctf_add_processing, in ctf_add_type_internal()
2050 if (!src_fp->ctf_add_processing) in ctf_add_type()
2051 src_fp->ctf_add_processing = ctf_dynhash_create (ctf_hash_integer, in ctf_add_type()
2057 if (!src_fp->ctf_add_processing) in ctf_add_type()
2061 ctf_dynhash_empty (src_fp->ctf_add_processing); in ctf_add_type()
H A Dctf-impl.h297 ctf_dynhash_t *ctf_add_processing; /* Types ctf_add_type is working on now. */ member
H A Dctf-open.c1680 ctf_dynhash_destroy (fp->ctf_add_processing); in ctf_file_close()