Searched defs:unstripped_file (Results 1 - 1 of 1) sorted by relevance

/external/elfutils/src/
H A Dunstrip.c1938 const char *stripped_file, const char *unstripped_file)
1948 if (unstripped_file != NULL)
1950 unstripped_fd = open_file (unstripped_file, output_file == NULL);
1963 stripped_file, unstripped_file);
2046 const char *unstripped_file = NULL;
2048 &stripped_file, &unstripped_file);
2051 stripped_file, unstripped_file);
1935 handle_explicit_files(const char *output_file, bool create_dirs, const char *stripped_file, const char *unstripped_file) argument
2044 const char *unstripped_file = NULL; local

Completed in 39 milliseconds