/netbsd-src/external/gpl3/gcc/dist/libgcc/config/sol2/ |
H A D | gmon.c | 45 extern void monstartup (char *, char *); 95 monstartup (char *lowpc, char *highpc) in monstartup() function 328 monstartup ((char *) 0x8048000, etext); in internal_mcount() 330 monstartup (NULL, etext); in internal_mcount() 336 monstartup (_start < _init ? _start : _init, etext); in internal_mcount()
|
H A D | crtpg.c | 27 extern void monstartup (char *, char *); 43 monstartup (_start, _etext); in __start_crt_compiler()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/sol2/ |
H A D | gmon.c | 45 extern void monstartup (char *, char *); 95 monstartup (char *lowpc, char *highpc) in monstartup() function 328 monstartup ((char *) 0x8048000, etext); in internal_mcount() 330 monstartup (NULL, etext); in internal_mcount() 336 monstartup (_start < _init ? _start : _init, etext); in internal_mcount()
|
H A D | crtpg.c | 27 extern void monstartup (char *, char *); 43 monstartup (_start, _etext); in __start_crt_compiler()
|
/netbsd-src/lib/csu/common/ |
H A D | crt0-common.c | 69 extern void monstartup(u_long, u_long); 338 monstartup((u_long)&__eprol, (u_long)&__etext); in ___start()
|
/netbsd-src/lib/libc/gmon/ |
H A D | Makefile.inc | 11 MLINKS+=moncontrol.3 monstartup.3
|
H A D | gmon.c | 108 void monstartup(u_long, u_long); 121 monstartup(u_long lowpc, u_long highpc) in monstartup() function
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/i386/ |
H A D | sol2-c1.S | 104 call monstartup
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/i386/ |
H A D | sol2-c1.S | 104 call monstartup
|
/netbsd-src/usr.bin/spell/spell/ |
H A D | special.netbsd | 742 monstartup
|
/netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
H A D | gprof.texi | 1893 This routine (@code{monstartup}) can be invoked in several ways. 1895 which invokes @code{monstartup} before @code{main}, 1902 calls @code{monstartup}.
|
H A D | gprof.info | 1637 ('monstartup') can be invoked in several ways. On Linux systems, a 1638 special profiling startup file 'gcrt0.o', which invokes 'monstartup' 1643 'main' is called), calls 'monstartup'.
|
/netbsd-src/external/gpl3/binutils/dist/gprof/ |
H A D | gprof.texi | 1896 This routine (@code{monstartup}) can be invoked in several ways. 1898 which invokes @code{monstartup} before @code{main}, 1905 calls @code{monstartup}.
|
H A D | gprof.info | 1640 (‘monstartup’) can be invoked in several ways. On Linux systems, a 1641 special profiling startup file ‘gcrt0.o’, which invokes ‘monstartup’ 1646 ‘main’ is called), calls ‘monstartup’.
|
/netbsd-src/usr.sbin/makemandb/ |
H A D | nostem.txt | 2502 monstartup
|
/netbsd-src/share/man/tools/ |
H A D | newsp.errs | 2237 monstartup
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | ChangeLog | 5087 * config/sol2/gmon.c: (monstartup): Don't write trailing NUL of 11010 (monstartup) [hp300]: Remove.
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2003 | 14228 Check for monstartup and _mcleanup regardless of --enable-profiling. 14229 * maint.c: Check for monstartup and _mcleanup before using them.
|
H A D | ChangeLog-2015 | 12373 (monstartup): Move declaration out of maintenance_set_profile_cmd,
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2003 | 14228 Check for monstartup and _mcleanup regardless of --enable-profiling. 14229 * maint.c: Check for monstartup and _mcleanup before using them.
|
H A D | ChangeLog-2015 | 12373 (monstartup): Move declaration out of maintenance_set_profile_cmd,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-1999 | 18164 (moncontrol, monstartup, _mcleanup, internal_mcount): Prototype. 18167 Cast `etext' to char* when calling `monstartup'.
|
H A D | ChangeLog-2007 | 21761 (monstartup): Use size_t for sizes. 21763 (internal_mcount): Pass 0 as the first argument to monstartup
|
H A D | ChangeLog-2003 | 36031 * config/sparc/gmon-sol2.c (moncontrol, monstartup, _mcleanup, 36033 (monstartup, _mcleanup, internal_mcount, moncontrol): Convert to
|
H A D | ChangeLog-1998 | 16827 function monstartup `void'. Likewise for internal_mcount. Add
|