| /openbsd-src/gnu/usr.bin/binutils-2.17/include/ |
| H A D | hashtab.h | 151 extern htab_t htab_create_alloc (size_t, htab_hash,
|
| H A D | ChangeLog-9103 | 410 (htab_create_alloc): New.
|
| /openbsd-src/gnu/gcc/include/ |
| H A D | hashtab.h | 151 extern htab_t htab_create_alloc (size_t, htab_hash,
|
| H A D | ChangeLog-9103 | 410 (htab_create_alloc): New.
|
| /openbsd-src/gnu/lib/libiberty/include/ |
| H A D | hashtab.h | 151 extern htab_t htab_create_alloc (size_t, htab_hash,
|
| H A D | ChangeLog | 175 (htab_create_alloc): New.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ggc.h | 116 htab_create_alloc (SIZE, HASH, EQ, DEL, ggc_calloc, NULL)
|
| /openbsd-src/gnu/usr.bin/binutils/include/ |
| H A D | hashtab.h | 138 extern htab_t htab_create_alloc PARAMS ((size_t, htab_hash,
|
| H A D | ChangeLog | 227 (htab_create_alloc): New.
|
| H A D | ChangeLog-9103 | 454 (htab_create_alloc): New.
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | hashtab.c | 288 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 D | ChangeLog | 640 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 D | ggc.h | 243 htab_create_alloc (SIZE, HASH, EQ, DEL, ggc_calloc, NULL)
|
| H A D | gensupport.c | 1362 predicate_table = htab_create_alloc (37, hash_struct_pred_data, in init_predicate_table()
|
| H A D | genmodes.c | 1280 modes_by_name = htab_create_alloc (64, hash_mode, eq_mode, 0, xcalloc, free); in main()
|
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | files.c | 1004 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 D | archive.c | 329 hash_table = htab_create_alloc (16, hash_file_ptr, eq_file_ptr, in _bfd_add_bfd_to_archive_cache()
|
| H A D | ChangeLog-0203 | 8155 * merge.c (merge_strings): Use htab_create_alloc with calloc, not
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | class.c | 2347 return htab_create_alloc (size, java_treetreehash_hash,
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | symtab.c | 433 objfile->demangled_names_hash = htab_create_alloc in create_demangled_names_hash()
|
| H A D | ada-lang.c | 8747 decoded_names_store = htab_create_alloc in _initialize_ada_language()
|
| H A D | ChangeLog | 2383 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | ChangeLog-0203 | 8155 * merge.c (merge_strings): Use htab_create_alloc with calloc, not
|