Searched refs:create_dirs (Results 1 – 1 of 1) sorted by relevance
/external/elfutils/0.153/src/ |
D | unstrip.c | 1862 handle_file (const char *output_file, bool create_dirs, in handle_file() argument 1904 if (create_dirs) in handle_file() 1946 handle_explicit_files (const char *output_file, bool create_dirs, in handle_explicit_files() argument 1975 handle_file (output_file, create_dirs, stripped, &stripped_ehdr, unstripped); in handle_explicit_files() 1987 handle_dwfl_module (const char *output_file, bool create_dirs, in handle_dwfl_module() argument 2059 handle_explicit_files (output_file, create_dirs, in handle_dwfl_module() 2074 handle_file (output_file, create_dirs, stripped, &stripped_ehdr, debug); in handle_dwfl_module()
|