Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/bfd/
H A Dcoff-arm.c925 bfd_size_type thumb_glue_size; member
961 ret->thumb_glue_size = 0;
1560 BFD_ASSERT (my_offset <= globals->thumb_glue_size);
1865 if (globals->thumb_glue_size != 0)
1875 globals->thumb_glue_size);
1877 memset (foo, test_char, (size_t) globals->thumb_glue_size);
1880 s->_raw_size = s->_cooked_size = globals->thumb_glue_size;
1985 val = globals->thumb_glue_size + 1;
2008 val = globals->thumb_glue_size + (globals->support_old_code ? 8 : 4);
2014 globals->thumb_glue_size += THUMB2ARM_GLUE_SIZE;
H A Delf32-arm.h238 bfd_size_type thumb_glue_size; member
429 ret->thumb_glue_size = 0;
572 if (globals->thumb_glue_size != 0)
582 globals->thumb_glue_size);
584 s->_raw_size = s->_cooked_size = globals->thumb_glue_size;
689 val = hash_table->thumb_glue_size + 1;
713 val = hash_table->thumb_glue_size + 4,
720 hash_table->thumb_glue_size += THUMB2ARM_GLUE_SIZE;
1101 BFD_ASSERT (my_offset <= globals->thumb_glue_size);
H A DChangeLog-00012551 thumb_glue_size and arm_glue_size.
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff-arm.c854 bfd_size_type thumb_glue_size; member
891 ret->thumb_glue_size = 0; in coff_arm_link_hash_table_create()
1477 BFD_ASSERT (my_offset <= globals->thumb_glue_size); in coff_arm_relocate_section()
1763 if (globals->thumb_glue_size != 0) in bfd_arm_allocate_interworking_sections()
1772 foo = bfd_alloc (globals->bfd_of_glue_owner, globals->thumb_glue_size); in bfd_arm_allocate_interworking_sections()
1774 s->size = globals->thumb_glue_size; in bfd_arm_allocate_interworking_sections()
1878 val = globals->thumb_glue_size + 1; in record_thumb_to_arm_glue()
1901 val = globals->thumb_glue_size + (globals->support_old_code ? 8 : 4); in record_thumb_to_arm_glue()
1907 globals->thumb_glue_size += THUMB2ARM_GLUE_SIZE; in record_thumb_to_arm_glue()
H A Delf32-arm.c1712 bfd_size_type thumb_glue_size; member
1993 ret->thumb_glue_size = 0; in elf32_arm_link_hash_table_create()
2163 if (globals->thumb_glue_size != 0) in bfd_elf32_arm_allocate_interworking_sections()
2172 foo = bfd_alloc (globals->bfd_of_glue_owner, globals->thumb_glue_size); in bfd_elf32_arm_allocate_interworking_sections()
2174 s->size = globals->thumb_glue_size; in bfd_elf32_arm_allocate_interworking_sections()
2282 val = hash_table->thumb_glue_size + 1; in record_thumb_to_arm_glue()
2306 val = hash_table->thumb_glue_size + 4, in record_thumb_to_arm_glue()
2313 hash_table->thumb_glue_size += THUMB2ARM_GLUE_SIZE; in record_thumb_to_arm_glue()
2741 BFD_ASSERT (my_offset <= globals->thumb_glue_size); in elf32_thumb_to_arm_stub()
H A DChangeLog-00012551 thumb_glue_size and arm_glue_size.