Searched refs:_callout_info (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1477 _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,
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 2581 (const void *_type, const void *_description, const void *_callout_info, 2588 if (_callout_info) 2589 PRE_READ(_callout_info, 2590 __sanitizer::internal_strlen((const char *)_callout_info) + 1); 2595 const void *_callout_info, long destringid) {}
|