Home
last modified time | relevance | path

Searched refs:scudo_error_info (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/include/scudo/
Dinterface.h74 void __scudo_get_error_info(struct scudo_error_info *error_info,
100 struct scudo_error_info { struct
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
Dwrappers_c_bionic.cpp54 __scudo_get_error_info(struct scudo_error_info *error_info, in __scudo_get_error_info()
Dcombined.h916 static void getErrorInfo(struct scudo_error_info *ErrorInfo, in getErrorInfo()
1264 sizeof(((scudo_error_info *)0)->reports) /
1265 sizeof(((scudo_error_info *)0)->reports[0]);
1267 static void getInlineErrorInfo(struct scudo_error_info *ErrorInfo, in getInlineErrorInfo()
1349 static void getRingBufferErrorInfo(struct scudo_error_info *ErrorInfo, in getRingBufferErrorInfo()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/fuzz/
Dget_error_info_fuzzer.cpp55 scudo_error_info ErrorInfo; in LLVMFuzzerTestOneInput()