Searched refs:hash_idx (Results 1 – 2 of 2) sorted by relevance
/external/blktrace/ |
D | blkparse.c | 541 const int hash_idx = ppm_hash_pid(pid); in find_ppm() local 544 ppm = ppm_hash_table[hash_idx]; in find_ppm() 557 const int hash_idx = ppm_hash_pid(pid); in add_ppm_hash() local 566 ppm->hash_next = ppm_hash_table[hash_idx]; in add_ppm_hash() 567 ppm_hash_table[hash_idx] = ppm; in add_ppm_hash() 655 const int hash_idx = ppi_hash(ppi); in add_ppi_to_hash() local 657 ppi->hash_next = ppi_hash_table[hash_idx]; in add_ppi_to_hash() 658 ppi_hash_table[hash_idx] = ppi; in add_ppi_to_hash() 670 const int hash_idx = ppi_hash_name(name); in find_ppi_by_name() local 673 ppi = ppi_hash_table[hash_idx]; in find_ppi_by_name() [all …]
|
/external/elfutils/src/ |
D | elflint.c | 2344 compare_hash_gnu_hash (Ebl *ebl, GElf_Ehdr *ehdr, size_t hash_idx, in compare_hash_gnu_hash() argument 2347 Elf_Scn *hash_scn = elf_getscn (ebl->elf, hash_idx); in compare_hash_gnu_hash() 2368 hash_idx, elf_strptr (ebl->elf, shstrndx, hash_shdr->sh_name), in compare_hash_gnu_hash() 2457 hash_idx, hash_name); in compare_hash_gnu_hash() 2468 hash_idx, hash_name); in compare_hash_gnu_hash() 2492 hash_idx, hash_name); in compare_hash_gnu_hash() 2505 hash_idx, hash_name); in compare_hash_gnu_hash() 2539 hash_idx, elf_strptr (ebl->elf, shstrndx, hash_shdr->sh_name)); in compare_hash_gnu_hash() 2549 hash_idx, in compare_hash_gnu_hash() 2559 cnt, hash_idx, in compare_hash_gnu_hash() [all …]
|