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

  /src/external/gpl3/binutils/dist/bfd/
elfnn-loongarch.c 124 bfd_size_type relr_count; member in struct:loongarch_elf_link_hash_table
2219 if (htab->relr_count >= htab->relr_alloc)
2231 htab->relr[htab->relr_count].sec = sec;
2232 htab->relr[htab->relr_count].off = off;
2234 *sec_relr = &htab->relr[htab->relr_count];
2235 htab->relr_count++;
2414 if (htab->relr_count == 0)
2420 addr = bfd_malloc (htab->relr_count * sizeof (*addr));
2426 for (bfd_size_type i = 0; i < htab->relr_count; i++)
2434 qsort(addr, htab->relr_count, sizeof (*addr), cmp_relr_addr)
    [all...]
elfnn-aarch64.c 2695 bfd_size_type relr_count; member in struct:elf_aarch64_link_hash_table
9185 if (htab->relr_count >= htab->relr_alloc)
9196 htab->relr[htab->relr_count].sec = sec;
9197 htab->relr[htab->relr_count].off = off;
9198 htab->relr_count++;
9400 if (htab->relr_count == 0)
9406 addr = bfd_malloc (htab->relr_count * sizeof (*addr));
9412 for (bfd_size_type i = 0; i < htab->relr_count; i++)
9421 qsort (addr, htab->relr_count, sizeof (*addr), cmp_relr_addr);
9448 for (bfd_size_type i = 0; i < htab->relr_count; )
    [all...]
elf64-ppc.c 3273 size_t relr_count;
13534 if (htab->relr_count >= htab->relr_alloc)
13545 htab->relr[htab->relr_count].sec = sec;
13546 htab->relr[htab->relr_count].off = off;
13547 htab->relr_count++;
13567 bfd_vma *addr = bfd_malloc (htab->relr_count * sizeof (*addr));
13571 for (size_t i = 0; i < htab->relr_count; i++)
13576 if (htab->relr_count > 1)
13577 qsort (addr, htab->relr_count, sizeof (*addr), compare_relr_address);
13838 htab->relr_count = 0
3269 size_t relr_count; member in struct:ppc_link_hash_table
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elfnn-loongarch.c 124 bfd_size_type relr_count; member in struct:loongarch_elf_link_hash_table
2037 if (htab->relr_count >= htab->relr_alloc)
2049 htab->relr[htab->relr_count].sec = sec;
2050 htab->relr[htab->relr_count].off = off;
2052 *sec_relr = &htab->relr[htab->relr_count];
2053 htab->relr_count++;
2232 if (htab->relr_count == 0)
2238 addr = bfd_malloc (htab->relr_count * sizeof (*addr));
2244 for (bfd_size_type i = 0; i < htab->relr_count; i++)
2252 qsort(addr, htab->relr_count, sizeof (*addr), cmp_relr_addr)
    [all...]
elfnn-aarch64.c 2695 bfd_size_type relr_count; member in struct:elf_aarch64_link_hash_table
9117 if (htab->relr_count >= htab->relr_alloc)
9128 htab->relr[htab->relr_count].sec = sec;
9129 htab->relr[htab->relr_count].off = off;
9130 htab->relr_count++;
9332 if (htab->relr_count == 0)
9338 addr = bfd_malloc (htab->relr_count * sizeof (*addr));
9344 for (bfd_size_type i = 0; i < htab->relr_count; i++)
9353 qsort (addr, htab->relr_count, sizeof (*addr), cmp_relr_addr);
9380 for (bfd_size_type i = 0; i < htab->relr_count; )
    [all...]
elf64-ppc.c 3281 size_t relr_count;
13531 if (htab->relr_count >= htab->relr_alloc)
13542 htab->relr[htab->relr_count].sec = sec;
13543 htab->relr[htab->relr_count].off = off;
13544 htab->relr_count++;
13564 bfd_vma *addr = bfd_malloc (htab->relr_count * sizeof (*addr));
13568 for (size_t i = 0; i < htab->relr_count; i++)
13573 if (htab->relr_count > 1)
13574 qsort (addr, htab->relr_count, sizeof (*addr), compare_relr_address);
13836 htab->relr_count = 0
3277 size_t relr_count; member in struct:ppc_link_hash_table
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elfnn-loongarch.c 123 bfd_size_type relr_count; member in struct:loongarch_elf_link_hash_table
2015 if (htab->relr_count >= htab->relr_alloc)
2027 htab->relr[htab->relr_count].sec = sec;
2028 htab->relr[htab->relr_count].off = off;
2030 *sec_relr = &htab->relr[htab->relr_count];
2031 htab->relr_count++;
2210 if (htab->relr_count == 0)
2216 addr = bfd_malloc (htab->relr_count * sizeof (*addr));
2222 for (bfd_size_type i = 0; i < htab->relr_count; i++)
2230 qsort(addr, htab->relr_count, sizeof (*addr), cmp_relr_addr)
    [all...]
elfnn-aarch64.c 2684 bfd_size_type relr_count; member in struct:elf_aarch64_link_hash_table
9085 if (htab->relr_count >= htab->relr_alloc)
9096 htab->relr[htab->relr_count].sec = sec;
9097 htab->relr[htab->relr_count].off = off;
9098 htab->relr_count++;
9300 if (htab->relr_count == 0)
9306 addr = bfd_malloc (htab->relr_count * sizeof (*addr));
9312 for (bfd_size_type i = 0; i < htab->relr_count; i++)
9321 qsort (addr, htab->relr_count, sizeof (*addr), cmp_relr_addr);
9348 for (bfd_size_type i = 0; i < htab->relr_count; )
    [all...]
elf64-ppc.c 3281 size_t relr_count;
13514 if (htab->relr_count >= htab->relr_alloc)
13525 htab->relr[htab->relr_count].sec = sec;
13526 htab->relr[htab->relr_count].off = off;
13527 htab->relr_count++;
13547 bfd_vma *addr = bfd_malloc (htab->relr_count * sizeof (*addr));
13551 for (size_t i = 0; i < htab->relr_count; i++)
13556 if (htab->relr_count > 1)
13557 qsort (addr, htab->relr_count, sizeof (*addr), compare_relr_address);
13819 htab->relr_count = 0
3277 size_t relr_count; member in struct:ppc_link_hash_table
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c 3286 size_t relr_count;
13507 if (htab->relr_count >= htab->relr_alloc)
13518 htab->relr[htab->relr_count].sec = sec;
13519 htab->relr[htab->relr_count].off = off;
13520 htab->relr_count++;
13540 bfd_vma *addr = bfd_malloc (htab->relr_count * sizeof (*addr));
13544 for (size_t i = 0; i < htab->relr_count; i++)
13549 if (htab->relr_count > 1)
13550 qsort (addr, htab->relr_count, sizeof (*addr), compare_relr_address);
13812 htab->relr_count = 0
3282 size_t relr_count; member in struct:ppc_link_hash_table
    [all...]

Completed in 86 milliseconds