Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp64 DECLARE__REAL_AND_INTERNAL64(uptr, mmap, void *addr, uptr /*size_t*/ length, in DECLARE__REAL_AND_INTERNAL64() argument
69 DECLARE__REAL_AND_INTERNAL(uptr, munmap, void *addr, uptr length) { in DECLARE__REAL_AND_INTERNAL() argument
91 DECLARE__REAL_AND_INTERNAL(uptr, close, fd_t fd) { in DECLARE__REAL_AND_INTERNAL() argument
105 DECLARE__REAL_AND_INTERNAL(uptr, read, fd_t fd, void *buf, uptr count) { in DECLARE__REAL_AND_INTERNAL() argument
109 DECLARE__REAL_AND_INTERNAL(uptr, write, fd_t fd, const void *buf, uptr count) { in DECLARE__REAL_AND_INTERNAL() argument
114 DECLARE__REAL_AND_INTERNAL(uptr, ftruncate, fd_t fd, uptr size) { in DECLARE__REAL_AND_INTERNAL() argument
118 DECLARE__REAL_AND_INTERNAL64(uptr, stat, const char *path, void *buf) { in DECLARE__REAL_AND_INTERNAL64() argument
122 DECLARE__REAL_AND_INTERNAL64(uptr, lstat, const char *path, void *buf) { in DECLARE__REAL_AND_INTERNAL64() 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
[all …]
H A Dsanitizer_thread_arg_retval.cpp88 __anona9def5290102(DenseMap<uptr, Data>::value_type& kv) GetAllPtrsLocked() argument
H A Dsanitizer_suppressions.cpp63 static const char *FindFile(const char *file_path, char *, uptr) { in FindFile() argument
H A Dsanitizer_common.cpp368 static int InstallMallocFreeHooks(void (*malloc_hook)(const void *, uptr), in InstallMallocFreeHooks() argument
414 uptr), in __sanitizer_install_malloc_and_free_hooks() argument
H A Dsanitizer_internal_defs.h143 typedef unsigned long long uptr; typedef
H A Dsanitizer_linux.cpp1298 void ForEachMappedRegion(link_map *map, void (*cb)(const void *, uptr)) { in ForEachMappedRegion() argument
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pointers/
H A Dtst.IntegerArithmetic1.d42 uintptr_t uptr; variable
/freebsd/contrib/llvm-project/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.cpp115 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
H A Dasan_interceptors.cpp88 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr) in DECLARE_REAL_AND_INTERCEPTOR() argument
/freebsd/sys/xen/
H A Dprivcmd.h67 void *uptr; /* pointer to memory (in calling process) */ member
/freebsd/contrib/libarchive/tar/
H A Dbsdtar.c142 char *tptr, *uptr; in main() local
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp106 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
/freebsd/sys/dev/aac/
H A Daac.c3557 aac_return_aif(struct aac_softc *sc, struct aac_fib_context *ctx, caddr_t uptr) in aac_return_aif()
3584 aac_get_pci_info(struct aac_softc *sc, caddr_t uptr) in aac_get_pci_info()
3604 aac_supported_features(struct aac_softc *sc, caddr_t uptr) in aac_supported_features()
3646 aac_query_disk(struct aac_softc *sc, caddr_t uptr) in aac_query_disk()
/freebsd/sys/dev/aacraid/
H A Daacraid.c3464 aac_return_aif(struct aac_softc *sc, struct aac_fib_context *ctx, caddr_t uptr) in aac_return_aif()
3488 aac_get_pci_info(struct aac_softc *sc, caddr_t uptr) in aac_get_pci_info()
3508 aac_supported_features(struct aac_softc *sc, caddr_t uptr) in aac_supported_features()
3551 aac_query_disk(struct aac_softc *sc, caddr_t uptr) in aac_query_disk()
/freebsd/contrib/tcsh/
H A Dtc.who.c200 struct utmp *uptr; local
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h81 typedef uintptr_t uptr; typedef
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp114 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp371 uptr) {} in ProcessThreads() argument
492 ScanRangeForPointers(reinterpret_cast<uptr>(dtls_begin), in ProcessThreads() argument
H A Dlsan_interceptors.cpp157 INTERCEPTOR(uptr,malloc_usable_size,void * ptr) INTERCEPTOR() argument
[all...]
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_interceptors.cpp197 INTERCEPTOR(uptr, strxfrm, char *dst, const char *src, uptr size) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception.h347 typedef unsigned long long uptr; typedef
/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c76 typedef uintptr_t uptr; typedef
78 typedef unsigned int uptr; typedef
80 typedef sqlite3_uint64 uptr; typedef
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_util.c763 ev_uintptr_t uptr; in test_evutil_integers() local
/freebsd/contrib/libevent/test/
H A Dregress_util.c763 ev_uintptr_t uptr; in test_evutil_integers() local

12