reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

projects/compiler-rt/lib/interception/interception_linux.cpp
   59 bool InterceptFunction(const char *name, uptr *ptr_to_real, uptr func,
projects/compiler-rt/lib/sanitizer_common/sanitizer_common.h
   59 INLINE int Verbosity() {
projects/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
 7498 INTERCEPTOR(int, regcomp, void *preg, const char *pattern, int cflags) {
 7498 INTERCEPTOR(int, regcomp, void *preg, const char *pattern, int cflags) {
 7508 INTERCEPTOR(int, regexec, const void *preg, const char *string, SIZE_T nmatch,
 7508 INTERCEPTOR(int, regexec, const void *preg, const char *string, SIZE_T nmatch,
 7521 INTERCEPTOR(SIZE_T, regerror, int errcode, const void *preg, char *errbuf,
 7521 INTERCEPTOR(SIZE_T, regerror, int errcode, const void *preg, char *errbuf,
 7532 INTERCEPTOR(void, regfree, const void *preg) {
 7532 INTERCEPTOR(void, regfree, const void *preg) {
projects/compiler-rt/lib/sanitizer_common/sanitizer_printf.cpp
  327 void Report(const char *format, ...) {