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

  /bionic/linker/
linker.h 113 size_t nbucket; member in struct:soinfo
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 550 uint32_t& nbucket = word_array[0]; local
553 nbucket = getHashBucketCount(symtabIdx, false);
557 uint32_t* chain = (bucket + nbucket);
560 bzero((void*)bucket, nbucket);
566 size_t bucket_pos = hash_func(name) % nbucket;
    [all...]
  /external/elfutils/src/
strip.c 1421 Elf32_Word nbucket = bucket[0]; local
1475 Elf64_Xword nbucket = bucket[0]; local
    [all...]
elflint.c 1914 Elf32_Word nbucket = ((Elf32_Word *) data->d_buf)[0]; local
1955 Elf64_Xword nbucket = ((Elf64_Xword *) data->d_buf)[0]; local
2265 Elf32_Word nbucket = hasharr[0]; local
2282 Elf64_Xword nbucket = hasharr[0]; local
    [all...]
ldgeneric.c 4053 size_t nbucket = 0; local
    [all...]
readelf.c 2542 Elf32_Word nbucket = ((Elf32_Word *) data->d_buf)[0]; local
2584 Elf64_Xword nbucket = ((Elf64_Xword *) data->d_buf)[0]; local
2625 Elf32_Word nbucket = ((Elf32_Word *) data->d_buf)[0]; local
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 807 size_t nbucket = getHashBucketCount(hashed_sym_cnt, true); local
808 gnuhash = (4 + nbucket + hashed_sym_cnt) * 4;
1167 uint32_t& nbucket = word_array[0]; local
1207 uint32_t& nbucket = word_array[0]; local
    [all...]

Completed in 247 milliseconds