Home
last modified time | relevance | path

Searched refs:DT_SUNW_ASLR (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/sys/sys/
HDelf_common.h647 #define DT_SUNW_ASLR 0x60000023 /* ASLR control */ macro
/freebsd-head/contrib/elftoolchain/common/
HDelfdefinitions.h188 _ELF_DEFINE_DT(DT_SUNW_ASLR, 0x60000023UL, \
/freebsd-head/contrib/elftoolchain/readelf/
HDreadelf.c872 case DT_SUNW_ASLR: return "SUNW_ASLR"; in dt_type()