Home
last modified time | relevance | path

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

/fs/
Dbinfmt_elf.c646 unsigned int random_variable = 0; in randomize_stack_top() local
650 random_variable = get_random_int() & STACK_RND_MASK; in randomize_stack_top()
651 random_variable <<= PAGE_SHIFT; in randomize_stack_top()
654 return PAGE_ALIGN(stack_top) + random_variable; in randomize_stack_top()
656 return PAGE_ALIGN(stack_top) - random_variable; in randomize_stack_top()