Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Dcorelow.c57 static struct core_fns *core_file_fns = NULL; variable
109 cf->next = core_file_fns; in add_core_fns()
110 core_file_fns = cf; in add_core_fns()
142 for (cf = core_file_fns; cf != NULL; cf = cf->next) in sniff_core_bfd()
162 yummy = core_file_fns; in sniff_core_bfd()
184 for (cf = core_file_fns; cf != NULL; cf = cf->next) in gdb_check_format()