HomeSort by: relevance | last modified time | path
    Searched refs:ctf_hash_t (Results 1 - 8 of 8) sorted by relevancy

  /src/external/cddl/osnet/dist/common/ctf/
ctf_hash.c 38 ctf_hash_create(ctf_hash_t *hp, ulong_t nelems)
48 memset(hp, 0, sizeof (ctf_hash_t));
73 ctf_hash_size(const ctf_hash_t *hp)
98 ctf_hash_insert(ctf_hash_t *hp, ctf_file_t *fp, uint_t type, uint_t name)
135 ctf_hash_define(ctf_hash_t *hp, ctf_file_t *fp, uint_t type, uint_t name)
148 ctf_hash_lookup(ctf_hash_t *hp, ctf_file_t *fp, const char *key, size_t len)
170 ctf_hash_destroy(ctf_hash_t *hp)
ctf_impl.h 78 } ctf_hash_t; typedef in typeref:struct:ctf_hash
98 ctf_hash_t *ctl_hash; /* pointer to hash table for lookup */
196 ctf_hash_t ctf_structs; /* hash table of struct types */
197 ctf_hash_t ctf_unions; /* hash table of union types */
198 ctf_hash_t ctf_enums; /* hash table of enum types */
199 ctf_hash_t ctf_names; /* hash table of remaining type names */
317 extern int ctf_hash_create(ctf_hash_t *, ulong_t);
318 extern int ctf_hash_insert(ctf_hash_t *, ctf_file_t *, uint_t, uint_t);
319 extern int ctf_hash_define(ctf_hash_t *, ctf_file_t *, uint_t, uint_t);
320 extern ctf_helem_t *ctf_hash_lookup(ctf_hash_t *, ctf_file_t *
    [all...]
ctf_create.c 958 ctf_hash_t *hp = &fp->ctf_structs;
980 ctf_hash_t *hp = &fp->ctf_unions;
1002 ctf_hash_t *hp = &fp->ctf_enums;
1024 ctf_hash_t *hp;
1427 ctf_hash_t *hp;
ctf_open.c 365 ctf_hash_t *hp;
  /src/external/gpl3/binutils/dist/libctf/
ctf-impl.h 103 typedef struct ctf_fixed_hash ctf_hash_t; /* Private to ctf-hash.c. */ typedef in typeref:struct:ctf_fixed_hash
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-impl.h 103 typedef struct ctf_fixed_hash ctf_hash_t; /* Private to ctf-hash.c. */ typedef in typeref:struct:ctf_fixed_hash
  /src/external/gpl3/gdb/dist/libctf/
ctf-impl.h 99 typedef struct ctf_fixed_hash ctf_hash_t; /* Private to ctf-hash.c. */ typedef in typeref:struct:ctf_fixed_hash
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-impl.h 99 typedef struct ctf_fixed_hash ctf_hash_t; /* Private to ctf-hash.c. */ typedef in typeref:struct:ctf_fixed_hash

Completed in 45 milliseconds