HomeSort by: relevance | last modified time | path
    Searched defs:write_debug_addr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
vmsdbgout.cc 134 static int write_debug_addr (const char *, const char *, int);
439 write_debug_addr (const char *symbol, const char *comment, int dosizeonly)
680 totsize += write_debug_addr (rtnname, "main procedure descriptor",
704 totsize += write_debug_addr (rtnentryname, "routine entry name", dosizeonly);
707 totsize += write_debug_addr (rtnname, "routine procedure descriptor",
730 totsize += write_debug_addr (label, "prolog breakpoint addr",
438 write_debug_addr (const char *symbol, const char *comment, int dosizeonly) function
  /src/external/gpl3/gcc.old/dist/gcc/
vmsdbgout.cc 134 static int write_debug_addr (const char *, const char *, int);
439 write_debug_addr (const char *symbol, const char *comment, int dosizeonly)
680 totsize += write_debug_addr (rtnname, "main procedure descriptor",
704 totsize += write_debug_addr (rtnentryname, "routine entry name", dosizeonly);
707 totsize += write_debug_addr (rtnname, "routine procedure descriptor",
730 totsize += write_debug_addr (label, "prolog breakpoint addr",
438 write_debug_addr (const char *symbol, const char *comment, int dosizeonly) function

Completed in 16 milliseconds