Home
last modified time | relevance | path

Searched refs:tolimit (Results 1 – 25 of 60) sorted by relevance

123

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libgloss/i386/
H A Dcygmon-gmon.c77 static long tolimit = 0; variable
128 tolimit = s_textsize * ARCDENSITY / 100;
129 if (tolimit < MINARCS)
131 tolimit = MINARCS;
135 if (tolimit > 65534)
137 tolimit = 65534;
140 tos = (struct tostruct *) sbrk( tolimit * sizeof( struct tostruct ) );
148 bzero (tos, tolimit * sizeof( struct tostruct ) );
258 if (toindex >= tolimit) in _mcount()
295 if (toindex >= tolimit) in _mcount()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/i386/
H A Dcygmon-gmon.c77 static long tolimit = 0; variable
128 tolimit = s_textsize * ARCDENSITY / 100;
129 if (tolimit < MINARCS)
131 tolimit = MINARCS;
135 if (tolimit > 65534)
137 tolimit = 65534;
140 tos = (struct tostruct *) sbrk( tolimit * sizeof( struct tostruct ) );
148 bzero (tos, tolimit * sizeof( struct tostruct ) );
258 if (toindex >= tolimit) in _mcount()
295 if (toindex >= tolimit) in _mcount()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libgloss/i386/
H A Dcygmon-gmon.c77 static long tolimit = 0; variable
128 tolimit = s_textsize * ARCDENSITY / 100;
129 if (tolimit < MINARCS)
131 tolimit = MINARCS;
135 if (tolimit > 65534)
137 tolimit = 65534;
140 tos = (struct tostruct *) sbrk( tolimit * sizeof( struct tostruct ) );
148 bzero (tos, tolimit * sizeof( struct tostruct ) );
258 if (toindex >= tolimit) in _mcount()
295 if (toindex >= tolimit) in _mcount()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgmon.c58 static long tolimit = 0; variable
102 tolimit = s_textsize * ARCDENSITY / 100;
103 if ( tolimit < MINARCS ) {
104 tolimit = MINARCS;
105 } else if ( tolimit > 65534 ) {
106 tolimit = 65534;
108 tos = (struct tostruct *) sbrk( tolimit * sizeof( struct tostruct ) );
232 if (toindex >= tolimit) { in mcount()
265 if (toindex >= tolimit) { in mcount()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgmon.c58 static long tolimit = 0; variable
102 tolimit = s_textsize * ARCDENSITY / 100;
103 if ( tolimit < MINARCS ) {
104 tolimit = MINARCS;
105 } else if ( tolimit > 65534 ) {
106 tolimit = 65534;
108 tos = (struct tostruct *) sbrk( tolimit * sizeof( struct tostruct ) );
232 if (toindex >= tolimit) { in mcount()
265 if (toindex >= tolimit) { in mcount()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/mep/
H A Dmep-gmon.c132 static long tolimit = 0; variable
231 tolimit = s_textsize * ARCDENSITY / 100;
232 if (tolimit < MINARCS)
234 tolimit = MINARCS;
236 else if (tolimit > 65534)
238 tolimit = 65534;
240 tos = (struct tostruct *) sbrk (tolimit * sizeof (struct tostruct));
328 if (toindex >= tolimit)
365 if (toindex >= tolimit)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/config/i386/
H A Dgmon-sol2.c114 static long tolimit = 0; variable
160 tolimit = s_textsize * ARCDENSITY / 100;
161 if ( tolimit < MINARCS ) {
162 tolimit = MINARCS;
163 } else if ( tolimit > 65534 ) {
164 tolimit = 65534;
166 tos = (struct tostruct *) sbrk( tolimit * sizeof( struct tostruct ) );
309 if (toindex >= tolimit) { in internal_mcount()
342 if (toindex >= tolimit) { in internal_mcount()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/config/sparc/
H A Dgmon-sol2.c78 static long tolimit = 0; variable
124 tolimit = s_textsize * ARCDENSITY / 100; in monstartup()
125 if ( tolimit < MINARCS ) { in monstartup()
126 tolimit = MINARCS; in monstartup()
127 } else if ( tolimit > 65534 ) { in monstartup()
128 tolimit = 65534; in monstartup()
130 tos = (struct tostruct *) sbrk( tolimit * sizeof( struct tostruct ) ); in monstartup()
329 if (toindex >= tolimit) { in internal_mcount()
362 if (toindex >= tolimit) { in internal_mcount()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/config/sparc/
H A Dgmon-sol2.c78 static long tolimit = 0; variable
124 tolimit = s_textsize * ARCDENSITY / 100; in monstartup()
125 if ( tolimit < MINARCS ) { in monstartup()
126 tolimit = MINARCS; in monstartup()
127 } else if ( tolimit > 65534 ) { in monstartup()
128 tolimit = 65534; in monstartup()
130 tos = (struct tostruct *) sbrk( tolimit * sizeof( struct tostruct ) ); in monstartup()
328 if (toindex >= tolimit) { in internal_mcount()
361 if (toindex >= tolimit) { in internal_mcount()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/config/i386/
H A Dgmon-sol2.c114 static long tolimit = 0; variable
160 tolimit = s_textsize * ARCDENSITY / 100;
161 if ( tolimit < MINARCS ) {
162 tolimit = MINARCS;
163 } else if ( tolimit > 65534 ) {
164 tolimit = 65534;
166 tos = (struct tostruct *) sbrk( tolimit * sizeof( struct tostruct ) );
309 if (toindex >= tolimit) { in internal_mcount()
342 if (toindex >= tolimit) { in internal_mcount()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/config/i386/
H A Dgmon-sol2.c114 static long tolimit = 0; variable
160 tolimit = s_textsize * ARCDENSITY / 100;
161 if ( tolimit < MINARCS ) {
162 tolimit = MINARCS;
163 } else if ( tolimit > 65534 ) {
164 tolimit = 65534;
166 tos = (struct tostruct *) sbrk( tolimit * sizeof( struct tostruct ) );
309 if (toindex >= tolimit) { in internal_mcount()
342 if (toindex >= tolimit) { in internal_mcount()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/config/sparc/
H A Dgmon-sol2.c78 static long tolimit = 0; variable
124 tolimit = s_textsize * ARCDENSITY / 100; in monstartup()
125 if ( tolimit < MINARCS ) { in monstartup()
126 tolimit = MINARCS; in monstartup()
127 } else if ( tolimit > 65534 ) { in monstartup()
128 tolimit = 65534; in monstartup()
130 tos = (struct tostruct *) sbrk( tolimit * sizeof( struct tostruct ) ); in monstartup()
329 if (toindex >= tolimit) { in internal_mcount()
362 if (toindex >= tolimit) { in internal_mcount()
/dports/lang/gcc6-aux/gcc-6-20180516/libgcc/config/sol2/
H A Dgmon.c81 static long tolimit = 0; variable
122 tolimit = s_textsize * ARCDENSITY / 100; in monstartup()
123 if (tolimit < MINARCS) { in monstartup()
124 tolimit = MINARCS; in monstartup()
125 } else if (tolimit > 65534) { in monstartup()
126 tolimit = 65534; in monstartup()
128 tos = sbrk (tolimit * sizeof (struct tostruct)); in monstartup()
358 if (toindex >= tolimit) { in internal_mcount()
383 if (toindex >= tolimit) { in internal_mcount()
/dports/lang/gcc8/gcc-8.5.0/libgcc/config/sol2/
H A Dgmon.c81 static long tolimit = 0; variable
122 tolimit = s_textsize * ARCDENSITY / 100; in monstartup()
123 if (tolimit < MINARCS) { in monstartup()
124 tolimit = MINARCS; in monstartup()
125 } else if (tolimit > 65534) { in monstartup()
126 tolimit = 65534; in monstartup()
128 tos = sbrk (tolimit * sizeof (struct tostruct)); in monstartup()
358 if (toindex >= tolimit) { in internal_mcount()
383 if (toindex >= tolimit) { in internal_mcount()
/dports/lang/gcc48/gcc-4.8.5/libgcc/config/
H A Dgmon-sol2.c84 static long tolimit = 0; variable
125 tolimit = s_textsize * ARCDENSITY / 100; in monstartup()
126 if (tolimit < MINARCS) { in monstartup()
127 tolimit = MINARCS; in monstartup()
128 } else if (tolimit > 65534) { in monstartup()
129 tolimit = 65534; in monstartup()
131 tos = sbrk (tolimit * sizeof (struct tostruct)); in monstartup()
363 if (toindex >= tolimit) { in internal_mcount()
388 if (toindex >= tolimit) { in internal_mcount()
/dports/lang/gcc10/gcc-10.3.0/libgcc/config/sol2/
H A Dgmon.c81 static long tolimit = 0; variable
122 tolimit = s_textsize * ARCDENSITY / 100; in monstartup()
123 if (tolimit < MINARCS) { in monstartup()
124 tolimit = MINARCS; in monstartup()
125 } else if (tolimit > 65534) { in monstartup()
126 tolimit = 65534; in monstartup()
128 tos = sbrk (tolimit * sizeof (struct tostruct)); in monstartup()
358 if (toindex >= tolimit) { in internal_mcount()
383 if (toindex >= tolimit) { in internal_mcount()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgcc/config/sol2/
H A Dgmon.c81 static long tolimit = 0; variable
122 tolimit = s_textsize * ARCDENSITY / 100; in monstartup()
123 if (tolimit < MINARCS) { in monstartup()
124 tolimit = MINARCS; in monstartup()
125 } else if (tolimit > 65534) { in monstartup()
126 tolimit = 65534; in monstartup()
128 tos = sbrk (tolimit * sizeof (struct tostruct)); in monstartup()
358 if (toindex >= tolimit) { in internal_mcount()
383 if (toindex >= tolimit) { in internal_mcount()
/dports/lang/gcc12-devel/gcc-12-20211205/libgcc/config/sol2/
H A Dgmon.c81 static long tolimit = 0; variable
122 tolimit = s_textsize * ARCDENSITY / 100; in monstartup()
123 if (tolimit < MINARCS) { in monstartup()
124 tolimit = MINARCS; in monstartup()
125 } else if (tolimit > 65534) { in monstartup()
126 tolimit = 65534; in monstartup()
128 tos = sbrk (tolimit * sizeof (struct tostruct)); in monstartup()
358 if (toindex >= tolimit) { in internal_mcount()
383 if (toindex >= tolimit) { in internal_mcount()
/dports/lang/gcc11-devel/gcc-11-20211009/libgcc/config/sol2/
H A Dgmon.c81 static long tolimit = 0; variable
122 tolimit = s_textsize * ARCDENSITY / 100; in monstartup()
123 if (tolimit < MINARCS) { in monstartup()
124 tolimit = MINARCS; in monstartup()
125 } else if (tolimit > 65534) { in monstartup()
126 tolimit = 65534; in monstartup()
128 tos = sbrk (tolimit * sizeof (struct tostruct)); in monstartup()
358 if (toindex >= tolimit) { in internal_mcount()
383 if (toindex >= tolimit) { in internal_mcount()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgcc/config/sol2/
H A Dgmon.c81 static long tolimit = 0; variable
122 tolimit = s_textsize * ARCDENSITY / 100; in monstartup()
123 if (tolimit < MINARCS) { in monstartup()
124 tolimit = MINARCS; in monstartup()
125 } else if (tolimit > 65534) { in monstartup()
126 tolimit = 65534; in monstartup()
128 tos = sbrk (tolimit * sizeof (struct tostruct)); in monstartup()
358 if (toindex >= tolimit) { in internal_mcount()
383 if (toindex >= tolimit) { in internal_mcount()
/dports/lang/gcc9-devel/gcc-9-20211007/libgcc/config/sol2/
H A Dgmon.c81 static long tolimit = 0; variable
122 tolimit = s_textsize * ARCDENSITY / 100; in monstartup()
123 if (tolimit < MINARCS) { in monstartup()
124 tolimit = MINARCS; in monstartup()
125 } else if (tolimit > 65534) { in monstartup()
126 tolimit = 65534; in monstartup()
128 tos = sbrk (tolimit * sizeof (struct tostruct)); in monstartup()
358 if (toindex >= tolimit) { in internal_mcount()
383 if (toindex >= tolimit) { in internal_mcount()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgcc/config/sol2/
H A Dgmon.c81 static long tolimit = 0; variable
122 tolimit = s_textsize * ARCDENSITY / 100; in monstartup()
123 if (tolimit < MINARCS) { in monstartup()
124 tolimit = MINARCS; in monstartup()
125 } else if (tolimit > 65534) { in monstartup()
126 tolimit = 65534; in monstartup()
128 tos = sbrk (tolimit * sizeof (struct tostruct)); in monstartup()
358 if (toindex >= tolimit) { in internal_mcount()
383 if (toindex >= tolimit) { in internal_mcount()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgcc/config/sol2/
H A Dgmon.c81 static long tolimit = 0; variable
122 tolimit = s_textsize * ARCDENSITY / 100; in monstartup()
123 if (tolimit < MINARCS) { in monstartup()
124 tolimit = MINARCS; in monstartup()
125 } else if (tolimit > 65534) { in monstartup()
126 tolimit = 65534; in monstartup()
128 tos = sbrk (tolimit * sizeof (struct tostruct)); in monstartup()
358 if (toindex >= tolimit) { in internal_mcount()
383 if (toindex >= tolimit) { in internal_mcount()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgcc/config/
H A Dgmon-sol2.c84 static long tolimit = 0; variable
125 tolimit = s_textsize * ARCDENSITY / 100; in monstartup()
126 if (tolimit < MINARCS) { in monstartup()
127 tolimit = MINARCS; in monstartup()
128 } else if (tolimit > 65534) { in monstartup()
129 tolimit = 65534; in monstartup()
131 tos = sbrk (tolimit * sizeof (struct tostruct)); in monstartup()
363 if (toindex >= tolimit) { in internal_mcount()
388 if (toindex >= tolimit) { in internal_mcount()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgcc/config/sol2/
H A Dgmon.c81 static long tolimit = 0; variable
122 tolimit = s_textsize * ARCDENSITY / 100; in monstartup()
123 if (tolimit < MINARCS) { in monstartup()
124 tolimit = MINARCS; in monstartup()
125 } else if (tolimit > 65534) { in monstartup()
126 tolimit = 65534; in monstartup()
128 tos = sbrk (tolimit * sizeof (struct tostruct)); in monstartup()
358 if (toindex >= tolimit) { in internal_mcount()
383 if (toindex >= tolimit) { in internal_mcount()

123