/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_solaris.cpp | 91 DECLARE__REAL_AND_INTERNAL(uptr, close, fd_t fd) { in DECLARE__REAL_AND_INTERNAL() argument 114 DECLARE__REAL_AND_INTERNAL(uptr, ftruncate, fd_t fd, uptr size) { in DECLARE__REAL_AND_INTERNAL() argument 126 DECLARE__REAL_AND_INTERNAL64(uptr, fstat, fd_t fd, void *buf) { in DECLARE__REAL_AND_INTERNAL64() argument 137 DECLARE__REAL_AND_INTERNAL(uptr, dup, int oldfd) { in DECLARE__REAL_AND_INTERNAL() argument 141 DECLARE__REAL_AND_INTERNAL(uptr, dup2, int oldfd, int newfd) { in DECLARE__REAL_AND_INTERNAL() argument 150 DECLARE__REAL_AND_INTERNAL(uptr, unlink, const char *path) { in DECLARE__REAL_AND_INTERNAL() argument 154 DECLARE__REAL_AND_INTERNAL(uptr, rename, const char *oldpath, in DECLARE__REAL_AND_INTERNAL() argument 159 DECLARE__REAL_AND_INTERNAL(uptr, sched_yield, void) { in DECLARE__REAL_AND_INTERNAL() argument 170 DECLARE__REAL_AND_INTERNAL(uptr, execve, const char *filename, in DECLARE__REAL_AND_INTERNAL() argument 179 DECLARE__REAL_AND_INTERNAL(uptr, getpid, void) { in DECLARE__REAL_AND_INTERNAL() argument [all …]
|
H A D | sanitizer_common.cpp | 339 static int InstallMallocFreeHooks(void (*malloc_hook)(const void *, uptr), in InstallMallocFreeHooks() argument 385 uptr), in __sanitizer_install_malloc_and_free_hooks() argument
|
H A D | sanitizer_suppressions.cpp | 63 static const char *FindFile(const char *file_path, char *, uptr) { in FindFile() argument
|
H A D | sanitizer_internal_defs.h | 139 typedef unsigned long long uptr; typedef
|
H A D | sanitizer_linux.cpp | 1235 void ForEachMappedRegion(link_map *map, void (*cb)(const void *, uptr)) { in ForEachMappedRegion() argument
|
/openbsd/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_globals_win.cpp | 26 static void call_on_globals(void (*hook)(__asan_global *, uptr)) { in call_on_globals() argument
|
H A D | asan_malloc_linux.cpp | 118 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
|
H A D | asan_interceptors.cpp | 84 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr) in DECLARE_REAL_AND_INTERCEPTOR() argument
|
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_bo_list.c | 202 const void __user *uptr = u64_to_user_ptr(in->bo_info_ptr); in amdgpu_bo_create_list_entry_array() local
|
/openbsd/gnu/llvm/compiler-rt/lib/memprof/ |
H A D | memprof_malloc_linux.cpp | 106 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
|
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | internal_defs.h | 81 typedef uintptr_t uptr; typedef
|
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | dfsan_interceptors.cpp | 114 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
|
/openbsd/gnu/llvm/compiler-rt/lib/lsan/ |
H A D | lsan_common.cpp | 368 uptr) {} in ProcessThreads() argument 489 ScanRangeForPointers(reinterpret_cast<uptr>(dtls_begin), in ProcessThreads() argument
|
H A D | lsan_interceptors.cpp | 157 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
|
/openbsd/gnu/llvm/compiler-rt/lib/interception/ |
H A D | interception.h | 266 typedef unsigned long long uptr; typedef
|
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 765 TSAN_INTERCEPTOR(uptr, malloc_usable_size, void *p) { in TSAN_INTERCEPTOR() argument 2779 TSAN_INTERCEPTOR(uptr, __tls_get_addr_internal, void *arg) { in TSAN_INTERCEPTOR() argument
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | gcc.c | 5947 struct user_specs *uptr; local
|
/openbsd/gnu/gcc/gcc/ |
H A D | gcc.c | 6088 struct user_specs *uptr; in main() local
|
/openbsd/gnu/llvm/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 235 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
|