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
 2653 INTERCEPTOR(struct __sanitizer_hostent *, gethostbyname, char *name) {
 2653 INTERCEPTOR(struct __sanitizer_hostent *, gethostbyname, char *name) {
 2661 INTERCEPTOR(struct __sanitizer_hostent *, gethostbyaddr, void *addr, int len,
 2661 INTERCEPTOR(struct __sanitizer_hostent *, gethostbyaddr, void *addr, int len,
 2671 INTERCEPTOR(struct __sanitizer_hostent *, gethostent, int fake) {
 2671 INTERCEPTOR(struct __sanitizer_hostent *, gethostent, int fake) {
projects/compiler-rt/lib/sanitizer_common/sanitizer_printf.cpp
  327 void Report(const char *format, ...) {