Searched defs:nbucket (Results 1 - 6 of 6) sorted by relevance
/third_party/elfio/elfio/ |
H A D | elfio_symbols.hpp | 301 Elf_Word nbucket = *(const Elf_Word*)hash_section->get_data(); in hash_lookup() local
|
/third_party/f2fs-tools/fsck/ |
H A D | dir.c | 113 unsigned int nbucket, nblock; in find_in_level() local 226 int nbucket, nblock, bidx, block; in f2fs_add_link() local
|
H A D | fsck.c | 1498 unsigned int nbucket, nblock; in f2fs_check_dirent_position() local
|
/third_party/elfutils/src/ |
H A D | strip.c | 2285 Elf32_Word nbucket = bucket[0]; in handle_elf() local 2344 Elf64_Xword nbucket = bucket[0]; in handle_elf() local [all...] |
H A D | elflint.c | 2026 Elf32_Word nbucket = ((Elf32_Word *) data->d_buf)[0]; in check_sysv_hash() local 2080 Elf64_Xword nbucket = ((Elf64_Xword *) data->d_buf)[0]; in check_sysv_hash64() local 2493 Elf32_Word nbucket = hasharr[0]; compare_hash_gnu_hash() local 2528 Elf64_Xword nbucket = hasharr[0]; compare_hash_gnu_hash() local [all...] |
H A D | readelf.c | 3330 Elf32_Word nbucket = ((Elf32_Word *) data->d_buf)[0]; in handle_sysv_hash() local 3234 print_hash_info(Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr, size_t shstrndx, uint_fast32_t maxlength, Elf32_Word nbucket, uint_fast32_t nsyms, uint32_t *lengths, const char *extrastr) print_hash_info() argument 3394 Elf64_Xword nbucket = ((Elf64_Xword *) data->d_buf)[0]; handle_sysv_hash64() local 3461 Elf32_Word nbucket = ((Elf32_Word *) data->d_buf)[0]; handle_gnu_hash() local [all...] |
Completed in 23 milliseconds