Home
last modified time | relevance | path

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

/fs/
Dbinfmt_elf.c556 unsigned int random_variable = 0; in randomize_stack_top() local
560 random_variable = get_random_int() & STACK_RND_MASK; in randomize_stack_top()
561 random_variable <<= PAGE_SHIFT; in randomize_stack_top()
564 return PAGE_ALIGN(stack_top) + random_variable; in randomize_stack_top()
566 return PAGE_ALIGN(stack_top) - random_variable; in randomize_stack_top()