Searched refs:path_to_binary (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_mac.cpp81 void GetArgV(const char *path_to_binary,
84 argv[i++] = path_to_binary;
H A Dsanitizer_symbolizer_internal.h104 virtual void GetArgV(const char *path_to_binary, argument
H A Dsanitizer_symbolizer_posix_libcdep.cpp211 void GetArgV(const char *path_to_binary,
214 argv[i++] = path_to_binary;
H A Dsanitizer_symbolizer_libcdep.cpp251 void GetArgV(const char *path_to_binary,
284 argv[i++] = path_to_binary;
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py765 def get_uuid_from_binary(path_to_binary, arch=None):
766 cache_key = (path_to_binary, arch)
770 if not os.path.exists(path_to_binary):
771 raise GetUUIDFromBinaryException('Binary "{}" does not exist'.format(path_to_binary))
775 cmd.append(path_to_binary)
800 logging.error('Failed to retrieve UUID from binary {}'.format(path_to_binary))
802 raise GetUUIDFromBinaryException('Failed to retrieve UUID from binary "{}"'.format(path_to_binary))

Completed in 166 milliseconds