Home
last modified time | relevance | path

Searched refs:is_dwp (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
HDdwarf2read.c8811 try_open_dwop_file (const char *file_name, int is_dwp) in try_open_dwop_file() argument
8818 if (is_dwp) in try_open_dwop_file()
8852 open_dwop_file (const char *file_name, const char *comp_dir, int is_dwp) in open_dwop_file() argument
8857 return try_open_dwop_file (file_name, is_dwp); in open_dwop_file()
8867 abfd = try_open_dwop_file (path_to_try, is_dwp); in open_dwop_file()
8879 return try_open_dwop_file (file_name, is_dwp); in open_dwop_file()