Home
last modified time | relevance | path

Searched refs:htab_t (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/netbsd-src/external/gpl3/binutils/dist/include/
H A Dhashtab.h139 typedef struct htab *htab_t; typedef
146 extern htab_t htab_create_alloc (size_t, htab_hash,
150 extern htab_t htab_create_alloc_ex (size_t, htab_hash,
155 extern htab_t htab_create_typed_alloc (size_t, htab_hash, htab_eq, htab_del,
159 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del);
160 extern htab_t htab_try_create (size_t, htab_hash, htab_eq, htab_del);
162 extern void htab_set_functions_ex (htab_t, htab_hash,
167 extern void htab_delete (htab_t);
168 extern void htab_empty (htab_t);
170 extern void * htab_find (htab_t, const void *);
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dhashtab.h139 typedef struct htab *htab_t; typedef
146 extern htab_t htab_create_alloc (size_t, htab_hash,
150 extern htab_t htab_create_alloc_ex (size_t, htab_hash,
155 extern htab_t htab_create_typed_alloc (size_t, htab_hash, htab_eq, htab_del,
159 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del);
160 extern htab_t htab_try_create (size_t, htab_hash, htab_eq, htab_del);
162 extern void htab_set_functions_ex (htab_t, htab_hash,
167 extern void htab_delete (htab_t);
168 extern void htab_empty (htab_t);
170 extern void * htab_find (htab_t, const void *);
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dhashtab.h139 typedef struct htab *htab_t; typedef
146 extern htab_t htab_create_alloc (size_t, htab_hash,
150 extern htab_t htab_create_alloc_ex (size_t, htab_hash,
155 extern htab_t htab_create_typed_alloc (size_t, htab_hash, htab_eq, htab_del,
159 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del);
160 extern htab_t htab_try_create (size_t, htab_hash, htab_eq, htab_del);
162 extern void htab_set_functions_ex (htab_t, htab_hash,
167 extern void htab_delete (htab_t);
168 extern void htab_empty (htab_t);
170 extern void * htab_find (htab_t, const void *);
[all …]
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dhashtab.h139 typedef struct htab *htab_t; typedef
146 extern htab_t htab_create_alloc (size_t, htab_hash,
150 extern htab_t htab_create_alloc_ex (size_t, htab_hash,
155 extern htab_t htab_create_typed_alloc (size_t, htab_hash, htab_eq, htab_del,
159 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del);
160 extern htab_t htab_try_create (size_t, htab_hash, htab_eq, htab_del);
162 extern void htab_set_functions_ex (htab_t, htab_hash,
167 extern void htab_delete (htab_t);
168 extern void htab_empty (htab_t);
170 extern void * htab_find (htab_t, const void *);
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dhashtab.h87 typedef struct htab *htab_t; typedef
171 htab_size (htab_t htab) in htab_size()
179 htab_elements (htab_t htab) in htab_elements()
212 htab_mod (hashval_t hash, htab_t htab) in htab_mod()
221 htab_mod_m2 (hashval_t hash, htab_t htab) in htab_mod_m2()
227 static inline htab_t
228 htab_clear (htab_t htab) in htab_clear()
238 static htab_t
241 htab_t result; in htab_create()
247 result = (htab_t) htab_alloc (sizeof (struct htab) in htab_create()
[all …]
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dhashtab.c71 static hashval_t htab_mod (hashval_t, htab_t);
72 static hashval_t htab_mod_m2 (hashval_t, htab_t);
75 static int htab_expand (htab_t);
76 static void **find_empty_slot_for_expand (htab_t, hashval_t);
215 (htab_size) (htab_t htab) in size_t()
225 (htab_elements) (htab_t htab) in size_t()
261 htab_mod (hashval_t hash, htab_t htab) in htab_mod()
270 htab_mod_m2 (hashval_t hash, htab_t htab) in htab_mod_m2()
281 htab_t
292 htab_t
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dhashtab.c71 static hashval_t htab_mod (hashval_t, htab_t);
72 static hashval_t htab_mod_m2 (hashval_t, htab_t);
75 static int htab_expand (htab_t);
76 static void **find_empty_slot_for_expand (htab_t, hashval_t);
215 (htab_size) (htab_t htab) in size_t()
225 (htab_elements) (htab_t htab) in size_t()
261 htab_mod (hashval_t hash, htab_t htab) in htab_mod()
270 htab_mod_m2 (hashval_t hash, htab_t htab) in htab_mod_m2()
281 htab_t
292 htab_t
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dhashtab.h87 typedef struct htab *htab_t; typedef
171 htab_size (htab_t htab) in htab_size()
179 htab_elements (htab_t htab) in htab_elements()
212 htab_mod (hashval_t hash, htab_t htab) in htab_mod()
221 htab_mod_m2 (hashval_t hash, htab_t htab) in htab_mod_m2()
229 static htab_t
232 htab_t result; in htab_create()
238 result = (htab_t) htab_alloc (sizeof (struct htab) in htab_create()
255 find_empty_slot_for_expand (htab_t htab, hashval_t hash) in find_empty_slot_for_expand()
288 static htab_t
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dhashtab.c71 static hashval_t htab_mod (hashval_t, htab_t);
72 static hashval_t htab_mod_m2 (hashval_t, htab_t);
75 static int htab_expand (htab_t);
76 static PTR *find_empty_slot_for_expand (htab_t, hashval_t);
215 (htab_size) (htab_t htab) in size_t()
225 (htab_elements) (htab_t htab) in size_t()
261 htab_mod (hashval_t hash, htab_t htab) in htab_mod()
270 htab_mod_m2 (hashval_t hash, htab_t htab) in htab_mod_m2()
281 htab_t
292 htab_t
[all …]
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dhashtab.c71 static hashval_t htab_mod (hashval_t, htab_t);
72 static hashval_t htab_mod_m2 (hashval_t, htab_t);
75 static int htab_expand (htab_t);
76 static PTR *find_empty_slot_for_expand (htab_t, hashval_t);
215 (htab_size) (htab_t htab) in size_t()
225 (htab_elements) (htab_t htab) in size_t()
261 htab_mod (hashval_t hash, htab_t htab) in htab_mod()
270 htab_mod_m2 (hashval_t hash, htab_t htab) in htab_mod_m2()
281 htab_t
292 htab_t
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dhash.h44 extern void **htab_insert (htab_t, void * /* element */, int /* replace */);
48 extern void htab_print_statistics (FILE *f, const char *name, htab_t table);
53 string_tuple_alloc (htab_t table, const char *key, const void *value) in string_tuple_alloc()
62 str_hash_find (htab_t table, const char *key) in str_hash_find()
70 str_hash_find_n (htab_t table, const char *key, size_t n) in str_hash_find_n()
82 str_hash_delete (htab_t table, const char *key) in str_hash_delete()
89 str_hash_insert (htab_t table, const char *key, const void *value, int replace) in str_hash_insert()
98 static inline htab_t
H A Dmacro.h66 htab_t formal_hash; /* Hash table of formals. */
82 extern htab_t macro_hash;
H A Dhash.c48 htab_insert (htab_t htab, void *element, int replace) in htab_insert()
68 htab_print_statistics (FILE *f, const char *name, htab_t table) in htab_print_statistics()
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dhash.h28 extern void **htab_insert (htab_t, void * /* element */, int /* replace */);
32 extern void htab_print_statistics (FILE *f, const char *name, htab_t table);
74 str_hash_find (htab_t table, const char *key) in str_hash_find()
82 str_hash_find_n (htab_t table, const char *key, size_t n) in str_hash_find_n()
94 str_hash_delete (htab_t table, const char *key) in str_hash_delete()
101 str_hash_insert (htab_t table, const char *key, const void *value, int replace) in str_hash_insert()
110 static inline htab_t
H A Dhash.c28 htab_insert (htab_t htab, void *element, int replace) in htab_insert()
48 htab_print_statistics (FILE *f, const char *name, htab_t table) in htab_print_statistics()
H A Dmacro.h122 macro_entry_find (htab_t table, const char *name) in macro_entry_find()
167 formal_entry_find (htab_t table, const char *name) in formal_entry_find()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dread-md.h217 struct mapping *read_mapping (struct iterator_group *group, htab_t table);
226 htab_t get_md_constants () { return m_md_constants; } in get_md_constants()
284 htab_t m_ptr_locs;
294 htab_t m_joined_conditions;
301 htab_t m_md_constants;
304 htab_t m_enum_types;
318 htab_t m_overloads_htab;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dread-md.h217 struct mapping *read_mapping (struct iterator_group *group, htab_t table);
226 htab_t get_md_constants () { return m_md_constants; } in get_md_constants()
284 htab_t m_ptr_locs;
294 htab_t m_joined_conditions;
301 htab_t m_md_constants;
304 htab_t m_enum_types;
318 htab_t m_overloads_htab;
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-object.cc200 htab_t section_hash_table;
215 htab_t section_hash_table = (htab_t) loasd->section_hash_table; in lto_obj_add_section()
257 htab_t
261 htab_t section_hash_table; in lto_obj_build_section_table()
H A Dlto.h46 extern htab_t lto_obj_build_section_table (lto_file *file, struct lto_section_list *list);
47 extern htab_t lto_obj_create_section_hash_table (void);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-object.c204 htab_t section_hash_table;
219 htab_t section_hash_table = (htab_t) loasd->section_hash_table; in lto_obj_add_section()
261 htab_t
265 htab_t section_hash_table; in lto_obj_build_section_table()
H A Dlto.h46 extern htab_t lto_obj_build_section_table (lto_file *file, struct lto_section_list *list);
47 extern htab_t lto_obj_create_section_hash_table (void);
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-kvx.h161 htab_t opcode_hash;
163 htab_t reg_hash;
165 htab_t reloc_hash;
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dlibcoff-in.h135 htab_t section_by_target_index;
138 htab_t section_by_index;
165 htab_t comdat_hash;
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dcallbacks.hh60 htab_t m_registry;

12345678910>>...12