Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/elftoolchain/readelf/
Dreadelf.c3554 uint32_t type, prop_sz; in dump_gnu_property_type_0() local
3562 prop_sz = *(const uint32_t *)(const void *)(buf + 4); in dump_gnu_property_type_0()
3566 if (prop_sz > sz) in dump_gnu_property_type_0()
3579 if (prop_sz != 4) in dump_gnu_property_type_0()
3587 buf += roundup2(prop_sz, 8); in dump_gnu_property_type_0()
3588 sz -= roundup2(prop_sz, 8); in dump_gnu_property_type_0()