Searched refs:__lxstat (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cc155 int __lxstat(int version, const char *path, struct stat *buf) { function
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6478 INTERCEPTOR(int, __lxstat, int version, const char *path, void *buf) {
6480 COMMON_INTERCEPTOR_ENTER(ctx, __lxstat, version, path, buf);
6483 int res = REAL(__lxstat)(version, path, buf);
6488 #define INIT___LXSTAT COMMON_INTERCEPT_FUNCTION(__lxstat)
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6721 INTERCEPTOR(int, __lxstat, int version, const char *path, void *buf) {
6723 COMMON_INTERCEPTOR_ENTER(ctx, __lxstat, version, path, buf);
6726 int res = REAL(__lxstat)(version, path, buf);
6731 #define INIT___LXSTAT COMMON_INTERCEPT_FUNCTION(__lxstat)
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6924 INTERCEPTOR(int, __lxstat, int version, const char *path, void *buf) {
6926 COMMON_INTERCEPTOR_ENTER(ctx, __lxstat, version, path, buf);
6929 int res = REAL(__lxstat)(version, path, buf);
6934 #define INIT___LXSTAT COMMON_INTERCEPT_FUNCTION(__lxstat)

Completed in 137 milliseconds