Searched refs:ELF_HASH_BITS (Results 1 – 3 of 3) sorted by relevance
82 #define ELF_HASH_BITS 20 macro91 DECLARE_HASHTABLE(symbol_hash, ELF_HASH_BITS);92 DECLARE_HASHTABLE(symbol_name_hash, ELF_HASH_BITS);93 DECLARE_HASHTABLE(section_hash, ELF_HASH_BITS);94 DECLARE_HASHTABLE(section_name_hash, ELF_HASH_BITS);95 DECLARE_HASHTABLE(reloc_hash, ELF_HASH_BITS);
32 return vmlinux ? ELF_HASH_BITS : 16; in elf_hash_bits()
329 cfi_bits = vmlinux ? ELF_HASH_BITS - 3 : 13; in cfi_hash_alloc()