mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 15:30:07 +00:00
TODO: cheri: elf: Add new AT_* auxv types
Used for purecap ABI.
TODO: squash into
091bcf0e1c
cheri: elf: Add new a_type entries
This commit is contained in:
parent
a2d8296886
commit
456f4dd6e5
16
elf/elf.h
16
elf/elf.h
@ -1252,11 +1252,17 @@ typedef struct
|
||||
|
||||
#define AT_MINSIGSTKSZ 51 /* Stack needed for signal delivery */
|
||||
|
||||
# define AT_CHERI_EXEC_RW_CAP 60
|
||||
# define AT_CHERI_EXEC_RX_CAP 61
|
||||
# define AT_CHERI_INTERP_RW_CAP 62
|
||||
# define AT_CHERI_INTERP_RX_CAP 63
|
||||
# define AT_CHERI_SEAL_CAP 64
|
||||
#define AT_CHERI_EXEC_RW_CAP 60
|
||||
#define AT_CHERI_EXEC_RX_CAP 61
|
||||
#define AT_CHERI_INTERP_RW_CAP 62
|
||||
#define AT_CHERI_INTERP_RX_CAP 63
|
||||
#define AT_CHERI_STACK_CAP 64
|
||||
#define AT_CHERI_SEAL_CAP 65
|
||||
#define AT_CHERI_CID_CAP 66
|
||||
#define AT_ARGC 80
|
||||
#define AT_ARGV 81
|
||||
#define AT_ENVC 82
|
||||
#define AT_ENVP 83
|
||||
|
||||
/* Note section contents. Each entry in the note section begins with
|
||||
a header of a fixed form. */
|
||||
|
Loading…
Reference in New Issue
Block a user