HomeSort by relevance Sort by last modified time
    Searched defs:htab_t (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
hashtab.h 144 typedef struct htab *htab_t; typedef in typeref:struct:htab
151 extern htab_t htab_create_alloc (size_t, htab_hash,
155 extern htab_t htab_create_alloc_ex (size_t, htab_hash,
160 extern htab_t htab_create_typed_alloc (size_t, htab_hash, htab_eq, htab_del,
164 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del);
165 extern htab_t htab_try_create (size_t, htab_hash, htab_eq, htab_del);
167 extern void htab_set_functions_ex (htab_t, htab_hash,
172 extern void htab_delete (htab_t);
173 extern void htab_empty (htab_t);
175 extern void * htab_find (htab_t, const void *)
    [all...]
  /toolchain/binutils/binutils-2.25/include/
hashtab.h 144 typedef struct htab *htab_t; typedef in typeref:struct:htab
151 extern htab_t htab_create_alloc (size_t, htab_hash,
155 extern htab_t htab_create_alloc_ex (size_t, htab_hash,
160 extern htab_t htab_create_typed_alloc (size_t, htab_hash, htab_eq, htab_del,
164 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del);
165 extern htab_t htab_try_create (size_t, htab_hash, htab_eq, htab_del);
167 extern void htab_set_functions_ex (htab_t, htab_hash,
172 extern void htab_delete (htab_t);
173 extern void htab_empty (htab_t);
175 extern void * htab_find (htab_t, const void *)
    [all...]

Completed in 72 milliseconds