mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add the case for SHT_AMD64_UNWIND.
This commit is contained in:
parent
4b3d60930a
commit
c4607eb7ad
1 changed files with 2 additions and 0 deletions
|
|
@ -78,6 +78,8 @@ _libelf_xlate_shtype(uint32_t sht)
|
|||
case SHT_SUNW_syminfo:
|
||||
return (ELF_T_SYMINFO);
|
||||
#endif
|
||||
case SHT_AMD64_UNWIND: /* == SHT_IA_64_UNWIND */
|
||||
return (ELF_T_BYTE);
|
||||
default:
|
||||
return (-1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue