Searched refs:_callout_info (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1469 _callout_info, destringid) \ argument 1471 (long)(_type), (long)(_description), (long)(_callout_info), \ 1474 _callout_info, destringid) \ argument 1476 res, (long)(_type), (long)(_description), (long)(_callout_info), \ 2843 long _callout_info, 2847 long _callout_info,
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_syscalls.inc | 2358 const void *_callout_info, long destringid) { 2364 if (_callout_info) 2365 PRE_READ(_callout_info, 2366 __sanitizer::internal_strlen((const char *)_callout_info) + 1); 2370 const void *_callout_info, long destringid) {}
|