mirror of
https://github.com/jakcron/nstool.git
synced 2024-12-22 18:55:29 +00:00
[nx] Update nx::dynsym::SpecialSectionIndex
This commit is contained in:
parent
d169f854cc
commit
926e494fd7
|
@ -8,12 +8,13 @@ namespace nx
|
||||||
enum SpecialSectionIndex
|
enum SpecialSectionIndex
|
||||||
{
|
{
|
||||||
SHN_UNDEF,
|
SHN_UNDEF,
|
||||||
SHN_LORESERVE = 65280,
|
SHN_EXPORT = 1,
|
||||||
SHN_LOPROC = 65280,
|
SHN_LORESERVE = 0xFF00,
|
||||||
SHN_HIPROC = 65311,
|
SHN_LOPROC = 0xFF00,
|
||||||
|
SHN_HIPROC = 0xFF1F,
|
||||||
SHN_LOOS,
|
SHN_LOOS,
|
||||||
SHN_HIOS = 65343,
|
SHN_HIOS = 0xFF3F,
|
||||||
SHN_ABS = 65521,
|
SHN_ABS = 0xFFF1,
|
||||||
SHN_COMMON,
|
SHN_COMMON,
|
||||||
SHN_HIRESERVE = 0xFFFF
|
SHN_HIRESERVE = 0xFFFF
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue