Home
last modified time | relevance | path

Searched refs:bfd_of_glue_owner (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dcoff-arm.c901 bfd * bfd_of_glue_owner; member
1346 BFD_ASSERT (globals->bfd_of_glue_owner != NULL); in coff_arm_relocate_section()
1350 s = bfd_get_section_by_name (globals->bfd_of_glue_owner, in coff_arm_relocate_section()
1434 BFD_ASSERT (globals->bfd_of_glue_owner != NULL); in coff_arm_relocate_section()
1438 s = bfd_get_section_by_name (globals->bfd_of_glue_owner, in coff_arm_relocate_section()
1794 BFD_ASSERT (globals->bfd_of_glue_owner != NULL); in bfd_arm_allocate_interworking_sections()
1797 (globals->bfd_of_glue_owner, ARM2THUMB_GLUE_SECTION_NAME); in bfd_arm_allocate_interworking_sections()
1801 foo = bfd_alloc (globals->bfd_of_glue_owner, globals->arm_glue_size); in bfd_arm_allocate_interworking_sections()
1809 BFD_ASSERT (globals->bfd_of_glue_owner != NULL); in bfd_arm_allocate_interworking_sections()
1812 (globals->bfd_of_glue_owner, THUMB2ARM_GLUE_SECTION_NAME); in bfd_arm_allocate_interworking_sections()
[all …]
Delf32-arm.c2952 bfd * bfd_of_glue_owner; member
5764 arm_allocate_glue_section_space (globals->bfd_of_glue_owner, in bfd_elf32_arm_allocate_interworking_sections()
5768 arm_allocate_glue_section_space (globals->bfd_of_glue_owner, in bfd_elf32_arm_allocate_interworking_sections()
5772 arm_allocate_glue_section_space (globals->bfd_of_glue_owner, in bfd_elf32_arm_allocate_interworking_sections()
5776 arm_allocate_glue_section_space (globals->bfd_of_glue_owner, in bfd_elf32_arm_allocate_interworking_sections()
5801 BFD_ASSERT (globals->bfd_of_glue_owner != NULL); in record_arm_to_thumb_glue()
5804 (globals->bfd_of_glue_owner, ARM2THUMB_GLUE_SECTION_NAME); in record_arm_to_thumb_glue()
5831 _bfd_generic_link_add_one_symbol (link_info, globals->bfd_of_glue_owner, in record_arm_to_thumb_glue()
5873 BFD_ASSERT (globals->bfd_of_glue_owner != NULL); in record_arm_bx_glue()
5880 (globals->bfd_of_glue_owner, ARM_BX_GLUE_SECTION_NAME); in record_arm_bx_glue()
[all …]