Home
last modified time | relevance | path

Searched refs:__sanitizer_cmsghdr (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_solaris.h207 struct __sanitizer_cmsghdr { struct
Dsanitizer_platform_limits_posix.h440 struct __sanitizer_cmsghdr { struct
455 struct __sanitizer_cmsghdr { struct
Dsanitizer_platform_limits_freebsd.h225 struct __sanitizer_cmsghdr { struct
Dsanitizer_platform_limits_netbsd.h248 struct __sanitizer_cmsghdr { struct
Dsanitizer_common_interceptors.inc3022 RoundUpTo(sizeof(__sanitizer_cmsghdr), sizeof(uptr));
3027 if (p + sizeof(__sanitizer_cmsghdr) > control_end) break;
3028 __sanitizer_cmsghdr *cmsg = (__sanitizer_cmsghdr *)p;
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h412 struct __sanitizer_cmsghdr { struct
427 struct __sanitizer_cmsghdr { struct
Dsanitizer_common_interceptors.inc2504 RoundUpTo(sizeof(__sanitizer_cmsghdr), sizeof(uptr));
2509 if (p + sizeof(__sanitizer_cmsghdr) > control_end) break;
2510 __sanitizer_cmsghdr *cmsg = (__sanitizer_cmsghdr *)p;