Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc316 unsigned struct_user_regs_struct_sz = sizeof(struct pt_regs); variable
319 unsigned struct_user_regs_struct_sz = sizeof(struct user_pt_regs); variable
322 unsigned struct_user_regs_struct_sz = sizeof(struct user_regs_struct); variable
Dsanitizer_platform_limits_posix.h740 extern unsigned struct_user_regs_struct_sz;
Dsanitizer_common_syscalls.inc2307 PRE_READ((void *)data, struct_user_regs_struct_sz);
2331 POST_WRITE((void *)data, struct_user_regs_struct_sz);
Dsanitizer_common_interceptors.inc2456 COMMON_INTERCEPTOR_READ_RANGE(ctx, data, struct_user_regs_struct_sz);
2486 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, data, struct_user_regs_struct_sz);