Searched refs:write_debug_string (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | vmsdbgout.c | 158 static int write_debug_string (char *, const char *, int); 690 write_debug_string (char *string, const char *comment, int dosizeonly) in write_debug_string() function 758 totsize += write_debug_string (module_name, "module name", dosizeonly); in write_modbeg() 761 totsize += write_debug_string (module_producer, "compiler name", dosizeonly); in write_modbeg() 828 totsize += write_debug_string ((char *) go, "main name", dosizeonly); in write_rtnbeg() 858 totsize += write_debug_string (rtnname, "routine name", dosizeonly); in write_rtnbeg() 1153 totsize += write_debug_string (file_info_entry.file_name, in write_srccorr()
|