Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-create.c1631 if (ctf_dynhash_lookup (proc_tracking_fp->ctf_add_processing, in ctf_add_type_internal()
1771 if (ctf_dynhash_insert (proc_tracking_fp->ctf_add_processing, in ctf_add_type_internal()
2010 if (!src_fp->ctf_add_processing) in ctf_add_type()
2011 src_fp->ctf_add_processing = ctf_dynhash_create (ctf_hash_integer, in ctf_add_type()
2017 if (!src_fp->ctf_add_processing) in ctf_add_type()
2021 ctf_dynhash_empty (src_fp->ctf_add_processing); in ctf_add_type()
H A Dctf-serialize.c1125 nfp->ctf_add_processing = fp->ctf_add_processing; in ctf_serialize()
1182 fp->ctf_add_processing = NULL; in ctf_serialize()
H A Dctf-impl.h483 ctf_dynhash_t *ctf_add_processing; /* Types ctf_add_type is working on now. */ member
H A Dctf-open.c1825 ctf_dynhash_destroy (fp->ctf_add_processing); in ctf_dict_close()
H A DChangeLog-20201100 * ctf-impl.h (ctf_file_t) <ctf_add_processing>: New.
1105 (ctf_add_type): Turn into a ctf_add_processing wrapper. Rename to...
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-create.c1601 if (ctf_dynhash_lookup (proc_tracking_fp->ctf_add_processing, in ctf_add_type_internal()
1741 if (ctf_dynhash_insert (proc_tracking_fp->ctf_add_processing, in ctf_add_type_internal()
1980 if (!src_fp->ctf_add_processing) in ctf_add_type()
1981 src_fp->ctf_add_processing = ctf_dynhash_create (ctf_hash_integer, in ctf_add_type()
1987 if (!src_fp->ctf_add_processing) in ctf_add_type()
1991 ctf_dynhash_empty (src_fp->ctf_add_processing); in ctf_add_type()
H A Dctf-serialize.c1125 nfp->ctf_add_processing = fp->ctf_add_processing; in ctf_serialize()
1182 fp->ctf_add_processing = NULL; in ctf_serialize()
H A Dctf-impl.h483 ctf_dynhash_t *ctf_add_processing; /* Types ctf_add_type is working on now. */ member
H A Dctf-open.c1824 ctf_dynhash_destroy (fp->ctf_add_processing); in ctf_dict_close()
H A DChangeLog-20201100 * ctf-impl.h (ctf_file_t) <ctf_add_processing>: New.
1105 (ctf_add_type): Turn into a ctf_add_processing wrapper. Rename to...
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-20201100 * ctf-impl.h (ctf_file_t) <ctf_add_processing>: New.
1105 (ctf_add_type): Turn into a ctf_add_processing wrapper. Rename to...