Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c3617 uint32_t type, prop_sz; in dump_gnu_property_type_0() local
3625 prop_sz = *(const uint32_t *)(const void *)(buf + 4); in dump_gnu_property_type_0()
3629 if (prop_sz > sz) in dump_gnu_property_type_0()
3659 if (prop_sz != 4) in dump_gnu_property_type_0()
3666 buf += roundup2(prop_sz, 8); in dump_gnu_property_type_0()
3667 sz -= roundup2(prop_sz, 8); in dump_gnu_property_type_0()