Home
last modified time | relevance | path

Searched refs:monstartup (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/libgcc/config/sol2/
H A Dgmon.c45 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 Dcrtpg.c27 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 Dgmon.c45 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 Dcrtpg.c27 extern void monstartup (char *, char *);
43 monstartup (_start, _etext); in __start_crt_compiler()
/netbsd-src/lib/csu/common/
H A Dcrt0-common.c69 extern void monstartup(u_long, u_long);
338 monstartup((u_long)&__eprol, (u_long)&__etext); in ___start()
/netbsd-src/lib/libc/gmon/
H A DMakefile.inc11 MLINKS+=moncontrol.3 monstartup.3
H A Dgmon.c108 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 Dsol2-c1.S104 call monstartup
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dsol2-c1.S104 call monstartup
/netbsd-src/usr.bin/spell/spell/
H A Dspecial.netbsd742 monstartup
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dgprof.texi1893 This routine (@code{monstartup}) can be invoked in several ways.
1895 which invokes @code{monstartup} before @code{main},
1902 calls @code{monstartup}.
H A Dgprof.info1637 ('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 Dgprof.texi1896 This routine (@code{monstartup}) can be invoked in several ways.
1898 which invokes @code{monstartup} before @code{main},
1905 calls @code{monstartup}.
H A Dgprof.info1640 (‘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 Dnostem.txt2502 monstartup
/netbsd-src/share/man/tools/
H A Dnewsp.errs2237 monstartup
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A DChangeLog5087 * 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 DChangeLog-200314228 Check for monstartup and _mcleanup regardless of --enable-profiling.
14229 * maint.c: Check for monstartup and _mcleanup before using them.
H A DChangeLog-201512373 (monstartup): Move declaration out of maintenance_set_profile_cmd,
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-200314228 Check for monstartup and _mcleanup regardless of --enable-profiling.
14229 * maint.c: Check for monstartup and _mcleanup before using them.
H A DChangeLog-201512373 (monstartup): Move declaration out of maintenance_set_profile_cmd,
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-199918164 (moncontrol, monstartup, _mcleanup, internal_mcount): Prototype.
18167 Cast `etext' to char* when calling `monstartup'.
H A DChangeLog-200721761 (monstartup): Use size_t for sizes.
21763 (internal_mcount): Pass 0 as the first argument to monstartup
H A DChangeLog-200336031 * config/sparc/gmon-sol2.c (moncontrol, monstartup, _mcleanup,
36033 (monstartup, _mcleanup, internal_mcount, moncontrol): Convert to
H A DChangeLog-199816827 function monstartup `void'. Likewise for internal_mcount. Add

12