Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Darch-stackprotector.h18 static inline int stack_protector_apply(unsigned long *start, unsigned long *end) in stack_protector_apply() function
/linux/arch/s390/kernel/
H A Dmodule.c532 rc = stack_protector_apply(aseg, aseg + s->sh_size); in module_finalize()