Home
last modified time | relevance | path

Searched refs:expect_entsize (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/src/
Delflint.c2330 size_t expect_entsize = (tag == SHT_GNU_HASH in check_hash() local
2335 if (shdr->sh_entsize != expect_entsize) in check_hash()
2344 if (shdr->sh_size < (tag == SHT_GNU_HASH ? 4 : 2) * (expect_entsize ?: 4)) in check_hash()
DChangeLog869 (check_hash): Calculate expect_entsize to check section size.