Searched refs:lowpc (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13-stable/lib/libc/gmon/ |
| HD | gmon.c | 67 monstartup(u_long lowpc, u_long highpc) in monstartup() argument 77 p->lowpc = ROUNDDOWN(lowpc, HISTFRACTION * sizeof(HISTCOUNTER)); in monstartup() 79 p->textsize = p->highpc - p->lowpc; in monstartup() 107 o = p->highpc - p->lowpc; in monstartup() 175 hdr->lpc = p->lowpc; in _mcleanup() 187 frompc = p->lowpc; in _mcleanup() 219 profil((char *)p->kcount, p->kcountsize, p->lowpc, s_scale); in moncontrol()
|
| HD | mcount.c | 95 frompci = frompc - p->lowpc; in _MCOUNT_DECL() 104 if (frompci + p->lowpc in _MCOUNT_DECL() 107 frompci = (uintfptr_t)user - p->lowpc; in _MCOUNT_DECL() 172 frompci = (uintfptr_t)bintr - p->lowpc; in _MCOUNT_DECL() 174 frompci = (uintfptr_t)btrap - p->lowpc; in _MCOUNT_DECL() 286 selfpcdiff = selfpc - (uintfptr_t)p->lowpc; in mexitcount()
|
| /freebsd-13-stable/sys/libkern/ |
| HD | mcount.c | 108 if (frompc < p->lowpc || frompc - p->lowpc >= p->textsize) in _MCOUNT_DECL() 113 frompci = frompc - p->lowpc; in _MCOUNT_DECL() 157 if ((frompc - p->lowpc) < p->textsize) in _MCOUNT_DECL() 158 frompci = frompc - p->lowpc; in _MCOUNT_DECL() 271 selfpcdiff = selfpc - (uintfptr_t)p->lowpc; in mexitcount()
|
| /freebsd-13-stable/usr.bin/gprof/ |
| HD | gprof.c | 298 lowpc = (unsigned long)gmonhdr.lpc / HISTORICAL_SCALE_2; in openpfile() 309 lowpc , highpc ); in openpfile() 494 scale = highpc - lowpc; in asgnsamples() 501 pcl = lowpc + (unsigned long)(scale * i); in asgnsamples() 502 pch = lowpc + (unsigned long)(scale * (i + 1)); in asgnsamples() 579 bucket_of_entry = (nlp->svalue - lowpc) / scale; in alignentries() 581 lowpc) / scale; in alignentries()
|
| HD | gprof.h | 204 EXTERN unsigned long lowpc, highpc; variable
|
| /freebsd-13-stable/sys/sys/ |
| HD | gmon.h | 165 uintfptr_t lowpc; member 206 #define PC_TO_I(p, pc) ((uintfptr_t)(pc) - (uintfptr_t)(p)->lowpc)
|
| /freebsd-13-stable/sys/kern/ |
| HD | subr_prof.c | 95 np.textsize = np.highpc - p->lowpc; in kmupetext() 159 p->lowpc = ROUNDDOWN((u_long)btext, HISTFRACTION * sizeof(HISTCOUNTER)); in kmstartup() 161 p->textsize = p->highpc - p->lowpc; in kmstartup() 163 p->textsize, (uintmax_t)p->lowpc, (uintmax_t)p->highpc); in kmstartup()
|
| HD | kern_clock.c | 765 if (g->state == GMON_PROF_ON && pc >= g->lowpc) { in profclock()
|
| /freebsd-13-stable/usr.sbin/kgmon/ |
| HD | kgmon.c | 367 h.lpc = kvp->gpm.lowpc; in dumpstate() 434 (unsigned long)kvp->gpm.lowpc, kvp->gpm.textsize); in dumpstate() 439 frompc = (u_long)kvp->gpm.lowpc + in dumpstate()
|
| /freebsd-13-stable/contrib/elftoolchain/readelf/ |
| HD | readelf.c | 390 Dwarf_Unsigned lowpc, struct loc_at **la_list, 5922 Dwarf_Unsigned lowpc; in dump_dwarf_ranges() local 5945 lowpc = 0; in dump_dwarf_ranges() 5947 if (dwarf_attrval_unsigned(die, DW_AT_low_pc, &lowpc, in dump_dwarf_ranges() 5949 lowpc = 0; in dump_dwarf_ranges() 5952 dump_dwarf_ranges_foreach(re, die, (Dwarf_Addr) lowpc); in dump_dwarf_ranges() 6416 search_loclist_at(struct readelf *re, Dwarf_Die die, Dwarf_Unsigned lowpc, in search_loclist_at() argument 6485 la->la_lowpc = lowpc; in search_loclist_at() 6498 search_loclist_at(re, ret_die, lowpc, la_list, in search_loclist_at() 6506 search_loclist_at(re, ret_die, lowpc, la_list, in search_loclist_at() [all …]
|
| /freebsd-13-stable/contrib/elftoolchain/nm/ |
| HD | nm.c | 104 uint64_t lowpc; /* low address */ member 1143 func->lowpc = udata; in search_line_attr() 1594 ep->sym->st_value >= func->lowpc && in print_lineno()
|