Searched refs:lowpc (Results 1 – 9 of 9) sorted by relevance
| /freebsd/lib/libc/gmon/ |
| H A D | gmon.c | 63 monstartup(u_long lowpc, u_long highpc) in monstartup() argument 73 p->lowpc = ROUNDDOWN(lowpc, HISTFRACTION * sizeof(HISTCOUNTER)); in monstartup() 75 p->textsize = p->highpc - p->lowpc; in monstartup() 103 o = p->highpc - p->lowpc; in monstartup() 171 hdr->lpc = p->lowpc; in _mcleanup() 183 frompc = p->lowpc; in _mcleanup() 215 profil((char *)p->kcount, p->kcountsize, p->lowpc, s_scale); in moncontrol()
|
| H A D | mcount.c | 91 frompci = frompc - p->lowpc; in _MCOUNT_DECL() 100 if (frompci + p->lowpc in _MCOUNT_DECL() 103 frompci = (uintfptr_t)user - p->lowpc; in _MCOUNT_DECL() 168 frompci = (uintfptr_t)bintr - p->lowpc; in _MCOUNT_DECL() 170 frompci = (uintfptr_t)btrap - p->lowpc; in _MCOUNT_DECL() 282 selfpcdiff = selfpc - (uintfptr_t)p->lowpc; in mexitcount()
|
| /freebsd/usr.bin/gprof/ |
| H A D | gprof.c | 285 lowpc = (unsigned long)gmonhdr.lpc / HISTORICAL_SCALE_2; in openpfile() 296 lowpc , highpc ); in openpfile() 481 scale = highpc - lowpc; in asgnsamples() 488 pcl = lowpc + (unsigned long)(scale * i); in asgnsamples() 489 pch = lowpc + (unsigned long)(scale * (i + 1)); in asgnsamples() 566 bucket_of_entry = (nlp->svalue - lowpc) / scale; in alignentries() 568 lowpc) / scale; in alignentries()
|
| H A D | gprof.h | 202 EXTERN unsigned long lowpc, highpc; variable
|
| /freebsd/sys/sys/ |
| H A D | gmon.h | 163 uintfptr_t lowpc; member 204 #define PC_TO_I(p, pc) ((uintfptr_t)(pc) - (uintfptr_t)(p)->lowpc)
|
| /freebsd/usr.sbin/pmc/ |
| H A D | view.cc | 718 map.lowpc = im.start + offset; in mapimage() 896 if (v->second.lowpc <= addr && v->second.highpc >= addr) { in addrtosymbol() 911 addr -= vm->lowpc - im->start; in addrtosymbol() 957 printf("0x%08" PRIx64 " 0x%08" PRIx64 " %s\n", i.second.lowpc, in printvm()
|
| H A D | view.hh | 98 vmmap() : lowpc(0), highpc(0), image("") { } in vmmap() 100 uint64_t lowpc; member
|
| /freebsd/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 392 Dwarf_Unsigned lowpc, struct loc_at **la_list, 5958 Dwarf_Unsigned lowpc; in dump_dwarf_ranges() local 5981 lowpc = 0; in dump_dwarf_ranges() 5983 if (dwarf_attrval_unsigned(die, DW_AT_low_pc, &lowpc, in dump_dwarf_ranges() 5985 lowpc = 0; in dump_dwarf_ranges() 5988 dump_dwarf_ranges_foreach(re, die, (Dwarf_Addr) lowpc); in dump_dwarf_ranges() 6452 search_loclist_at(struct readelf *re, Dwarf_Die die, Dwarf_Unsigned lowpc, in search_loclist_at() argument 6521 la->la_lowpc = lowpc; in search_loclist_at() 6534 search_loclist_at(re, ret_die, lowpc, la_list, in search_loclist_at() 6542 search_loclist_at(re, ret_die, lowpc, la_list, in search_loclist_at() [all …]
|
| /freebsd/contrib/elftoolchain/nm/ |
| H A D | 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()
|