Searched refs:write_debug_string (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | vmsdbgout.c | 140 static int write_debug_string (const char *, const char *, int); 545 write_debug_string (const char *string, const char *comment, int dosizeonly) in write_debug_string() function 613 totsize += write_debug_string (module_name, "module name", dosizeonly); in write_modbeg() 616 totsize += write_debug_string (module_producer, "compiler name", dosizeonly); in write_modbeg() 682 totsize += write_debug_string (go, "main name", dosizeonly); in write_rtnbeg() 712 totsize += write_debug_string (rtnname, "routine name", dosizeonly); in write_rtnbeg() 1011 totsize += write_debug_string (remap_debug_filename ( in write_srccorr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | vmsdbgout.cc | 140 static int write_debug_string (const char *, const char *, int); 546 write_debug_string (const char *string, const char *comment, int dosizeonly) in write_debug_string() function 614 totsize += write_debug_string (module_name, "module name", dosizeonly); in write_modbeg() 617 totsize += write_debug_string (module_producer, "compiler name", dosizeonly); in write_modbeg() 683 totsize += write_debug_string (go, "main name", dosizeonly); in write_rtnbeg() 713 totsize += write_debug_string (rtnname, "routine name", dosizeonly); in write_rtnbeg() 1012 totsize += write_debug_string (remap_debug_filename ( in write_srccorr()
|
H A D | ChangeLog-2007 | 10195 write_debug_string, ASM_OUTPUT_DEBUG_STRING, write_rtnbeg,
|