elf_common.h: add DT_SUNW_ASLR tag
For upcoming ELF Tool Chain import (readelf).
This commit is contained in:
parent
27275f8a52
commit
b40b8572d7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=333062
@ -598,6 +598,7 @@ typedef struct {
|
||||
#define DT_SUNW_RTLDINF 0x6000000e /* ld.so.1 info (private) */
|
||||
#define DT_SUNW_FILTER 0x6000000f /* symbol filter name */
|
||||
#define DT_SUNW_CAP 0x60000010 /* hardware/software */
|
||||
#define DT_SUNW_ASLR 0x60000023 /* ASLR control */
|
||||
#define DT_HIOS 0x6ffff000 /* Last OS-specific */
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user