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.cpp506 uptr ReadBinaryName(/*out*/ char *buf, uptr buf_len) { in ReadBinaryName() function
516 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.cpp1092 uptr ReadBinaryName(/*out*/char *buf, uptr buf_len) { in ReadBinaryName() function
1114 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_common.h278 uptr ReadBinaryName(/*out*/char *buf, uptr buf_len);
H A Dsanitizer_linux.cpp1229 uptr ReadBinaryName(/*out*/ char *buf, uptr buf_len) { in ReadBinaryName() function
1279 return ReadBinaryName(buf, buf_len); in ReadLongProcessName()