| /freebsd-10-stable/contrib/binutils/bfd/ |
| D | hash.c | 360 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *, in bfd_hash_table_init_n() 368 alloc = size * sizeof (struct bfd_hash_entry *); in bfd_hash_table_init_n() 395 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *, in bfd_hash_table_init() 415 struct bfd_hash_entry * 424 struct bfd_hash_entry *hashp; in bfd_hash_lookup() 478 struct bfd_hash_entry **newtable; in bfd_hash_lookup() 480 unsigned long alloc = newsize * sizeof (struct bfd_hash_entry *); in bfd_hash_lookup() 484 if (newsize == 0 || alloc / sizeof (struct bfd_hash_entry *) != newsize) in bfd_hash_lookup() 490 newtable = ((struct bfd_hash_entry **) in bfd_hash_lookup() 497 struct bfd_hash_entry *chain = table->table[hi]; in bfd_hash_lookup() [all …]
|
| D | bfd-in.h | 392 struct bfd_hash_entry struct 395 struct bfd_hash_entry *next; argument 408 struct bfd_hash_entry **table; argument 416 struct bfd_hash_entry *(*newfunc) 417 (struct bfd_hash_entry *, struct bfd_hash_table *, const char *); 434 struct bfd_hash_entry *(*) (struct bfd_hash_entry *, 442 struct bfd_hash_entry *(*) (struct bfd_hash_entry *, 455 extern struct bfd_hash_entry *bfd_hash_lookup 461 (struct bfd_hash_table *, struct bfd_hash_entry *old, 462 struct bfd_hash_entry *nw); [all …]
|
| D | libcoff-in.h | 408 struct bfd_hash_entry root; 535 extern struct bfd_hash_entry *_bfd_coff_link_hash_newfunc 536 (struct bfd_hash_entry *, struct bfd_hash_table *, const char *); 539 struct bfd_hash_entry *(*) (struct bfd_hash_entry *, 557 extern struct bfd_hash_entry *_bfd_coff_debug_merge_hash_newfunc 558 (struct bfd_hash_entry *, struct bfd_hash_table *, const char *);
|
| D | libbfd-in.h | 58 struct bfd_hash_entry root; 468 extern struct bfd_hash_entry *bfd_section_hash_newfunc 469 (struct bfd_hash_entry *, struct bfd_hash_table *, const char *); 472 extern struct bfd_hash_entry *_bfd_link_hash_newfunc 473 (struct bfd_hash_entry *entry, struct bfd_hash_table *table, 479 struct bfd_hash_entry *(*) (struct bfd_hash_entry *, 716 struct bfd_hash_entry root;
|
| D | libbfd.h | 63 struct bfd_hash_entry root; 473 extern struct bfd_hash_entry *bfd_section_hash_newfunc 474 (struct bfd_hash_entry *, struct bfd_hash_table *, const char *); 477 extern struct bfd_hash_entry *_bfd_link_hash_newfunc 478 (struct bfd_hash_entry *entry, struct bfd_hash_table *table, 484 struct bfd_hash_entry *(*) (struct bfd_hash_entry *, 721 struct bfd_hash_entry root;
|
| D | genlink.h | 106 struct bfd_hash_entry *_bfd_generic_link_hash_newfunc 107 (struct bfd_hash_entry *, struct bfd_hash_table *, const char *);
|
| D | libcoff.h | 412 struct bfd_hash_entry root; 539 extern struct bfd_hash_entry *_bfd_coff_link_hash_newfunc 540 (struct bfd_hash_entry *, struct bfd_hash_table *, const char *); 543 struct bfd_hash_entry *(*) (struct bfd_hash_entry *, 561 extern struct bfd_hash_entry *_bfd_coff_debug_merge_hash_newfunc 562 (struct bfd_hash_entry *, struct bfd_hash_table *, const char *);
|
| D | i386linux.c | 172 static struct bfd_hash_entry *linux_link_hash_newfunc 173 PARAMS ((struct bfd_hash_entry *, struct bfd_hash_table *, const char *)); 192 static struct bfd_hash_entry * 194 struct bfd_hash_entry *entry; in linux_link_hash_newfunc() 206 return (struct bfd_hash_entry *) ret; 210 NAME(aout,link_hash_newfunc) ((struct bfd_hash_entry *) ret, 217 return (struct bfd_hash_entry *) ret;
|
| D | sparclinux.c | 173 static struct bfd_hash_entry *linux_link_hash_newfunc 174 PARAMS ((struct bfd_hash_entry *, struct bfd_hash_table *, const char *)); 193 static struct bfd_hash_entry * 195 struct bfd_hash_entry *entry; in linux_link_hash_newfunc() 207 return (struct bfd_hash_entry *) ret; 211 NAME(aout,link_hash_newfunc) ((struct bfd_hash_entry *) ret, 218 return (struct bfd_hash_entry *) ret;
|
| D | linker.c | 437 struct bfd_hash_entry * 438 _bfd_link_hash_newfunc (struct bfd_hash_entry *entry, in _bfd_link_hash_newfunc() 474 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *, in _bfd_link_hash_table_init() 613 (bfd_boolean (*) (struct bfd_hash_entry *, void *)) func, in bfd_link_hash_traverse() 672 struct bfd_hash_entry * 673 _bfd_generic_link_hash_newfunc (struct bfd_hash_entry *entry, in _bfd_generic_link_hash_newfunc() 859 struct bfd_hash_entry root; 873 static struct bfd_hash_entry * 874 archive_hash_newfunc (struct bfd_hash_entry *entry, in archive_hash_newfunc() 889 bfd_hash_newfunc ((struct bfd_hash_entry *) ret, table, string)); in archive_hash_newfunc() [all …]
|
| D | stabs.c | 71 struct bfd_hash_entry root; 117 static struct bfd_hash_entry * 118 stab_link_includes_newfunc (struct bfd_hash_entry *entry, in stab_link_includes_newfunc() 135 bfd_hash_newfunc ((struct bfd_hash_entry *) ret, table, string)); in stab_link_includes_newfunc() 140 return (struct bfd_hash_entry *) ret; in stab_link_includes_newfunc()
|
| D | section.c | 710 struct bfd_hash_entry * 711 bfd_section_hash_newfunc (struct bfd_hash_entry *entry, in bfd_section_hash_newfunc() 719 entry = (struct bfd_hash_entry *) in bfd_section_hash_newfunc() 807 abfd->section_htab.size * sizeof (struct bfd_hash_entry *)); in bfd_section_list_clear()
|
| D | elf-strtab.c | 33 struct bfd_hash_entry root; 62 static struct bfd_hash_entry * 63 elf_strtab_hash_newfunc (struct bfd_hash_entry *entry, in elf_strtab_hash_newfunc()
|
| D | libaout.h | 574 extern struct bfd_hash_entry * NAME (aout, link_hash_newfunc) 575 (struct bfd_hash_entry *, struct bfd_hash_table *, const char *); 579 struct bfd_hash_entry *(*) (struct bfd_hash_entry *,
|
| D | bfd-in2.h | 399 struct bfd_hash_entry struct 402 struct bfd_hash_entry *next; argument 415 struct bfd_hash_entry **table; argument 423 struct bfd_hash_entry *(*newfunc) 424 (struct bfd_hash_entry *, struct bfd_hash_table *, const char *); 441 struct bfd_hash_entry *(*) (struct bfd_hash_entry *, 449 struct bfd_hash_entry *(*) (struct bfd_hash_entry *, 462 extern struct bfd_hash_entry *bfd_hash_lookup 468 (struct bfd_hash_table *, struct bfd_hash_entry *old, 469 struct bfd_hash_entry *nw); [all …]
|
| D | merge.c | 37 struct bfd_hash_entry root; 102 static struct bfd_hash_entry * 103 sec_merge_hash_newfunc (struct bfd_hash_entry *entry, in sec_merge_hash_newfunc() 229 table->table.table[index] = (struct bfd_hash_entry *) hashp; in sec_merge_hash_lookup()
|
| D | cofflink.c | 57 struct bfd_hash_entry * 58 _bfd_coff_link_hash_newfunc (struct bfd_hash_entry *entry, in _bfd_coff_link_hash_newfunc() 70 return (struct bfd_hash_entry *) ret; in _bfd_coff_link_hash_newfunc() 74 _bfd_link_hash_newfunc ((struct bfd_hash_entry *) ret, in _bfd_coff_link_hash_newfunc() 87 return (struct bfd_hash_entry *) ret; in _bfd_coff_link_hash_newfunc() 95 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *, in _bfd_coff_link_hash_table_init() 128 struct bfd_hash_entry * 129 _bfd_coff_debug_merge_hash_newfunc (struct bfd_hash_entry *entry, in _bfd_coff_debug_merge_hash_newfunc() 143 return (struct bfd_hash_entry *) ret; in _bfd_coff_debug_merge_hash_newfunc() 147 bfd_hash_newfunc ((struct bfd_hash_entry *) ret, table, string)); in _bfd_coff_debug_merge_hash_newfunc() [all …]
|
| D | coff-aux.c | 100 != (struct bfd_hash_entry *) NULL))
|
| D | coff-ppc.c | 126 static struct bfd_hash_entry *ppc_coff_link_hash_newfunc 127 PARAMS ((struct bfd_hash_entry *, struct bfd_hash_table *, 141 static struct bfd_hash_entry * 143 struct bfd_hash_entry *entry; in ppc_coff_link_hash_newfunc() 162 _bfd_coff_link_hash_newfunc ((struct bfd_hash_entry *) ret, 175 return (struct bfd_hash_entry *) ret; 183 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *, in ppc_coff_link_hash_table_init()
|
| D | elf-bfd.h | 1587 extern struct bfd_hash_entry *_bfd_elf_link_hash_newfunc 1588 (struct bfd_hash_entry *, struct bfd_hash_table *, const char *); 1600 struct bfd_hash_entry *(*) 1601 (struct bfd_hash_entry *, struct bfd_hash_table *, const char *),
|
| D | ecofflink.c | 37 static struct bfd_hash_entry *string_hash_newfunc 38 PARAMS ((struct bfd_hash_entry *, struct bfd_hash_table *, 290 struct bfd_hash_entry root; 304 static struct bfd_hash_entry * 306 struct bfd_hash_entry *entry; in string_hash_newfunc() 322 bfd_hash_newfunc ((struct bfd_hash_entry *) ret, table, string)); 331 return (struct bfd_hash_entry *) ret;
|
| /freebsd-10-stable/contrib/binutils/ld/ |
| D | ldcref.c | 58 struct bfd_hash_entry root; 91 (bfd_boolean (*) (struct bfd_hash_entry *, void *)) (func), \ 108 static struct bfd_hash_entry **old_table; 118 static struct bfd_hash_entry * 119 cref_hash_newfunc (struct bfd_hash_entry *entry, in cref_hash_newfunc() 135 bfd_hash_newfunc ((struct bfd_hash_entry *) ret, table, string)); in cref_hash_newfunc() 218 struct bfd_hash_entry *p; in handle_asneeded_cref() 231 tabsize = cref_table.root.size * sizeof (struct bfd_hash_entry *); in handle_asneeded_cref() 248 struct bfd_hash_entry *p; in handle_asneeded_cref() 290 struct bfd_hash_entry *p; in handle_asneeded_cref()
|
| D | ldmain.c | 782 sizeof (struct bfd_hash_entry), in add_ysym() 801 sizeof (struct bfd_hash_entry), in add_wrap() 833 sizeof (struct bfd_hash_entry))) in add_keepsyms_file() 1333 sizeof (struct bfd_hash_entry))) in undefined_symbol()
|
| /freebsd-10-stable/gnu/usr.bin/binutils/libbfd/ |
| D | bfd.h | 405 struct bfd_hash_entry struct 408 struct bfd_hash_entry *next; argument 421 struct bfd_hash_entry **table; argument 429 struct bfd_hash_entry *(*newfunc) 430 (struct bfd_hash_entry *, struct bfd_hash_table *, const char *); 447 struct bfd_hash_entry *(*) (struct bfd_hash_entry *, 455 struct bfd_hash_entry *(*) (struct bfd_hash_entry *, 468 extern struct bfd_hash_entry *bfd_hash_lookup 474 (struct bfd_hash_table *, struct bfd_hash_entry *old, 475 struct bfd_hash_entry *nw); [all …]
|
| /freebsd-10-stable/contrib/binutils/binutils/ |
| D | wrstabs.c | 45 struct bfd_hash_entry root; 174 static struct bfd_hash_entry *string_hash_newfunc 175 (struct bfd_hash_entry *, struct bfd_hash_table *, const char *); 300 static struct bfd_hash_entry * 301 string_hash_newfunc (struct bfd_hash_entry *entry, in string_hash_newfunc() 316 bfd_hash_newfunc ((struct bfd_hash_entry *) ret, table, string)); in string_hash_newfunc() 326 return (struct bfd_hash_entry *) ret; in string_hash_newfunc()
|