Home
last modified time | relevance | path

Searched refs:lowpc (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/lib/libc/gmon/
H A Dgmon.c66 monstartup(u_long lowpc, u_long highpc) in monstartup() argument
76 p->lowpc = ROUNDDOWN(lowpc, HISTFRACTION * sizeof(HISTCOUNTER)); in monstartup()
78 p->textsize = p->highpc - p->lowpc; in monstartup()
106 o = p->highpc - p->lowpc; in monstartup()
174 hdr->lpc = p->lowpc; in _mcleanup()
186 frompc = p->lowpc; in _mcleanup()
218 profil((char *)p->kcount, p->kcountsize, p->lowpc, s_scale); in moncontrol()
H A Dmcount.c94 frompci = frompc - p->lowpc; in _MCOUNT_DECL()
103 if (frompci + p->lowpc in _MCOUNT_DECL()
106 frompci = (uintfptr_t)user - p->lowpc; in _MCOUNT_DECL()
171 frompci = (uintfptr_t)bintr - p->lowpc; in _MCOUNT_DECL()
173 frompci = (uintfptr_t)btrap - p->lowpc; in _MCOUNT_DECL()
285 selfpcdiff = selfpc - (uintfptr_t)p->lowpc; in mexitcount()
/freebsd-14.2/usr.bin/gprof/
H A Dgprof.c298 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()
H A Dgprof.h204 EXTERN unsigned long lowpc, highpc; variable
/freebsd-14.2/sys/sys/
H A Dgmon.h165 uintfptr_t lowpc; member
206 #define PC_TO_I(p, pc) ((uintfptr_t)(pc) - (uintfptr_t)(p)->lowpc)
/freebsd-14.2/contrib/elftoolchain/readelf/
H A Dreadelf.c5922 Dwarf_Unsigned lowpc; in dump_dwarf_ranges() local
5945 lowpc = 0; in dump_dwarf_ranges()
5949 lowpc = 0; in dump_dwarf_ranges()
6485 la->la_lowpc = lowpc; in search_loclist_at()
6786 Dwarf_Unsigned lowpc; in dump_dwarf_loclist() local
6811 lowpc = 0; in dump_dwarf_loclist()
6814 &lowpc, &de) != DW_DLV_OK) in dump_dwarf_loclist()
6815 lowpc = 0; in dump_dwarf_loclist()
6841 lowpc = 0; in dump_dwarf_loclist()
6844 &lowpc, &de) != DW_DLV_OK) in dump_dwarf_loclist()
[all …]
/freebsd-14.2/contrib/elftoolchain/nm/
H A Dnm.c104 uint64_t lowpc; /* low address */ member
1143 func->lowpc = udata; in search_line_attr()
1594 ep->sym->st_value >= func->lowpc && in print_lineno()