Teach elfdump(1) about the SUNW_dof section.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Rui Paulo 2010-08-11 18:02:48 +00:00
parent 8be96e101f
commit bf7cda5121
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=211188

View File

@ -322,6 +322,7 @@ sh_types(u_int64_t sht) {
case 18: return "SHT_SYMTAB_SHNDX";
/* 0x60000000 - 0x6fffffff operating system-specific semantics */
case 0x6ffffff0: return "XXX:VERSYM";
case 0x6ffffff4: return "SHT_SUNW_dof";
case 0x6ffffff7: return "SHT_GNU_LIBLIST";
case 0x6ffffffc: return "XXX:VERDEF";
case 0x6ffffffd: return "SHT_SUNW(GNU)_verdef";