mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 04:43:32 +00:00
Elf_Phdr.p_type 7 is "PT_TLS".
This commit is contained in:
parent
37baea5bd5
commit
d499047c83
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126484
@ -283,7 +283,7 @@ const char *ei_abis[] = {
|
||||
|
||||
const char *p_types[] = {
|
||||
"PT_NULL", "PT_LOAD", "PT_DYNAMIC", "PT_INTERP", "PT_NOTE",
|
||||
"PT_SHLIB", "PT_PHDR"
|
||||
"PT_SHLIB", "PT_PHDR", "PT_TLS"
|
||||
};
|
||||
|
||||
const char *p_flags[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user