Searched refs:write_debug_string (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | vmsdbgout.c | 141 static int write_debug_string (const char *, const char *, int); 554 write_debug_string (const char *string, const char *comment, int dosizeonly) in write_debug_string() function 622 totsize += write_debug_string (module_name, "module name", dosizeonly); in write_modbeg() 625 totsize += write_debug_string (module_producer, "compiler name", dosizeonly); in write_modbeg() 691 totsize += write_debug_string (go, "main name", dosizeonly); in write_rtnbeg() 721 totsize += write_debug_string (rtnname, "routine name", dosizeonly); in write_rtnbeg() 1020 totsize += write_debug_string (remap_debug_filename ( in write_srccorr()
|