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

  /src/external/gpl3/binutils/dist/ld/
pe-dll.c 1585 int total_relocs = 0; local
1596 total_relocs = 0;
1599 total_relocs += s->reloc_count;
1601 reloc_data = xmalloc (total_relocs * sizeof (reloc_data_type));
1603 total_relocs = 0;
1710 reloc_data[total_relocs].vma = sec_vma + relocs[i]->address;
1711 reloc_data[total_relocs].idx = total_relocs;
1717 if (reloc_data[total_relocs].vma
1729 reloc_data[total_relocs].type = IMAGE_REL_BASED_DIR64
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
pe-dll.c 1549 int total_relocs = 0; local
1560 total_relocs = 0;
1563 total_relocs += s->reloc_count;
1565 reloc_data = xmalloc (total_relocs * sizeof (reloc_data_type));
1567 total_relocs = 0;
1675 reloc_data[total_relocs].vma = sec_vma + relocs[i]->address;
1676 reloc_data[total_relocs].idx = total_relocs;
1682 if (reloc_data[total_relocs].vma
1694 reloc_data[total_relocs].type = IMAGE_REL_BASED_DIR64
    [all...]

Completed in 26 milliseconds