o Add architecture specific segment types.
o Add architecture specific segment attributes.
This commit is contained in:
parent
276bdee1b5
commit
35c3b43f7b
@ -116,6 +116,17 @@ __ElfType(Hashelt);
|
||||
#define EF_IA_64_ABSOLUTE 0x00000100
|
||||
#define EF_IA_64_ARCH 0xff000000
|
||||
|
||||
/*
|
||||
* Segment types.
|
||||
*/
|
||||
#define PT_IA_64_ARCHEXT 0x70000000
|
||||
#define PT_IA_64_UNWIND 0x70000001
|
||||
|
||||
/*
|
||||
* Segment attributes.
|
||||
*/
|
||||
#define PF_IA_64_NORECOV 0x80000000
|
||||
|
||||
/*
|
||||
* Section types.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user