Home
last modified time | relevance | path

Searched refs:htab_create_alloc (Results 1 – 23 of 23) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A Dhashtab.h151 extern htab_t htab_create_alloc (size_t, htab_hash,
H A DChangeLog-9103410 (htab_create_alloc): New.
/openbsd-src/gnu/gcc/include/
H A Dhashtab.h151 extern htab_t htab_create_alloc (size_t, htab_hash,
H A DChangeLog-9103410 (htab_create_alloc): New.
/openbsd-src/gnu/lib/libiberty/include/
H A Dhashtab.h151 extern htab_t htab_create_alloc (size_t, htab_hash,
H A DChangeLog175 (htab_create_alloc): New.
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dggc.h116 htab_create_alloc (SIZE, HASH, EQ, DEL, ggc_calloc, NULL)
/openbsd-src/gnu/usr.bin/binutils/include/
H A Dhashtab.h138 extern htab_t htab_create_alloc PARAMS ((size_t, htab_hash,
H A DChangeLog227 (htab_create_alloc): New.
H A DChangeLog-9103454 (htab_create_alloc): New.
/openbsd-src/gnu/lib/libiberty/src/
H A Dhashtab.c288 htab_create_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc() function
374 return htab_create_alloc (size, hash_f, eq_f, del_f, xcalloc, free); in htab_create()
380 return htab_create_alloc (size, hash_f, eq_f, del_f, calloc, free); in htab_try_create()
H A DChangeLog640 htab_create_alloc, htab_set_functions_ex, htab_create,
1012 (htab_create_alloc, htab_create_alloc_ex): Store prime index.
2109 (htab_create_alloc): New.
/openbsd-src/gnu/gcc/gcc/
H A Dggc.h243 htab_create_alloc (SIZE, HASH, EQ, DEL, ggc_calloc, NULL)
H A Dgensupport.c1362 predicate_table = htab_create_alloc (37, hash_struct_pred_data, in init_predicate_table()
H A Dgenmodes.c1280 modes_by_name = htab_create_alloc (64, hash_mode, eq_mode, 0, xcalloc, free); in main()
/openbsd-src/gnu/gcc/libcpp/
H A Dfiles.c1004 pfile->file_hash = htab_create_alloc (127, file_hash_hash, file_hash_eq, in _cpp_init_files()
1006 pfile->dir_hash = htab_create_alloc (127, file_hash_hash, file_hash_eq, in _cpp_init_files()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Darchive.c329 hash_table = htab_create_alloc (16, hash_file_ptr, eq_file_ptr, in _bfd_add_bfd_to_archive_cache()
H A DChangeLog-02038155 * merge.c (merge_strings): Use htab_create_alloc with calloc, not
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dclass.c2347 return htab_create_alloc (size, java_treetreehash_hash,
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dsymtab.c433 objfile->demangled_names_hash = htab_create_alloc in create_demangled_names_hash()
H A Dada-lang.c8747 decoded_names_store = htab_create_alloc in _initialize_ada_language()
H A DChangeLog2383 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A DChangeLog-02038155 * merge.c (merge_strings): Use htab_create_alloc with calloc, not