Home
last modified time | relevance | path

Searched defs:uptr (Results 1 – 19 of 19) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp91 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 Dsanitizer_common.cpp339 static int InstallMallocFreeHooks(void (*malloc_hook)(const void *, uptr), in InstallMallocFreeHooks() argument
385 uptr), in __sanitizer_install_malloc_and_free_hooks() argument
H A Dsanitizer_suppressions.cpp63 static const char *FindFile(const char *file_path, char *, uptr) { in FindFile() argument
H A Dsanitizer_internal_defs.h139 typedef unsigned long long uptr; typedef
H A Dsanitizer_linux.cpp1235 void ForEachMappedRegion(link_map *map, void (*cb)(const void *, uptr)) { in ForEachMappedRegion() argument
/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_globals_win.cpp26 static void call_on_globals(void (*hook)(__asan_global *, uptr)) { in call_on_globals() argument
H A Dasan_malloc_linux.cpp118 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
H A Dasan_interceptors.cpp84 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr) in DECLARE_REAL_AND_INTERCEPTOR() argument
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_bo_list.c202 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 Dmemprof_malloc_linux.cpp106 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h81 typedef uintptr_t uptr; typedef
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp114 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
/openbsd/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_common.cpp368 uptr) {} in ProcessThreads() argument
489 ScanRangeForPointers(reinterpret_cast<uptr>(dtls_begin), in ProcessThreads() argument
H A Dlsan_interceptors.cpp157 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
/openbsd/gnu/llvm/compiler-rt/lib/interception/
H A Dinterception.h266 typedef unsigned long long uptr; typedef
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp765 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 Dgcc.c5947 struct user_specs *uptr; local
/openbsd/gnu/gcc/gcc/
H A Dgcc.c6088 struct user_specs *uptr; in main() local
/openbsd/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp235 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument