Teach elfdump(1) about the SUNW_dof section.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
8be96e101f
commit
bf7cda5121
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user