Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dcoff-arm.c854 bfd_size_type thumb_glue_size; member
889 ret->thumb_glue_size = 0; in coff_arm_link_hash_table_create()
1475 BFD_ASSERT (my_offset <= globals->thumb_glue_size); in coff_arm_relocate_section()
1761 if (globals->thumb_glue_size != 0) in bfd_arm_allocate_interworking_sections()
1770 foo = bfd_alloc (globals->bfd_of_glue_owner, globals->thumb_glue_size); in bfd_arm_allocate_interworking_sections()
1772 s->size = globals->thumb_glue_size; in bfd_arm_allocate_interworking_sections()
1876 val = globals->thumb_glue_size + 1; in record_thumb_to_arm_glue()
1899 val = globals->thumb_glue_size + (globals->support_old_code ? 8 : 4); in record_thumb_to_arm_glue()
1905 globals->thumb_glue_size += THUMB2ARM_GLUE_SIZE; in record_thumb_to_arm_glue()
Delf32-arm.c1619 bfd_size_type thumb_glue_size; member
1866 ret->thumb_glue_size = 0; in elf32_arm_link_hash_table_create()
2035 if (globals->thumb_glue_size != 0) in bfd_elf32_arm_allocate_interworking_sections()
2044 foo = bfd_alloc (globals->bfd_of_glue_owner, globals->thumb_glue_size); in bfd_elf32_arm_allocate_interworking_sections()
2046 s->size = globals->thumb_glue_size; in bfd_elf32_arm_allocate_interworking_sections()
2154 val = hash_table->thumb_glue_size + 1; in record_thumb_to_arm_glue()
2178 val = hash_table->thumb_glue_size + 4, in record_thumb_to_arm_glue()
2185 hash_table->thumb_glue_size += THUMB2ARM_GLUE_SIZE; in record_thumb_to_arm_glue()
2605 BFD_ASSERT (my_offset <= globals->thumb_glue_size); in elf32_thumb_to_arm_stub()