/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_impl.h | 78 } ctf_hash_t; typedef 98 ctf_hash_t *ctl_hash; /* pointer to hash table for lookup */ 185 ctf_hash_t ctf_structs; /* hash table of struct types */ 186 ctf_hash_t ctf_unions; /* hash table of union types */ 187 ctf_hash_t ctf_enums; /* hash table of enum types */ 188 ctf_hash_t ctf_names; /* hash table of remaining type names */ 284 extern int ctf_hash_create(ctf_hash_t *, ulong_t); 285 extern int ctf_hash_insert(ctf_hash_t *, ctf_file_t *, ushort_t, uint_t); 287 extern ctf_helem_t *ctf_hash_lookup(ctf_hash_t *, ctf_file_t *, 289 extern uint_t ctf_hash_size(const ctf_hash_t *); [all …]
|
H A D | ctf_hash.c | 38 ctf_hash_create(ctf_hash_t *hp, ulong_t nelems) in ctf_hash_create() 48 bzero(hp, sizeof (ctf_hash_t)); in ctf_hash_create() 73 ctf_hash_size(const ctf_hash_t *hp) in ctf_hash_size() 98 ctf_hash_insert(ctf_hash_t *hp, ctf_file_t *fp, ushort_t type, uint_t name) in ctf_hash_insert() 135 ctf_hash_define(ctf_hash_t *hp, ctf_file_t *fp, ushort_t type, uint_t name) in ctf_hash_define() 148 ctf_hash_lookup(ctf_hash_t *hp, ctf_file_t *fp, const char *key, size_t len) in ctf_hash_lookup() 170 ctf_hash_destroy(ctf_hash_t *hp) in ctf_hash_destroy()
|
H A D | ctf_create.c | 853 ctf_hash_t *hp = &fp->ctf_structs; in ctf_add_struct() 875 ctf_hash_t *hp = &fp->ctf_unions; in ctf_add_union() 897 ctf_hash_t *hp = &fp->ctf_enums; in ctf_add_enum() 919 ctf_hash_t *hp; in ctf_add_forward() 1278 ctf_hash_t *hp; in ctf_add_type()
|
H A D | ctf_open.c | 212 ctf_hash_t *hp; in init_types()
|
/dports/devel/arm-elf-binutils/binutils-2.37/libctf/ |
H A D | ctf-impl.h | 99 typedef struct ctf_fixed_hash ctf_hash_t; /* Private to ctf-hash.c. */ typedef 128 ctf_hash_t *ctn_readonly; /* Hash table when readonly. */ 628 extern ctf_hash_t *ctf_hash_create (unsigned long, ctf_hash_fun, ctf_hash_eq_fun); 629 extern int ctf_hash_insert_type (ctf_hash_t *, ctf_dict_t *, uint32_t, uint32_t); 630 extern int ctf_hash_define_type (ctf_hash_t *, ctf_dict_t *, uint32_t, uint32_t); 631 extern ctf_id_t ctf_hash_lookup_type (ctf_hash_t *, ctf_dict_t *, const char *); 632 extern uint32_t ctf_hash_size (const ctf_hash_t *); 633 extern void ctf_hash_destroy (ctf_hash_t *);
|
H A D | ctf-hash.c | 773 ctf_hash_t * 777 return (ctf_hash_t *) htab_create_alloc (nelems, (htab_hash) hash_fun, in ctf_hash_create() 782 ctf_hash_size (const ctf_hash_t *hp) in ctf_hash_size() 788 ctf_hash_insert_type (ctf_hash_t *hp, ctf_dict_t *fp, uint32_t type, in ctf_hash_insert_type() 818 ctf_hash_define_type (ctf_hash_t *hp, ctf_dict_t *fp, uint32_t type, in ctf_hash_define_type() 828 ctf_hash_lookup_type (ctf_hash_t *hp, ctf_dict_t *fp __attribute__ ((__unused__)), in ctf_hash_lookup_type() 842 ctf_hash_destroy (ctf_hash_t *hp) in ctf_hash_destroy()
|
H A D | ChangeLog-2020 | 1117 (ctf_lookup_t) <ctf_hash>: Now a ctf_names_t, not a ctf_hash_t.
|
/dports/devel/gdb/gdb-11.1/libctf/ |
H A D | ctf-impl.h | 99 typedef struct ctf_fixed_hash ctf_hash_t; /* Private to ctf-hash.c. */ typedef 128 ctf_hash_t *ctn_readonly; /* Hash table when readonly. */ 628 extern ctf_hash_t *ctf_hash_create (unsigned long, ctf_hash_fun, ctf_hash_eq_fun); 629 extern int ctf_hash_insert_type (ctf_hash_t *, ctf_dict_t *, uint32_t, uint32_t); 630 extern int ctf_hash_define_type (ctf_hash_t *, ctf_dict_t *, uint32_t, uint32_t); 631 extern ctf_id_t ctf_hash_lookup_type (ctf_hash_t *, ctf_dict_t *, const char *); 632 extern uint32_t ctf_hash_size (const ctf_hash_t *); 633 extern void ctf_hash_destroy (ctf_hash_t *);
|
H A D | ctf-hash.c | 773 ctf_hash_t * 777 return (ctf_hash_t *) htab_create_alloc (nelems, (htab_hash) hash_fun, in ctf_hash_create() 782 ctf_hash_size (const ctf_hash_t *hp) in ctf_hash_size() 788 ctf_hash_insert_type (ctf_hash_t *hp, ctf_dict_t *fp, uint32_t type, in ctf_hash_insert_type() 818 ctf_hash_define_type (ctf_hash_t *hp, ctf_dict_t *fp, uint32_t type, in ctf_hash_define_type() 828 ctf_hash_lookup_type (ctf_hash_t *hp, ctf_dict_t *fp __attribute__ ((__unused__)), in ctf_hash_lookup_type() 842 ctf_hash_destroy (ctf_hash_t *hp) in ctf_hash_destroy()
|
H A D | ChangeLog-2020 | 1117 (ctf_lookup_t) <ctf_hash>: Now a ctf_names_t, not a ctf_hash_t.
|
/dports/devel/gnulibiberty/binutils-2.37/libctf/ |
H A D | ctf-impl.h | 99 typedef struct ctf_fixed_hash ctf_hash_t; /* Private to ctf-hash.c. */ typedef 128 ctf_hash_t *ctn_readonly; /* Hash table when readonly. */ 628 extern ctf_hash_t *ctf_hash_create (unsigned long, ctf_hash_fun, ctf_hash_eq_fun); 629 extern int ctf_hash_insert_type (ctf_hash_t *, ctf_dict_t *, uint32_t, uint32_t); 630 extern int ctf_hash_define_type (ctf_hash_t *, ctf_dict_t *, uint32_t, uint32_t); 631 extern ctf_id_t ctf_hash_lookup_type (ctf_hash_t *, ctf_dict_t *, const char *); 632 extern uint32_t ctf_hash_size (const ctf_hash_t *); 633 extern void ctf_hash_destroy (ctf_hash_t *);
|
H A D | ctf-hash.c | 773 ctf_hash_t * 777 return (ctf_hash_t *) htab_create_alloc (nelems, (htab_hash) hash_fun, in ctf_hash_create() 782 ctf_hash_size (const ctf_hash_t *hp) in ctf_hash_size() 788 ctf_hash_insert_type (ctf_hash_t *hp, ctf_dict_t *fp, uint32_t type, in ctf_hash_insert_type() 818 ctf_hash_define_type (ctf_hash_t *hp, ctf_dict_t *fp, uint32_t type, in ctf_hash_define_type() 828 ctf_hash_lookup_type (ctf_hash_t *hp, ctf_dict_t *fp __attribute__ ((__unused__)), in ctf_hash_lookup_type() 842 ctf_hash_destroy (ctf_hash_t *hp) in ctf_hash_destroy()
|
H A D | ChangeLog-2020 | 1117 (ctf_lookup_t) <ctf_hash>: Now a ctf_names_t, not a ctf_hash_t.
|
/dports/devel/binutils/binutils-2.37/libctf/ |
H A D | ctf-impl.h | 99 typedef struct ctf_fixed_hash ctf_hash_t; /* Private to ctf-hash.c. */ typedef 128 ctf_hash_t *ctn_readonly; /* Hash table when readonly. */ 628 extern ctf_hash_t *ctf_hash_create (unsigned long, ctf_hash_fun, ctf_hash_eq_fun); 629 extern int ctf_hash_insert_type (ctf_hash_t *, ctf_dict_t *, uint32_t, uint32_t); 630 extern int ctf_hash_define_type (ctf_hash_t *, ctf_dict_t *, uint32_t, uint32_t); 631 extern ctf_id_t ctf_hash_lookup_type (ctf_hash_t *, ctf_dict_t *, const char *); 632 extern uint32_t ctf_hash_size (const ctf_hash_t *); 633 extern void ctf_hash_destroy (ctf_hash_t *);
|
H A D | ctf-hash.c | 773 ctf_hash_t * 777 return (ctf_hash_t *) htab_create_alloc (nelems, (htab_hash) hash_fun, in ctf_hash_create() 782 ctf_hash_size (const ctf_hash_t *hp) in ctf_hash_size() 788 ctf_hash_insert_type (ctf_hash_t *hp, ctf_dict_t *fp, uint32_t type, in ctf_hash_insert_type() 818 ctf_hash_define_type (ctf_hash_t *hp, ctf_dict_t *fp, uint32_t type, in ctf_hash_define_type() 828 ctf_hash_lookup_type (ctf_hash_t *hp, ctf_dict_t *fp __attribute__ ((__unused__)), in ctf_hash_lookup_type() 842 ctf_hash_destroy (ctf_hash_t *hp) in ctf_hash_destroy()
|
H A D | ChangeLog-2020 | 1117 (ctf_lookup_t) <ctf_hash>: Now a ctf_names_t, not a ctf_hash_t.
|