Searched refs:is_linker_output (Results 1 – 5 of 5) sorted by relevance
478 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()
4611 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()
1471 * 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, and1479 bfd_link_hash_table* param with bfd*. Hack is_linker_output
2762 if (abfd->is_linker_output) in _bfd_archive_close_and_cleanup()
6432 unsigned int is_linker_output : 1; member