Searched refs:lowpc (Results 1 - 14 of 14) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gprof/
H A Dhist.h29 bfd_vma lowpc;
28 bfd_vma lowpc; member in struct:histogram
H A Dhist.c49 static histogram *find_histogram (bfd_vma lowpc, bfd_vma highpc);
101 if (gmon_io_read_vma (ifp, &record->lowpc)
114 n_hist_scale = (double)((record->highpc - record->lowpc) / sizeof (UNIT))
173 bfd_vma lowpc, highpc;
182 existing_record = find_histogram (n_record.lowpc, n_record.highpc);
191 lowpc = n_record.lowpc;
193 hist_clip_symbol_address (&lowpc, &highpc);
194 if (lowpc != highpc)
222 (unsigned long) record->lowpc, (unsigne
172 bfd_vma lowpc, highpc; local
371 bfd_vma lowpc = r->lowpc / sizeof (UNIT); local
729 find_histogram(bfd_vma lowpc, bfd_vma highpc) argument
[all...]
H A Dgmon_io.c410 are the same: lowpc, highpc, ncnt */
485 if (histograms && (tmp.low_pc != histograms->lowpc
498 histograms->lowpc = tmp.low_pc;
509 printf ("[gmon_out_read] lowpc 0x%lx highpc 0x%lx ncnt %d\n",
516 if (samp_bytes < 0 || histograms->lowpc > histograms->highpc)
686 if (gmon_io_write_vma (ofp, histograms->lowpc)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/i386/
H A Dgmon-sol2.c129 monstartup(lowpc, highpc)
130 char *lowpc;
138 * round lowpc and highpc to multiples of the density we're using
141 lowpc = (char *)
142 ROUNDDOWN((unsigned)lowpc, HISTFRACTION*sizeof(HISTCOUNTER));
143 s_lowpc = lowpc;
147 s_textsize = highpc - lowpc;
177 ( (struct phdr *) buffer ) -> lpc = lowpc;
183 o = highpc - lowpc;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Dgmon-sol2.c134 monstartup(char *lowpc, char *highpc) argument
141 * round lowpc and highpc to multiples of the density we're using
144 lowpc = (char *)
145 ROUNDDOWN((size_t)lowpc, HISTFRACTION*sizeof(HISTCOUNTER));
146 s_lowpc = lowpc;
150 s_textsize = highpc - lowpc;
180 ( (struct phdr *) buffer ) -> lpc = lowpc;
186 o = highpc - lowpc;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dgmon-sol2.c95 void monstartup(char *lowpc, char *highpc) argument
102 * round lowpc and highpc to multiples of the density we're using
105 lowpc = (char *)
106 ROUNDDOWN((unsigned long)lowpc, HISTFRACTION*sizeof(HISTCOUNTER));
107 s_lowpc = lowpc;
111 s_textsize = highpc - lowpc;
141 ( (struct phdr *) buffer ) -> lpc = lowpc;
147 o = highpc - lowpc;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/sparc/
H A Dgmon-sol2.c95 void monstartup(char *lowpc, char *highpc) argument
102 * round lowpc and highpc to multiples of the density we're using
105 lowpc = (char *)
106 ROUNDDOWN((unsigned long)lowpc, HISTFRACTION*sizeof(HISTCOUNTER));
107 s_lowpc = lowpc;
111 s_textsize = highpc - lowpc;
141 ( (struct phdr *) buffer ) -> lpc = lowpc;
147 o = highpc - lowpc;
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dgmon.h130 u_long lowpc; member in struct:gmonparam
/netbsd-6-1-5-RELEASE/lib/libc/gmon/
H A Dgmon.c121 monstartup(u_long lowpc, u_long highpc) argument
128 * round lowpc and highpc to multiples of the density we're using
131 p->lowpc = rounddown(lowpc, HISTFRACTION * sizeof(HISTCOUNTER));
133 p->textsize = p->highpc - p->lowpc;
161 o = p->highpc - p->lowpc;
455 hdr->lpc = p->lowpc;
467 frompc = p->lowpc;
503 p->lowpc, s_scale);
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsubr_prof.c70 * Round lowpc and highpc to multiples of the density we're using
73 p->lowpc = rounddown(((u_long)kernel_text),
77 p->textsize = p->highpc - p->lowpc;
79 p->textsize, p->lowpc, p->highpc);
H A Dkern_clock.c300 i = CLKF_PC(frame) - g->lowpc;
388 i = CLKF_PC(frame) - g->lowpc;
/netbsd-6-1-5-RELEASE/common/lib/libc/gmon/
H A Dmcount.c164 frompc -= p->lowpc;
/netbsd-6-1-5-RELEASE/usr.sbin/kgmon/
H A Dkgmon.c319 h.lpc = kvp->gpm.lowpc;
390 (void)fprintf(stderr, "%s: lowpc 0x%lx, textsize 0x%lx\n",
391 getprogname(), kvp->gpm.lowpc, kvp->gpm.textsize);
396 frompc = (u_long)kvp->gpm.lowpc +
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Ddwarf2read.c591 CORE_ADDR lowpc; member in struct:partial_die_info
686 CORE_ADDR lowpc, highpc; member in struct:function_range
887 CORE_ADDR *lowpc, CORE_ADDR *highpc,
890 static void add_partial_module (struct partial_die_info *pdi, CORE_ADDR *lowpc,
898 CORE_ADDR *lowpc, CORE_ADDR *highpc,
3306 CORE_ADDR lowpc, highpc;
3308 lowpc = ((CORE_ADDR) -1);
3313 scan_partial_symbols (first_die, &lowpc, &highpc,
3316 /* If we didn't find a lowpc, set it to highpc to avoid
3318 if (lowpc
3304 CORE_ADDR lowpc, highpc; local
3620 scan_partial_symbols(struct partial_die_info *first_die, CORE_ADDR *lowpc, CORE_ADDR *highpc, int need_pc, struct dwarf2_cu *cu) argument
4009 add_partial_namespace(struct partial_die_info *pdi, CORE_ADDR *lowpc, CORE_ADDR *highpc, int need_pc, struct dwarf2_cu *cu) argument
4026 add_partial_module(struct partial_die_info *pdi, CORE_ADDR *lowpc, CORE_ADDR *highpc, int need_pc, struct dwarf2_cu *cu) argument
4046 add_partial_subprogram(struct partial_die_info *pdi, CORE_ADDR *lowpc, CORE_ADDR *highpc, int need_pc, struct dwarf2_cu *cu) argument
4644 CORE_ADDR lowpc, highpc; local
5372 CORE_ADDR lowpc = ((CORE_ADDR) -1); local
5474 CORE_ADDR lowpc; local
5544 add_to_cu_func_list(const char *name, CORE_ADDR lowpc, CORE_ADDR highpc, struct dwarf2_cu *cu) argument
5706 CORE_ADDR lowpc; local
5895 CORE_ADDR lowpc, highpc; local
6091 dwarf2_get_pc_bounds(struct die_info *die, CORE_ADDR *lowpc, CORE_ADDR *highpc, struct dwarf2_cu *cu, struct partial_symtab *pst) argument
6154 dwarf2_get_subprogram_pc_bounds(struct die_info *die, CORE_ADDR *lowpc, CORE_ADDR *highpc, struct dwarf2_cu *cu) argument
6190 get_scope_pc_bounds(struct die_info *die, CORE_ADDR *lowpc, CORE_ADDR *highpc, struct dwarf2_cu *cu) argument
[all...]

Completed in 120 milliseconds