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

  /src/external/gpl3/binutils/dist/bfd/
elf32-spu.c 327 unsigned int *stub_count; member in struct:spu_link_hash_table
1110 htab->stub_count[ovl] += 1;
1134 htab->stub_count[g->ovl] -= 1;
1158 htab->stub_count[ovl] += 1;
1616 if (htab->stub_count == NULL)
1619 amt = (htab->num_overlays + 1) * sizeof (*htab->stub_count);
1620 htab->stub_count = bfd_zmalloc (amt);
1621 if (htab->stub_count == NULL)
1685 if (htab->stub_count != NULL)
1700 stub->size = htab->stub_count[0] * ovl_stub_size (htab->params)
    [all...]
elf64-ppc.c 3281 unsigned long stub_count[ppc_stub_save_res];
11808 htab->stub_count[stub_entry->type.main - 1] += 1;
14766 htab->stub_count[ppc_stub_global_entry - 1] += 1;
15405 htab->stub_count[ppc_stub_long_branch - 1],
15406 htab->stub_count[ppc_stub_plt_branch - 1],
15407 htab->stub_count[ppc_stub_plt_call - 1],
15408 htab->stub_count[ppc_stub_global_entry - 1]) < 0)
3277 unsigned long stub_count[ppc_stub_save_res]; member in struct:ppc_link_hash_table
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-spu.c 327 unsigned int *stub_count; member in struct:spu_link_hash_table
1110 htab->stub_count[ovl] += 1;
1134 htab->stub_count[g->ovl] -= 1;
1158 htab->stub_count[ovl] += 1;
1616 if (htab->stub_count == NULL)
1619 amt = (htab->num_overlays + 1) * sizeof (*htab->stub_count);
1620 htab->stub_count = bfd_zmalloc (amt);
1621 if (htab->stub_count == NULL)
1685 if (htab->stub_count != NULL)
1700 stub->size = htab->stub_count[0] * ovl_stub_size (htab->params)
    [all...]
elf64-ppc.c 3289 unsigned long stub_count[ppc_stub_save_res];
11805 htab->stub_count[stub_entry->type.main - 1] += 1;
14764 htab->stub_count[ppc_stub_global_entry - 1] += 1;
15403 htab->stub_count[ppc_stub_long_branch - 1],
15404 htab->stub_count[ppc_stub_plt_branch - 1],
15405 htab->stub_count[ppc_stub_plt_call - 1],
15406 htab->stub_count[ppc_stub_global_entry - 1]) < 0)
3285 unsigned long stub_count[ppc_stub_save_res]; member in struct:ppc_link_hash_table
  /src/external/gpl3/gdb/dist/bfd/
elf32-spu.c 327 unsigned int *stub_count; member in struct:spu_link_hash_table
1109 htab->stub_count[ovl] += 1;
1133 htab->stub_count[g->ovl] -= 1;
1157 htab->stub_count[ovl] += 1;
1615 if (htab->stub_count == NULL)
1618 amt = (htab->num_overlays + 1) * sizeof (*htab->stub_count);
1619 htab->stub_count = bfd_zmalloc (amt);
1620 if (htab->stub_count == NULL)
1684 if (htab->stub_count != NULL)
1699 stub->size = htab->stub_count[0] * ovl_stub_size (htab->params)
    [all...]
elf64-ppc.c 3289 unsigned long stub_count[ppc_stub_save_res];
11788 htab->stub_count[stub_entry->type.main - 1] += 1;
14746 htab->stub_count[ppc_stub_global_entry - 1] += 1;
15378 htab->stub_count[ppc_stub_long_branch - 1],
15379 htab->stub_count[ppc_stub_plt_branch - 1],
15380 htab->stub_count[ppc_stub_plt_call - 1],
15381 htab->stub_count[ppc_stub_global_entry - 1]) < 0)
3285 unsigned long stub_count[ppc_stub_save_res]; member in struct:ppc_link_hash_table
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-spu.c 330 unsigned int *stub_count; member in struct:spu_link_hash_table
1113 htab->stub_count[ovl] += 1;
1137 htab->stub_count[g->ovl] -= 1;
1161 htab->stub_count[ovl] += 1;
1619 if (htab->stub_count == NULL)
1622 amt = (htab->num_overlays + 1) * sizeof (*htab->stub_count);
1623 htab->stub_count = bfd_zmalloc (amt);
1624 if (htab->stub_count == NULL)
1688 if (htab->stub_count != NULL)
1703 stub->size = htab->stub_count[0] * ovl_stub_size (htab->params)
    [all...]
elf64-ppc.c 3294 unsigned long stub_count[ppc_stub_save_res];
11785 htab->stub_count[stub_entry->type.main - 1] += 1;
14739 htab->stub_count[ppc_stub_global_entry - 1] += 1;
15371 htab->stub_count[ppc_stub_long_branch - 1],
15372 htab->stub_count[ppc_stub_plt_branch - 1],
15373 htab->stub_count[ppc_stub_plt_call - 1],
15374 htab->stub_count[ppc_stub_global_entry - 1]) < 0)
3290 unsigned long stub_count[ppc_stub_save_res]; member in struct:ppc_link_hash_table

Completed in 75 milliseconds