HomeSort by relevance Sort by last modified time
    Searched refs:struct_rlimit64_sz (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/msan/
msan_interceptors.cc 807 if (!res) __msan_unpoison(rlim, __sanitizer::struct_rlimit64_sz);
827 CHECK_UNPOISONED(new_rlimit, __sanitizer::struct_rlimit64_sz);
829 if (!res) __msan_unpoison(old_rlimit, __sanitizer::struct_rlimit64_sz);
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 183 extern unsigned struct_rlimit64_sz;
    [all...]
sanitizer_platform_limits_posix.cc 258 unsigned struct_rlimit64_sz = sizeof(struct rlimit64); member in namespace:__sanitizer
    [all...]

Completed in 85 milliseconds