rela_hash         107 tools/objtool/elf.c 		hash_for_each_possible(sec->rela->rela_hash, rela, hash, o)
rela_hash         158 tools/objtool/elf.c 		hash_init(sec->rela_hash);
rela_hash         396 tools/objtool/elf.c 			hash_add(sec->rela_hash, &rela->hash, rela->offset);
rela_hash         478 tools/objtool/elf.c 	hash_init(sec->rela_hash);
rela_hash          32 tools/objtool/elf.h 	DECLARE_HASHTABLE(rela_hash, 16);
rela_hash          74 tools/objtool/elf.h 	DECLARE_HASHTABLE(rela_hash, 16);
rela_hash         114 tools/objtool/orc_gen.c 	hash_add(ip_relasec->rela_hash, &rela->hash, rela->offset);