HomeSort by: relevance | last modified time | path
    Searched defs:thumb_glue_size (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
coff-arm.c 905 bfd_size_type thumb_glue_size; member in struct:coff_arm_link_hash_table
1533 BFD_ASSERT (my_offset <= globals->thumb_glue_size);
1817 if (globals->thumb_glue_size != 0)
1826 foo = bfd_alloc (globals->bfd_of_glue_owner, globals->thumb_glue_size);
1828 s->size = globals->thumb_glue_size;
1933 val = globals->thumb_glue_size + 1;
1956 val = globals->thumb_glue_size + (globals->support_old_code ? 8 : 4);
1962 globals->thumb_glue_size += THUMB2ARM_GLUE_SIZE;
elf32-arm.c 3242 bfd_size_type thumb_glue_size; member in struct:elf32_arm_link_hash_table
7229 globals->thumb_glue_size,
9150 BFD_ASSERT (my_offset <= globals->thumb_glue_size);
18111 if (htab->thumb_glue_size > 0)
18120 for (offset = 0; offset < htab->thumb_glue_size; offset += size)
  /src/external/gpl3/binutils.old/dist/bfd/
coff-arm.c 905 bfd_size_type thumb_glue_size; member in struct:coff_arm_link_hash_table
1533 BFD_ASSERT (my_offset <= globals->thumb_glue_size);
1817 if (globals->thumb_glue_size != 0)
1826 foo = bfd_alloc (globals->bfd_of_glue_owner, globals->thumb_glue_size);
1828 s->size = globals->thumb_glue_size;
1933 val = globals->thumb_glue_size + 1;
1956 val = globals->thumb_glue_size + (globals->support_old_code ? 8 : 4);
1962 globals->thumb_glue_size += THUMB2ARM_GLUE_SIZE;
elf32-arm.c 3301 bfd_size_type thumb_glue_size; member in struct:elf32_arm_link_hash_table
7303 globals->thumb_glue_size,
9224 BFD_ASSERT (my_offset <= globals->thumb_glue_size);
18284 if (htab->thumb_glue_size > 0)
18293 for (offset = 0; offset < htab->thumb_glue_size; offset += size)
  /src/external/gpl3/gdb.old/dist/bfd/
coff-arm.c 905 bfd_size_type thumb_glue_size; member in struct:coff_arm_link_hash_table
1533 BFD_ASSERT (my_offset <= globals->thumb_glue_size);
1816 if (globals->thumb_glue_size != 0)
1825 foo = bfd_alloc (globals->bfd_of_glue_owner, globals->thumb_glue_size);
1827 s->size = globals->thumb_glue_size;
1931 val = globals->thumb_glue_size + 1;
1954 val = globals->thumb_glue_size + (globals->support_old_code ? 8 : 4);
1960 globals->thumb_glue_size += THUMB2ARM_GLUE_SIZE;
elf32-arm.c 3299 bfd_size_type thumb_glue_size; member in struct:elf32_arm_link_hash_table
7297 globals->thumb_glue_size,
9218 BFD_ASSERT (my_offset <= globals->thumb_glue_size);
18276 if (htab->thumb_glue_size > 0)
18285 for (offset = 0; offset < htab->thumb_glue_size; offset += size)
  /src/external/gpl3/gdb/dist/bfd/
coff-arm.c 905 bfd_size_type thumb_glue_size; member in struct:coff_arm_link_hash_table
1533 BFD_ASSERT (my_offset <= globals->thumb_glue_size);
1817 if (globals->thumb_glue_size != 0)
1826 foo = bfd_alloc (globals->bfd_of_glue_owner, globals->thumb_glue_size);
1828 s->size = globals->thumb_glue_size;
1933 val = globals->thumb_glue_size + 1;
1956 val = globals->thumb_glue_size + (globals->support_old_code ? 8 : 4);
1962 globals->thumb_glue_size += THUMB2ARM_GLUE_SIZE;
elf32-arm.c 3233 bfd_size_type thumb_glue_size; member in struct:elf32_arm_link_hash_table
7224 globals->thumb_glue_size,
9145 BFD_ASSERT (my_offset <= globals->thumb_glue_size);
18106 if (htab->thumb_glue_size > 0)
18115 for (offset = 0; offset < htab->thumb_glue_size; offset += size)

Completed in 75 milliseconds