Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dsolib-svr4.c349 static int match_main (const char *);
1234 if (! new->so_name[0] || match_main (new->so_name)) in svr4_read_so_list()
1352 match_main (const char *soname) in match_main() function