Searched refs:cfi_hash (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/objtool/
H A Dcheck.c305 static struct hlist_head *cfi_hash; variable in typeref:struct:hlist_head
322 struct hlist_head *head = &cfi_hash[hash_min(cfi_key(cfi), cfi_bits)];
341 struct hlist_head *head = &cfi_hash[hash_min(cfi_key(cfi), cfi_bits)];
349 cfi_hash = mmap(NULL, sizeof(struct hlist_head) << cfi_bits,
352 if (cfi_hash == (void *)-1L) {
353 WARN("mmap fail cfi_hash");
354 cfi_hash = NULL;
359 return cfi_hash;

Completed in 201 milliseconds