o Add architecture specific segment types.

o  Add architecture specific segment attributes.
This commit is contained in:
Marcel Moolenaar 2002-04-04 06:42:49 +00:00
parent 276bdee1b5
commit 35c3b43f7b

View File

@ -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.
*/