Searched refs:htab_create (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/include/ |
D | hashtab.h | 164 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del);
|
D | ChangeLog-9103 | 391 (htab_create): Don't use a macro that requires other headers. 395 * hashtab.h (htab_create): Restore prototype for backward 411 (htab_create): Replace with #define. 1013 (htab_create): Add fourth argument.
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | hashtab.c | 396 #undef htab_create 398 htab_create (size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f) in htab_create() function
|
D | ChangeLog | 2611 htab_create_alloc, htab_set_functions_ex, htab_create, 4072 * hashtab.c (htab_create): New stub function for backward 4078 * hashtab.c (htab_create): Delete. 4927 (htab_create): Update comment to cover memory allocation. 4935 (htab_create, htab_expand): Correct formatting of comment before 5573 * hashtab.c (htab_create): Set del_f. 5586 htab_create, htab_delete, htab_empty, htab_find_slot,
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | xcofflink.c | 608 ret->archive_info = htab_create (37, xcoff_archive_info_hash, in _bfd_xcoff_bfd_link_hash_table_create()
|
D | elfxx-mips.c | 4375 g->got_entries = htab_create (htab_size (oldg.got_entries), in mips_elf_resolve_final_got_entries()
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldlang.c | 7769 head->htab = htab_create (count * 2, version_expr_head_hash, in lang_finalize_version_expr_head()
|