Home
last modified time | relevance | path

Searched refs:_callout_info (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1477 _callout_info, destringid) \ argument
1479 (long)(_type), (long)(_description), (long)(_callout_info), \
1482 _callout_info, destringid) \ argument
1484 res, (long)(_type), (long)(_description), (long)(_callout_info), \
2858 long _callout_info,
2862 long _callout_info,
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2580 (const void *_type, const void *_description, const void *_callout_info,
2587 if (_callout_info)
2588 PRE_READ(_callout_info,
2589 __sanitizer::internal_strlen((const char *)_callout_info) + 1);
2594 const void *_callout_info, long destringid) {}