Home
last modified time | relevance | path

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

/trueos/contrib/binutils/bfd/
HDcoff-arm.c897 bfd_size_type thumb_glue_size; member
934 ret->thumb_glue_size = 0; in coff_arm_link_hash_table_create()
1522 BFD_ASSERT (my_offset <= globals->thumb_glue_size); in coff_arm_relocate_section()
1808 if (globals->thumb_glue_size != 0) in bfd_arm_allocate_interworking_sections()
1817 foo = bfd_alloc (globals->bfd_of_glue_owner, globals->thumb_glue_size); in bfd_arm_allocate_interworking_sections()
1819 s->size = globals->thumb_glue_size; in bfd_arm_allocate_interworking_sections()
1923 val = globals->thumb_glue_size + 1; in record_thumb_to_arm_glue()
1946 val = globals->thumb_glue_size + (globals->support_old_code ? 8 : 4); in record_thumb_to_arm_glue()
1952 globals->thumb_glue_size += THUMB2ARM_GLUE_SIZE; in record_thumb_to_arm_glue()
HDelf32-arm.c2182 bfd_size_type thumb_glue_size; member
2480 ret->thumb_glue_size = 0; in elf32_arm_link_hash_table_create()
2664 if (globals->thumb_glue_size != 0) in bfd_elf32_arm_allocate_interworking_sections()
2673 foo = bfd_alloc (globals->bfd_of_glue_owner, globals->thumb_glue_size); in bfd_elf32_arm_allocate_interworking_sections()
2675 BFD_ASSERT (s->size == globals->thumb_glue_size); in bfd_elf32_arm_allocate_interworking_sections()
2808 val = hash_table->thumb_glue_size + 1; in record_thumb_to_arm_glue()
2832 val = hash_table->thumb_glue_size + 4, in record_thumb_to_arm_glue()
2840 hash_table->thumb_glue_size += THUMB2ARM_GLUE_SIZE; in record_thumb_to_arm_glue()
4117 BFD_ASSERT (my_offset <= globals->thumb_glue_size); in elf32_thumb_to_arm_stub()
9718 if (htab->thumb_glue_size > 0) in elf32_arm_output_arch_local_syms()
[all …]
HDChangeLog-00012551 thumb_glue_size and arm_glue_size.