Home | History | Annotate | Download | only in sanitizer_common

Lines Matching full:arg5

605 uptr internal_prctl(int option, uptr arg2, uptr arg3, uptr arg4, uptr arg5) {
606 return internal_syscall(SYSCALL(prctl), option, arg2, arg3, arg4, arg5);