Home
last modified time | relevance | path

Searched refs:s_lowpc (Results 1 – 25 of 87) sorted by relevance

1234

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gprof/
H A Dmips.c63 if (p_lowpc < s_lowpc) in mips_find_call()
65 p_lowpc = s_lowpc; in mips_find_call()
76 op = bfd_get_32 (core_bfd, &((char *)core_text_space)[pc - s_lowpc]); in mips_find_call()
85 if (dest_pc >= s_lowpc && dest_pc <= s_highpc) in mips_find_call()
H A Di386.c60 if (p_lowpc < s_lowpc) in i386_find_call()
62 p_lowpc = s_lowpc; in i386_find_call()
86 if (destpc >= s_lowpc && destpc <= s_highpc) in i386_find_call()
H A Dsparc.c55 if (p_lowpc < s_lowpc) in sparc_find_call()
57 p_lowpc = s_lowpc; in sparc_find_call()
80 if (dest_pc >= s_lowpc && dest_pc <= s_highpc) in sparc_find_call()
/dports/devel/djgpp-binutils/binutils-2.17/gprof/
H A Dmips.c63 if (p_lowpc < s_lowpc) in mips_find_call()
65 p_lowpc = s_lowpc; in mips_find_call()
76 op = bfd_get_32 (core_bfd, &((char *)core_text_space)[pc - s_lowpc]); in mips_find_call()
85 if (dest_pc >= s_lowpc && dest_pc <= s_highpc) in mips_find_call()
H A Di386.c60 if (p_lowpc < s_lowpc) in i386_find_call()
62 p_lowpc = s_lowpc; in i386_find_call()
86 if (destpc >= s_lowpc && destpc <= s_highpc) in i386_find_call()
H A Dsparc.c55 if (p_lowpc < s_lowpc) in sparc_find_call()
57 p_lowpc = s_lowpc; in sparc_find_call()
80 if (dest_pc >= s_lowpc && dest_pc <= s_highpc) in sparc_find_call()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/machine/spu/
H A Dspu-gmon.c128 static uintptr_t s_lowpc = 0; variable
150 if (pc < s_lowpc || pc > s_highpc) in __sample()
175 hist_hdr.low_pc = s_lowpc; in write_histogram()
205 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof (*froms)); in write_callgraph()
265 s_lowpc = in __monstartup()
269 s_textsize = s_highpc - s_lowpc; in __monstartup()
347 if (frompc < s_lowpc || frompc > s_highpc) in __mcount_internal()
349 frompc -= s_lowpc; in __mcount_internal()
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/machine/spu/
H A Dspu-gmon.c128 static uintptr_t s_lowpc = 0; variable
150 if (pc < s_lowpc || pc > s_highpc) in __sample()
175 hist_hdr.low_pc = s_lowpc; in write_histogram()
205 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof (*froms)); in write_callgraph()
265 s_lowpc = in __monstartup()
269 s_textsize = s_highpc - s_lowpc; in __monstartup()
347 if (frompc < s_lowpc || frompc > s_highpc) in __mcount_internal()
349 frompc -= s_lowpc; in __mcount_internal()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gprof/
H A Dmips.c66 if (p_lowpc < s_lowpc)
68 p_lowpc = s_lowpc;
79 op = bfd_get_32 (core_bfd, &((char *)core_text_space)[pc - s_lowpc]);
88 if (dest_pc >= s_lowpc && dest_pc <= s_highpc)
H A Dsparc.c58 if (p_lowpc < s_lowpc)
60 p_lowpc = s_lowpc;
83 if (dest_pc >= s_lowpc && dest_pc <= s_highpc)
H A Di386.c64 if (p_lowpc < s_lowpc)
66 p_lowpc = s_lowpc;
90 if (destpc >= s_lowpc && destpc <= s_highpc)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gprof/
H A Dmips.c66 if (p_lowpc < s_lowpc)
68 p_lowpc = s_lowpc;
79 op = bfd_get_32 (core_bfd, &((char *)core_text_space)[pc - s_lowpc]);
88 if (dest_pc >= s_lowpc && dest_pc <= s_highpc)
H A Dsparc.c58 if (p_lowpc < s_lowpc)
60 p_lowpc = s_lowpc;
83 if (dest_pc >= s_lowpc && dest_pc <= s_highpc)
H A Di386.c64 if (p_lowpc < s_lowpc)
66 p_lowpc = s_lowpc;
90 if (destpc >= s_lowpc && destpc <= s_highpc)
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/prof/
H A Dprof.cpp67 static u32 s_lowpc = 0; variable
130 cpuProfil(sbuf, ssiz, (u32)s_lowpc, s_scale); in profControl()
156 s_lowpc = lowpc; in profStartup()
235 profWrite32(fd, (u32)s_lowpc) || in profCleanup()
265 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms)); in profCleanup()
312 frompcindex = (unsigned short *) ((long) frompcindex - (long) s_lowpc); in profCount()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgmon.c59 static char *s_lowpc = 0; variable
85 s_lowpc = lowpc;
172 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms)); in _mcleanup()
220 frompcindex = (unsigned short *) ((long) frompcindex - (long) s_lowpc); in mcount()
318 (int)s_lowpc, s_scale);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libgloss/i386/
H A Dcygmon-gmon.c78 static char *s_lowpc = 0; variable
107 s_lowpc = lowpc;
188 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms)); in _mcleanup()
244 frompcindex = (unsigned short *)((long)frompcindex - (long)s_lowpc); in _mcount()
352 (int)s_lowpc, s_scale);
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/i386/
H A Dcygmon-gmon.c78 static char *s_lowpc = 0; variable
107 s_lowpc = lowpc;
188 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms)); in _mcleanup()
244 frompcindex = (unsigned short *)((long)frompcindex - (long)s_lowpc); in _mcount()
352 (int)s_lowpc, s_scale);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgmon.c59 static char *s_lowpc = 0; variable
85 s_lowpc = lowpc;
172 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms)); in _mcleanup()
220 frompcindex = (unsigned short *) ((long) frompcindex - (long) s_lowpc); in mcount()
318 (int)s_lowpc, s_scale);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libgloss/i386/
H A Dcygmon-gmon.c78 static char *s_lowpc = 0; variable
107 s_lowpc = lowpc;
188 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms)); in _mcleanup()
244 frompcindex = (unsigned short *)((long)frompcindex - (long)s_lowpc); in _mcount()
352 (int)s_lowpc, s_scale);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/config/i386/
H A Dgmon-sol2.c115 static char *s_lowpc = 0; variable
143 s_lowpc = lowpc;
231 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms)); in _mcleanup()
297 frompcindex = (unsigned short *)((long)frompcindex - (long)s_lowpc); in internal_mcount()
398 (int)s_lowpc, s_scale);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/config/sparc/
H A Dgmon-sol2.c79 static char *s_lowpc = 0; variable
107 s_lowpc = lowpc; in monstartup()
219 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms)); in _mcleanup()
317 frompcindex = (unsigned short *)((long)frompcindex - (long)s_lowpc); in internal_mcount()
416 (long)s_lowpc, s_scale); in moncontrol()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/config/sparc/
H A Dgmon-sol2.c79 static char *s_lowpc = 0; variable
107 s_lowpc = lowpc; in monstartup()
219 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms)); in _mcleanup()
316 frompcindex = (unsigned short *)((long)frompcindex - (long)s_lowpc); in internal_mcount()
415 (long)s_lowpc, s_scale); in moncontrol()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/config/i386/
H A Dgmon-sol2.c115 static char *s_lowpc = 0; variable
143 s_lowpc = lowpc;
231 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms)); in _mcleanup()
297 frompcindex = (unsigned short *)((long)frompcindex - (long)s_lowpc); in internal_mcount()
398 (int)s_lowpc, s_scale);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/config/i386/
H A Dgmon-sol2.c115 static char *s_lowpc = 0; variable
143 s_lowpc = lowpc;
231 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms)); in _mcleanup()
297 frompcindex = (unsigned short *)((long)frompcindex - (long)s_lowpc); in internal_mcount()
398 (int)s_lowpc, s_scale);

1234