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

/external/qemu/memcheck/
H A Dmemcheck_util.c29 * sym_path - Buffer, where to save path to the symbols file path for the givem
32 * max_char - Character size of the buffer addressed by sym_path parameter.
34 * 0 on success, or -1 if symbols file has not been found, or sym_path buffer
38 get_sym_path(const char* module_path, char* sym_path, size_t max_char) argument
45 strcpy(sym_path, sym_path_root);
47 if (sym_path[strlen(sym_path)-1] != PATH_SEP_C) {
48 strcat(sym_path, PATH_SEP);
54 strcat(sym_path, "symbols");
59 strcat(sym_path, module_pat
235 char sym_path[MAX_PATH]; local
[all...]

Completed in 126 milliseconds