Home
last modified time | relevance | path

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

/trueos/contrib/binutils/bfd/
HDcoff-arm.c900 bfd_size_type arm_glue_size; member
935 ret->arm_glue_size = 0; in coff_arm_link_hash_table_create()
1389 BFD_ASSERT (my_offset <= globals->arm_glue_size); in coff_arm_relocate_section()
1793 if (globals->arm_glue_size != 0) in bfd_arm_allocate_interworking_sections()
1802 foo = bfd_alloc (globals->bfd_of_glue_owner, globals->arm_glue_size); in bfd_arm_allocate_interworking_sections()
1804 s->size = globals->arm_glue_size; in bfd_arm_allocate_interworking_sections()
1870 val = globals->arm_glue_size + 1; in record_arm_to_thumb_glue()
1876 globals->arm_glue_size += ARM2THUMB_GLUE_SIZE; in record_arm_to_thumb_glue()
HDelf32-arm.c2185 bfd_size_type arm_glue_size; member
2481 ret->arm_glue_size = 0; in elf32_arm_link_hash_table_create()
2649 if (globals->arm_glue_size != 0) in bfd_elf32_arm_allocate_interworking_sections()
2658 foo = bfd_alloc (globals->bfd_of_glue_owner, globals->arm_glue_size); in bfd_elf32_arm_allocate_interworking_sections()
2660 BFD_ASSERT (s->size == globals->arm_glue_size); in bfd_elf32_arm_allocate_interworking_sections()
2743 val = globals->arm_glue_size + 1; in record_arm_to_thumb_glue()
2763 globals->arm_glue_size += size; in record_arm_to_thumb_glue()
4229 BFD_ASSERT (my_offset <= globals->arm_glue_size); in elf32_arm_create_thumb_stub()
9695 if (htab->arm_glue_size > 0) in elf32_arm_output_arch_local_syms()
9710 for (offset = 0; offset < htab->arm_glue_size; offset += size) in elf32_arm_output_arch_local_syms()
HDChangeLog-00012551 thumb_glue_size and arm_glue_size.