Searched refs:_bfd_link_hash_table_init (Results 1 – 25 of 26) sorted by relevance
12
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | libbfd-in.h | 420 extern bfd_boolean _bfd_link_hash_table_init
|
| D | libbfd.h | 425 extern bfd_boolean _bfd_link_hash_table_init
|
| D | linker.c | 468 _bfd_link_hash_table_init in _bfd_link_hash_table_init() function 670 if (! _bfd_link_hash_table_init (&ret->root, abfd, in _bfd_generic_link_hash_table_create()
|
| D | coff-h8300.c | 206 if (!_bfd_link_hash_table_init (&ret->root.root, abfd, in h8300_coff_link_hash_table_create()
|
| D | cofflink.c | 100 return _bfd_link_hash_table_init (&table->root, abfd, newfunc); in _bfd_coff_link_hash_table_init()
|
| D | pdp11.c | 2873 return _bfd_link_hash_table_init (&table->root, abfd, newfunc);
|
| D | ecoff.c | 3449 if (! _bfd_link_hash_table_init (&ret->root, abfd,
|
| D | aoutx.h | 3061 return _bfd_link_hash_table_init (&table->root, abfd, newfunc);
|
| D | xcofflink.c | 489 if (! _bfd_link_hash_table_init (&ret->root, abfd, xcoff_link_hash_newfunc))
|
| D | elf.c | 1455 ret = _bfd_link_hash_table_init (&table->root, abfd, newfunc); in _bfd_elf_link_hash_table_init()
|
| D | ChangeLog-0001 | 3170 * linker.c (_bfd_link_hash_table_init): Set the linker hash
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | libbfd-in.h | 474 extern bfd_boolean _bfd_link_hash_table_init
|
| D | libbfd.h | 479 extern bfd_boolean _bfd_link_hash_table_init
|
| D | linker.c | 470 _bfd_link_hash_table_init in _bfd_link_hash_table_init() function 712 if (! _bfd_link_hash_table_init (&ret->root, abfd, in _bfd_generic_link_hash_table_create()
|
| D | coff-h8300.c | 200 if (!_bfd_link_hash_table_init (&ret->root.root, abfd, in h8300_coff_link_hash_table_create()
|
| D | cofflink.c | 101 return _bfd_link_hash_table_init (&table->root, abfd, newfunc, entsize); in _bfd_coff_link_hash_table_init()
|
| D | pdp11.c | 2453 return _bfd_link_hash_table_init (&table->root, abfd, newfunc, entsize); in NAME()
|
| D | ecoff.c | 3288 if (!_bfd_link_hash_table_init (&ret->root, abfd, in _bfd_ecoff_bfd_link_hash_table_create()
|
| D | aoutx.h | 2865 return _bfd_link_hash_table_init (&table->root, abfd, newfunc, entsize); in NAME()
|
| D | xcofflink.c | 447 if (!_bfd_link_hash_table_init (&ret->root, abfd, xcoff_link_hash_newfunc, in _bfd_xcoff_bfd_link_hash_table_create()
|
| D | elf.c | 1617 ret = _bfd_link_hash_table_init (&table->root, abfd, newfunc, entsize); in _bfd_elf_link_hash_table_init()
|
| D | ChangeLog-0001 | 3170 * linker.c (_bfd_link_hash_table_init): Set the linker hash
|
| D | ChangeLog-9495 | 6766 NAME(aout,link_hash_table_init), not _bfd_link_hash_table_init.
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/doc/ |
| D | hash.texi | 227 table, this is @code{_bfd_link_hash_table_init} in @code{linker.c}.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/doc/ |
| D | hash.texi | 229 table, this is @code{_bfd_link_hash_table_init} in @code{linker.c}.
|
12