OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:struct_stat64_sz
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_solaris.h
26
extern unsigned
struct_stat64_sz
;
sanitizer_platform_limits_solaris.cc
69
unsigned
struct_stat64_sz
= sizeof(struct stat64);
variable in namespace:__sanitizer
sanitizer_platform_limits_posix.h
33
extern unsigned
struct_stat64_sz
;
sanitizer_platform_limits_posix.cc
172
unsigned
struct_stat64_sz
= sizeof(struct stat64);
variable in namespace:__sanitizer
sanitizer_common_interceptors.inc
6469
COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::
struct_stat64_sz
);
6501
COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::
struct_stat64_sz
);
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc
690
__msan_unpoison(buf, __sanitizer::
struct_stat64_sz
);
722
if (!res) __msan_unpoison(buf, __sanitizer::
struct_stat64_sz
);
Completed in 43 milliseconds
Indexes created Wed Oct 22 06:10:02 GMT 2025