HomeSort by: relevance | last modified time | path
    Searched defs:pax_aslr_stack_gap (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
pax.h 132 uint32_t pax_aslr_stack_gap(struct exec_package *);
146 pax_aslr_stack_gap(struct exec_package *epp) function in typeref:typename:uint32_t
  /src/sys/kern/
kern_pax.c 120 #define PAX_ASLR_STACK_GAP 0x02
656 pax_aslr_stack_gap(struct exec_package *epp) function in typeref:typename:uint32_t
662 if (pax_aslr_flags & PAX_ASLR_STACK_GAP)

Completed in 10 milliseconds