readelf: report byte size for DT_PREINIT_ARRAYSZ

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
emaste 2017-12-26 18:10:34 +00:00
parent e5d6749a39
commit 946f084b93

View File

@ -2753,6 +2753,7 @@ dump_dyn_val(struct readelf *re, GElf_Dyn *dyn, uint32_t stab)
case DT_SYMENT:
case DT_RELSZ:
case DT_RELENT:
case DT_PREINIT_ARRAYSZ:
case DT_INIT_ARRAYSZ:
case DT_FINI_ARRAYSZ:
case DT_GNU_CONFLICTSZ: