Searched refs:ctf_dynset_t (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-impl.h | 101 typedef struct ctf_dynset ctf_dynset_t; /* Private to ctf-hash.c. */ typedef 335 ctf_dynset_t *cd_conflicting_types; 392 ctf_dynset_t *ctf_str_pending_ref; /* Locations awaiting ref addition. */ 491 ctf_dynset_t *ctf_dedup_atoms; 492 ctf_dynset_t *ctf_dedup_atoms_alloc; 565 const ctf_dynset_t *ctn_s; 663 extern ctf_dynset_t *ctf_dynset_create (htab_hash, htab_eq, ctf_hash_free_fun); 664 extern int ctf_dynset_insert (ctf_dynset_t *, void *); 665 extern void ctf_dynset_remove (ctf_dynset_t *, const void *); 666 extern void ctf_dynset_destroy (ctf_dynset_t *); [all …]
|
H A D | ctf-hash.c | 572 ctf_dynset_t * 577 return (ctf_dynset_t *) htab_create_alloc (7, (htab_hash) hash_fun, eq_fun, in ctf_dynset_create() 618 ctf_dynset_insert (ctf_dynset_t *hp, void *key) in ctf_dynset_insert() 643 ctf_dynset_remove (ctf_dynset_t *hp, const void *key) in ctf_dynset_remove() 649 ctf_dynset_destroy (ctf_dynset_t *hp) in ctf_dynset_destroy() 656 ctf_dynset_lookup (ctf_dynset_t *hp, const void *key) in ctf_dynset_lookup() 667 ctf_dynset_elements (ctf_dynset_t *hp) in ctf_dynset_elements() 674 ctf_dynset_exists (ctf_dynset_t *hp, const void *key, const void **orig_key) in ctf_dynset_exists() 687 ctf_dynset_lookup_any (ctf_dynset_t *hp) in ctf_dynset_lookup_any() 706 ctf_dynset_next (ctf_dynset_t *hp, ctf_next_t **it, void **key) in ctf_dynset_next()
|
H A D | ctf-inlines.h | 72 ctf_dynset_cnext (ctf_dynset_t *h, ctf_next_t **it, const void **key) in ctf_dynset_cnext() 78 ctf_dynset_cinsert (ctf_dynset_t *h, const void *k) in ctf_dynset_cinsert()
|
H A D | ctf-dedup.c | 347 static ctf_dynset_t * 350 ctf_dynset_t *element; in make_set_element() 578 ctf_dynset_t *citers = NULL; in ctf_dedup_rhash_type() 942 ctf_dynset_t *citer_hashes; in ctf_dedup_rhash_type() 955 ctf_dynset_t *citer_hashes; in ctf_dedup_rhash_type() 1166 ctf_dynset_t *type_ids; in ctf_dedup_populate_mappings() 1310 ctf_dynset_t *citers; in ctf_dedup_mark_conflicting_hash() 1354 ctf_dynset_t *type_ids; in ctf_dedup_hash_kind() 1463 ctf_dynset_t *type_ids; in ctf_dedup_detect_name_ambiguity() 1737 ctf_dynset_t *type_ids; in ctf_dedup_multiple_input_dicts() [all …]
|
H A D | ChangeLog-2020 | 747 * ctf-impl.h (ctf_dynset_t): New.
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-impl.h | 101 typedef struct ctf_dynset ctf_dynset_t; /* Private to ctf-hash.c. */ typedef 335 ctf_dynset_t *cd_conflicting_types; 392 ctf_dynset_t *ctf_str_pending_ref; /* Locations awaiting ref addition. */ 491 ctf_dynset_t *ctf_dedup_atoms; 492 ctf_dynset_t *ctf_dedup_atoms_alloc; 565 const ctf_dynset_t *ctn_s; 663 extern ctf_dynset_t *ctf_dynset_create (htab_hash, htab_eq, ctf_hash_free_fun); 664 extern int ctf_dynset_insert (ctf_dynset_t *, void *); 665 extern void ctf_dynset_remove (ctf_dynset_t *, const void *); 666 extern void ctf_dynset_destroy (ctf_dynset_t *); [all …]
|
H A D | ctf-hash.c | 572 ctf_dynset_t * 577 return (ctf_dynset_t *) htab_create_alloc (7, (htab_hash) hash_fun, eq_fun, in ctf_dynset_create() 618 ctf_dynset_insert (ctf_dynset_t *hp, void *key) in ctf_dynset_insert() 643 ctf_dynset_remove (ctf_dynset_t *hp, const void *key) in ctf_dynset_remove() 649 ctf_dynset_destroy (ctf_dynset_t *hp) in ctf_dynset_destroy() 656 ctf_dynset_lookup (ctf_dynset_t *hp, const void *key) in ctf_dynset_lookup() 667 ctf_dynset_elements (ctf_dynset_t *hp) in ctf_dynset_elements() 674 ctf_dynset_exists (ctf_dynset_t *hp, const void *key, const void **orig_key) in ctf_dynset_exists() 687 ctf_dynset_lookup_any (ctf_dynset_t *hp) in ctf_dynset_lookup_any() 706 ctf_dynset_next (ctf_dynset_t *hp, ctf_next_t **it, void **key) in ctf_dynset_next()
|
H A D | ctf-inlines.h | 72 ctf_dynset_cnext (ctf_dynset_t *h, ctf_next_t **it, const void **key) in ctf_dynset_cnext() 78 ctf_dynset_cinsert (ctf_dynset_t *h, const void *k) in ctf_dynset_cinsert()
|
H A D | ctf-dedup.c | 347 static ctf_dynset_t * 350 ctf_dynset_t *element; in make_set_element() 578 ctf_dynset_t *citers = NULL; in ctf_dedup_rhash_type() 942 ctf_dynset_t *citer_hashes; in ctf_dedup_rhash_type() 955 ctf_dynset_t *citer_hashes; in ctf_dedup_rhash_type() 1166 ctf_dynset_t *type_ids; in ctf_dedup_populate_mappings() 1310 ctf_dynset_t *citers; in ctf_dedup_mark_conflicting_hash() 1353 ctf_dynset_t *type_ids; in ctf_dedup_hash_kind() 1462 ctf_dynset_t *type_ids; in ctf_dedup_detect_name_ambiguity() 1736 ctf_dynset_t *type_ids; in ctf_dedup_multiple_input_dicts() [all …]
|
H A D | ChangeLog-2020 | 747 * ctf-impl.h (ctf_dynset_t): New.
|
/netbsd-src/external/gpl3/gdb/dist/libctf/ |
H A D | ChangeLog-2020 | 747 * ctf-impl.h (ctf_dynset_t): New.
|