Searched refs:bfd_link_hash_table (Results 1 – 25 of 56) sorted by relevance
123
| /mirbsd/src/gnu/usr.bin/binutils/include/ |
| D | bfdlink.h | 158 struct bfd_link_hash_table struct 180 (struct bfd_link_hash_table *, const char *, bfd_boolean create, argument 193 (struct bfd_link_hash_table *, 199 (struct bfd_link_hash_table *, struct bfd_link_hash_entry *); 203 (struct bfd_link_hash_table *table); 360 struct bfd_link_hash_table *hash;
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | libcoff-in.h | 276 struct bfd_link_hash_table root; 541 extern struct bfd_link_hash_table *_bfd_coff_link_hash_table_create 581 extern struct bfd_link_hash_table *_bfd_xcoff_bfd_link_hash_table_create 584 (struct bfd_link_hash_table *);
|
| D | libbfd-in.h | 389 ((struct bfd_link_hash_table *(*) (bfd *)) bfd_nullvoidptr) 391 ((void (*) (struct bfd_link_hash_table *)) bfd_void) 465 (struct bfd_link_hash_table *, bfd *, 471 extern struct bfd_link_hash_table *_bfd_generic_link_hash_table_create 476 (struct bfd_link_hash_table *);
|
| D | libbfd.h | 394 ((struct bfd_link_hash_table *(*) (bfd *)) bfd_nullvoidptr) 396 ((void (*) (struct bfd_link_hash_table *)) bfd_void) 470 (struct bfd_link_hash_table *, bfd *, 476 extern struct bfd_link_hash_table *_bfd_generic_link_hash_table_create 481 (struct bfd_link_hash_table *);
|
| D | libecoff.h | 218 struct bfd_link_hash_table root; 307 extern struct bfd_link_hash_table *_bfd_ecoff_bfd_link_hash_table_create
|
| D | genlink.h | 54 struct bfd_link_hash_table root;
|
| D | elf32-m68hc12.c | 42 static struct bfd_link_hash_table* m68hc12_elf_bfd_link_hash_table_create 495 static struct bfd_link_hash_table *
|
| D | m68klinux.c | 177 static struct bfd_link_hash_table *linux_link_hash_table_create 225 static struct bfd_link_hash_table * 236 return (struct bfd_link_hash_table *) NULL; 242 return (struct bfd_link_hash_table *) NULL;
|
| D | libcoff.h | 280 struct bfd_link_hash_table root; 545 extern struct bfd_link_hash_table *_bfd_coff_link_hash_table_create 585 extern struct bfd_link_hash_table *_bfd_xcoff_bfd_link_hash_table_create 588 (struct bfd_link_hash_table *);
|
| D | sparclinux.c | 177 static struct bfd_link_hash_table *linux_link_hash_table_create 225 static struct bfd_link_hash_table * 234 return (struct bfd_link_hash_table *) NULL; 239 return (struct bfd_link_hash_table *) NULL;
|
| D | i386linux.c | 176 static struct bfd_link_hash_table *linux_link_hash_table_create 224 static struct bfd_link_hash_table * 233 return (struct bfd_link_hash_table *) NULL; 238 return (struct bfd_link_hash_table *) NULL;
|
| D | elfxx-sparc.h | 95 extern struct bfd_link_hash_table *_bfd_sparc_elf_link_hash_table_create
|
| D | elf32-m68hc1x.h | 138 extern void m68hc11_elf_bfd_link_hash_table_free (struct bfd_link_hash_table*);
|
| D | elfxx-mips.h | 91 extern struct bfd_link_hash_table *_bfd_mips_elf_link_hash_table_create
|
| D | linker.c | 471 (struct bfd_link_hash_table *table, in _bfd_link_hash_table_init() 490 bfd_link_hash_lookup (struct bfd_link_hash_table *table, in bfd_link_hash_lookup() 606 (struct bfd_link_hash_table *table, in bfd_link_hash_traverse() 618 bfd_link_add_undef (struct bfd_link_hash_table *table, in bfd_link_add_undef() 637 bfd_link_repair_undef_list (struct bfd_link_hash_table *table) in bfd_link_repair_undef_list() 702 struct bfd_link_hash_table * 721 _bfd_generic_link_hash_table_free (struct bfd_link_hash_table *hash) in _bfd_generic_link_hash_table_free()
|
| D | libaout.h | 115 struct bfd_link_hash_table root; 580 extern struct bfd_link_hash_table * NAME (aout, link_hash_table_create)
|
| D | elf-bfd.h | 339 struct bfd_link_hash_table root; 430 (((struct bfd_link_hash_table *) (htab))->type == bfd_link_elf_hash_table) 1424 extern struct bfd_link_hash_table *_bfd_elf_link_hash_table_create
|
| D | elf32-m68hc11.c | 43 static struct bfd_link_hash_table* m68hc11_elf_bfd_link_hash_table_create 455 static struct bfd_link_hash_table *
|
| D | vms.c | 1468 static struct bfd_link_hash_table * 1480 vms_bfd_link_hash_table_free (struct bfd_link_hash_table *hash ATTRIBUTE_UNUSED) in vms_bfd_link_hash_table_free()
|
| D | coff-h8300.c | 114 static struct bfd_link_hash_table *h8300_coff_link_hash_table_create (bfd *); 197 static struct bfd_link_hash_table *
|
| D | elf-m10300.c | 122 static struct bfd_link_hash_table *elf32_mn10300_link_hash_table_create 125 PARAMS ((struct bfd_link_hash_table *)); 3703 static struct bfd_link_hash_table * 3745 struct bfd_link_hash_table *hash; in elf32_mn10300_link_hash_table_free() 3751 ((struct bfd_link_hash_table *) ret->static_hash_table); 3753 ((struct bfd_link_hash_table *) ret);
|
| D | coff-ppc.c | 135 static struct bfd_link_hash_table *ppc_coff_link_hash_table_create 199 static struct bfd_link_hash_table * 213 return (struct bfd_link_hash_table *) NULL;
|
| /mirbsd/src/gnu/usr.bin/binutils/include/coff/ |
| D | xcoff.h | 331 struct bfd_link_hash_table root;
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/doc/ |
| D | linker.texi | 44 derived from @code{struct bfd_link_hash_table} described in 53 simply create a @code{struct bfd_link_hash_table}. Most likely, 62 derived from @code{struct bfd_link_hash_table}. The a.out linker 109 bfd_link_hash_table}.
|
| D | targets.texi | 415 struct bfd_link_hash_table * 419 void (*_bfd_link_hash_table_free) (struct bfd_link_hash_table *);
|
123