Home
last modified time | relevance | path

Searched refs:is_linker_output (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dlinker.c478 BFD_ASSERT (!abfd->is_linker_output && !abfd->link.hash); in _bfd_link_hash_table_init()
489 abfd->is_linker_output = TRUE; in _bfd_link_hash_table_init()
780 BFD_ASSERT (obfd->is_linker_output && obfd->link.hash); in _bfd_generic_link_hash_table_free()
785 obfd->is_linker_output = FALSE; in _bfd_generic_link_hash_table_free()
Delf-m10300.c4611 obfd->is_linker_output = TRUE; in elf32_mn10300_link_hash_table_free()
4646 abfd->is_linker_output = FALSE; in elf32_mn10300_link_hash_table_create()
4653 abfd->is_linker_output = TRUE; in elf32_mn10300_link_hash_table_create()
DChangeLog1471 * bfd.c (struct bfd): Add is_linker_output field.
1474 link.hash and is_linker_output.
1476 param with bfd*. Assert is_linker_output and link.hash, and
1479 bfd_link_hash_table* param with bfd*. Hack is_linker_output
Darchive.c2762 if (abfd->is_linker_output) in _bfd_archive_close_and_cleanup()
Dbfd-in2.h6432 unsigned int is_linker_output : 1; member