readelf: report byte size for DT_PREINIT_ARRAYSZ

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2017-12-26 18:10:34 +00:00
parent fec296887f
commit 7003cfb386
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327219

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: