Add missing SHT_LOOS/SHT_HIOS values
Change-Id: Ib0b0987a7e85af7863c6ef894263b5980e32344d
This commit is contained in:
parent
f9fb52ab30
commit
13ed3f0af1
|
@ -106,6 +106,9 @@ typedef struct {
|
|||
#define STB_LOPROC 13
|
||||
#define STB_HIPROC 15
|
||||
|
||||
#define SHT_LOOS 0x60000000
|
||||
#define SHT_HIOS 0x6fffffff
|
||||
|
||||
#define STT_GNU_IFUNC 10
|
||||
#define STT_LOOS 10
|
||||
#define STT_HIOS 12
|
||||
|
|
Loading…
Reference in New Issue