HomeSort by: relevance | last modified time | path
    Searched refs:htab_create_alloc (Results 1 - 25 of 106) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gdb.old/dist/gdb/
filename-seen-cache.c 29 : m_tab (htab_create_alloc (INITIAL_FILENAME_SEEN_CACHE_SIZE,
typeprint.c 274 : m_table (htab_create_alloc (10, hash_typedef_field, eq_typedef_field,
298 m_table.reset (htab_create_alloc (10, hash_typedef_field, eq_typedef_field,
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
abbrev-cache.c 44 : m_tables (htab_create_alloc (20, hash_table, eq_table,
abbrev.c 63 m_abbrevs (htab_create_alloc (20, hash_abbrev, eq_abbrev,
cooked-index.c 353 htab_up seen_names (htab_create_alloc (10, hash_name_ptr, eq_name_ptr,
370 htab_up gnat_entries (htab_create_alloc (10, hash_entry, eq_entry,
frame-tailcall.c 66 /* hash_f for htab_create_alloc of cache_htab. */
76 /* eq_f for htab_create_alloc of cache_htab. */
489 cache_htab = htab_create_alloc (50, cache_hash, cache_eq, NULL, xcalloc,
  /src/external/gpl3/gcc.old/dist/libcc1/
callbacks.cc 53 : m_registry (htab_create_alloc (10, hash_method, eq_method,
  /src/external/gpl3/gcc/dist/libcc1/
callbacks.cc 53 : m_registry (htab_create_alloc (10, hash_method, eq_method,
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-gsmob.c 216 htab_t htab = htab_create_alloc (7, hash_fn, eq_fn,
278 registered_gsmobs = htab_create_alloc (10,
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-gsmob.c 216 htab_t htab = htab_create_alloc (7, hash_fn, eq_fn,
278 registered_gsmobs = htab_create_alloc (10,
  /src/external/gpl3/binutils/dist/gas/
hash.h 115 return htab_create_alloc (16, hash_string_tuple, eq_string_tuple,
  /src/external/gpl3/binutils/dist/include/
hashtab.h 146 extern htab_t htab_create_alloc (size_t, htab_hash,
  /src/external/gpl3/binutils.old/dist/gas/
hash.h 115 return htab_create_alloc (16, hash_string_tuple, eq_string_tuple,
  /src/external/gpl3/binutils.old/dist/include/
hashtab.h 146 extern htab_t htab_create_alloc (size_t, htab_hash,
  /src/external/gpl3/gcc.old/dist/include/
hashtab.h 146 extern htab_t htab_create_alloc (size_t, htab_hash,
  /src/external/gpl3/gcc/dist/include/
hashtab.h 146 extern htab_t htab_create_alloc (size_t, htab_hash,
  /src/external/gpl3/gdb/dist/include/
hashtab.h 146 extern htab_t htab_create_alloc (size_t, htab_hash,
  /src/external/gpl3/gdb.old/dist/include/
hashtab.h 146 extern htab_t htab_create_alloc (size_t, htab_hash,
  /src/external/gpl3/binutils/dist/libctf/
ctf-hash.c 177 if ((dynhash->htab = htab_create_alloc (nelems, (htab_hash) hash_fun, eq_fun,
614 return (ctf_dynset_t *) htab_create_alloc (7, (htab_hash) hash_fun, eq_fun,
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-hash.c 177 if ((dynhash->htab = htab_create_alloc (nelems, (htab_hash) hash_fun, eq_fun,
614 return (ctf_dynset_t *) htab_create_alloc (7, (htab_hash) hash_fun, eq_fun,
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
cooked-index.c 365 htab_up seen_names (htab_create_alloc (10, hash_name_ptr, eq_name_ptr,
382 htab_up gnat_entries (htab_create_alloc (10, hash_entry, eq_entry,
frame-tailcall.c 65 /* hash_f for htab_create_alloc of cache_htab. */
75 /* eq_f for htab_create_alloc of cache_htab. */
488 cache_htab = htab_create_alloc (50, cache_hash, cache_eq, NULL, xcalloc,
  /src/external/gpl3/gdb/dist/libctf/
ctf-hash.c 177 if ((dynhash->htab = htab_create_alloc (nelems, (htab_hash) hash_fun, eq_fun,
589 return (ctf_dynset_t *) htab_create_alloc (7, (htab_hash) hash_fun, eq_fun,
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile.c 148 m_type_map (htab_create_alloc (10, hash_type_map_instance,
151 m_symbol_err_map (htab_create_alloc (10, hash_symbol_error,
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-hash.c 174 if ((dynhash->htab = htab_create_alloc (nelems, (htab_hash) hash_fun, eq_fun,
583 return (ctf_dynset_t *) htab_create_alloc (7, (htab_hash) hash_fun, eq_fun,

Completed in 54 milliseconds

1 2 3 4 5