Searched refs:used_buf (Results 1 – 1 of 1) sorted by relevance
3003 uint64_t used_buf = (2ULL + nchain + nbucket) * sizeof (Elf32_Word); in handle_sysv_hash() local3004 if (used_buf > data->d_size) in handle_sysv_hash()3129 uint64_t used_buf = (4ULL + bitmask_words + nbucket) * sizeof (Elf32_Word); in handle_gnu_hash() local3130 uint32_t max_nsyms = (data->d_size - used_buf) / sizeof (Elf32_Word); in handle_gnu_hash()3131 if (used_buf > data->d_size) in handle_gnu_hash()