HomeSort by: relevance | last modified time | path
    Searched refs:struct_user_fpxregs_struct_sz (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 321 unsigned struct_user_fpxregs_struct_sz = 0; variable in namespace:__sanitizer
323 unsigned struct_user_fpxregs_struct_sz = sizeof(struct user_fpxregs_struct); variable in namespace:__sanitizer
sanitizer_platform_limits_posix.h 812 extern unsigned struct_user_fpxregs_struct_sz;
sanitizer_common_interceptors.inc 3216 COMMON_INTERCEPTOR_READ_RANGE(ctx, data, struct_user_fpxregs_struct_sz);
3246 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, data, struct_user_fpxregs_struct_sz);

Completed in 20 milliseconds