Home
last modified time | relevance | path

Searched refs:ReadBinaryName (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_fuchsia.cpp507 uptr ReadBinaryName(/*out*/ char *buf, uptr buf_len) { in ReadBinaryName() function
517 return ReadBinaryName(buf, buf_len); in ReadLongProcessName()
H A Dsanitizer_common.cpp297 ReadBinaryName(binary_name_cache_str, sizeof(binary_name_cache_str)); in CacheBinaryName()
H A Dsanitizer_win.cpp1091 uptr ReadBinaryName(/*out*/char *buf, uptr buf_len) { in ReadBinaryName() function
1113 return ReadBinaryName(buf, buf_len); in ReadLongProcessName()
H A Dsanitizer_mac.cpp465 uptr ReadBinaryName(/*out*/char *buf, uptr buf_len) { in ReadBinaryName() function
481 return ReadBinaryName(buf, buf_len); in ReadLongProcessName()
H A Dsanitizer_linux.cpp1160 uptr ReadBinaryName(/*out*/ char *buf, uptr buf_len) { in ReadBinaryName() function
1210 return ReadBinaryName(buf, buf_len); in ReadLongProcessName()
H A Dsanitizer_common.h279 uptr ReadBinaryName(/*out*/char *buf, uptr buf_len);