Searched refs:write_debug_string (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dvmsdbgout.c158 static int write_debug_string (char *, const char *, int);
691 write_debug_string (char *string, const char *comment, int dosizeonly)
759 totsize += write_debug_string (module_name, "module name", dosizeonly);
762 totsize += write_debug_string (module_producer, "compiler name", dosizeonly);
829 totsize += write_debug_string ((char *) go, "main name", dosizeonly);
859 totsize += write_debug_string (rtnname, "routine name", dosizeonly);
1154 totsize += write_debug_string (file_info_entry.file_name,
690 write_debug_string (char *string, const char *comment, int dosizeonly) function

Completed in 102 milliseconds