Home
last modified time | relevance | path

Searched refs:used_buf (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/src/
Delflint.c2164 uint64_t used_buf = (4ULL + bitmask_words + nbuckets) * sizeof (Elf32_Word); in check_gnu_hash() local
2165 if (used_buf > data->d_size) in check_gnu_hash()
2170 (long int) used_buf); in check_gnu_hash()
2449 uint64_t used_buf = ((4ULL + gnu_hasharr[2] * bitmap_factor + gnu_nbucket) in compare_hash_gnu_hash() local
2451 uint32_t max_nsyms = (gnu_hash_data->d_size - used_buf) / sizeof (Elf32_Word); in compare_hash_gnu_hash()
2452 if (used_buf > gnu_hash_data->d_size) in compare_hash_gnu_hash()
Dstrip.c2286 uint64_t used_buf = ((2ULL + nchain + nbucket) in handle_elf() local
2288 elf_assert (used_buf <= hashd->d_size); in handle_elf()
Dreadelf.c3332 uint64_t used_buf = (2ULL + nchain + nbucket) * sizeof (Elf32_Word); in handle_sysv_hash() local
3333 if (used_buf > data->d_size) in handle_sysv_hash()
3478 uint64_t used_buf = (4ULL + bitmask_words + nbucket) * sizeof (Elf32_Word); in handle_gnu_hash() local
3479 uint32_t max_nsyms = (data->d_size - used_buf) / sizeof (Elf32_Word); in handle_gnu_hash()
3480 if (used_buf > data->d_size) in handle_gnu_hash()