HomeSort by relevance Sort by last modified time
    Searched defs:bucketcount (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
sunos.c 630 size_t bucketcount;
629 size_t bucketcount; member in struct:sunos_link_hash_table
1874 size_t bucketcount; local
    [all...]
elf-bfd.h 485 bfd_size_type bucketcount;
484 bfd_size_type bucketcount; member in struct:elf_link_hash_table
    [all...]
elflink.c 5177 unsigned long int bucketcount; member in struct:collect_gnu_hash_codes
6426 size_t bucketcount; local
6477 size_t bucketcount; local
9028 size_t bucketcount; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
dynobj.cc 935 const unsigned int bucketcount = local
938 std::vector<uint32_t> bucket(bucketcount);
944 unsigned int bucketpos = dynsym_hashvals[i] % bucketcount;
950 + bucketcount
990 const unsigned int bucketcount = bucket.size(); local
993 elfcpp::Swap<32, big_endian>::writeval(p, bucketcount);
998 for (unsigned int i = 0; i < bucketcount; ++i)
1182 const unsigned int bucketcount = local
    [all...]

Completed in 621 milliseconds