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

  /src/external/gpl3/binutils/dist/bfd/
elf.c 2059 bfd_vma ngnubuckets;
2072 ngnubuckets = bfd_get_32 (abfd, nb);
2085 gnubuckets = get_hash_table_data (abfd, ngnubuckets, 4, filesize);
2089 for (i = 0; i < ngnubuckets; i++)
2107 buckets_vma + 4 * (ngnubuckets + maxchain),
2124 buckets_vma + 4 * ngnubuckets,
2138 buckets_vma + 4 * (ngnubuckets + maxchain),
2150 for (i = 0; i < ngnubuckets; ++i)
2058 bfd_vma ngnubuckets; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 1995 bfd_vma ngnubuckets;
2008 ngnubuckets = bfd_get_32 (abfd, nb);
2021 gnubuckets = get_hash_table_data (abfd, ngnubuckets, 4, filesize);
2025 for (i = 0; i < ngnubuckets; i++)
2043 buckets_vma + 4 * (ngnubuckets + maxchain),
2060 buckets_vma + 4 * ngnubuckets,
2074 buckets_vma + 4 * (ngnubuckets + maxchain),
2086 for (i = 0; i < ngnubuckets; ++i)
1994 bfd_vma ngnubuckets; local
  /src/external/gpl3/gdb/dist/bfd/
elf.c 1968 bfd_vma ngnubuckets;
1981 ngnubuckets = bfd_get_32 (abfd, nb);
1994 gnubuckets = get_hash_table_data (abfd, ngnubuckets, 4, filesize);
1998 for (i = 0; i < ngnubuckets; i++)
2017 4 * (ngnubuckets + maxchain)),
2034 (buckets_vma + 4 * ngnubuckets),
2049 + 4 * (ngnubuckets + maxchain)),
2061 for (i = 0; i < ngnubuckets; ++i)
1967 bfd_vma ngnubuckets; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf.c 2153 bfd_vma ngnubuckets;
2166 ngnubuckets = bfd_get_32 (abfd, nb);
2179 gnubuckets = get_hash_table_data (abfd, ngnubuckets, 4, filesize);
2183 for (i = 0; i < ngnubuckets; i++)
2202 4 * (ngnubuckets + maxchain)),
2219 (buckets_vma + 4 * ngnubuckets),
2234 + 4 * (ngnubuckets + maxchain)),
2246 for (i = 0; i < ngnubuckets; ++i)
2152 bfd_vma ngnubuckets; local
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 311 uint64_t ngnubuckets;
12747 filedata->ngnubuckets = byte_get (nb, 4);
12766 = get_dynamic_data (filedata, filedata->ngnubuckets, 4);
12771 for (i = 0; i < filedata->ngnubuckets; i++)
12789 buckets_vma + 4 * (filedata->ngnubuckets
12816 + 4 * filedata->ngnubuckets),
12835 + 4 * (filedata->ngnubuckets
12848 for (hn = 0; hn < filedata->ngnubuckets; ++hn)
12882 filedata->ngnubuckets = 0;
15467 filedata->ngnubuckets),
309 uint64_t ngnubuckets; member in struct:filedata
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 309 uint64_t ngnubuckets;
12239 filedata->ngnubuckets = byte_get (nb, 4);
12258 = get_dynamic_data (filedata, filedata->ngnubuckets, 4);
12263 for (i = 0; i < filedata->ngnubuckets; i++)
12281 buckets_vma + 4 * (filedata->ngnubuckets
12308 + 4 * filedata->ngnubuckets),
12327 + 4 * (filedata->ngnubuckets
12340 for (hn = 0; hn < filedata->ngnubuckets; ++hn)
12374 filedata->ngnubuckets = 0;
14923 filedata->ngnubuckets),
307 uint64_t ngnubuckets; member in struct:filedata
    [all...]

Completed in 77 milliseconds