Searched refs:highpc (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/Libc-1044.1.2/include/
H A Dmonitor.h36 extern void monstartup (char *lowpc, char *highpc);
38 extern void monitor (char *lowpc, char *highpc, char *buf, int bufsiz, int cntsiz);
/macosx-10.10/Libc-1044.1.2/gmon/
H A Dgmon.c131 char *highpc);
148 char *highpc; member in struct:__anon2733
172 char *highpc)
184 char *highpc)
206 char *highpc,
170 monstartup( char *lowpc, char *highpc) argument
182 monaddition( char *lowpc, char *highpc) argument
204 monitor( char *lowpc, char *highpc, char *buf, int bufsiz, int nfunc) argument
/macosx-10.10/xnu-2782.1.97/osfmk/profiling/
H A Dprofile-mk.c99 prof_uptrint_t highpc; local
103 * round lowpc and highpc to multiples of the density we're using
108 highpc = ROUNDUP((prof_uptrint_t)&etext[0], HISTFRACTION*sizeof(LHISTCOUNTER));
109 textsize = highpc - lowpc;
122 pv->profil_info.highpc = highpc;
144 (long)highpc,
H A Dprofile-internal.h235 prof_uptrint_t highpc; /* highest address */ member in struct:profile_profil
236 size_t text_len; /* highpc-lowpc */
/macosx-10.10/dtrace-147/libdwarf/
H A Ddwarf_loc.c59 Dwarf_Addr highpc, Dwarf_Error * error)
477 locdesc->ld_hipc = highpc;
563 Dwarf_Addr highpc; local
566 &lowpc, &highpc,
573 if (lowpc == 0 && highpc == 0) {
688 Dwarf_Addr highpc = 0; local
745 &highpc,
752 lowpc, highpc, error);
780 highpc = (Dwarf_Unsigned) (-1LL); /* HACK */
788 lowpc, highpc, erro
56 _dwarf_get_locdesc(Dwarf_Debug dbg, Dwarf_Block * loc_block, Dwarf_Addr lowpc, Dwarf_Addr highpc, Dwarf_Error * error) argument
841 Dwarf_Addr highpc = 0; local
936 Dwarf_Addr highpc; local
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dsubr_prof.c115 p->highpc = (u_int32_t)(sgp->vmaddr + sgp->vmsize);
118 * Round lowpc and highpc to multiples of the density we're using
122 p->highpc = ROUNDUP(p->highpc, HISTFRACTION * sizeof(HISTCOUNTER));
123 p->textsize = p->highpc - p->lowpc;
125 p->textsize, p->lowpc, p->highpc);
/macosx-10.10/Csu-85/
H A Dcrt.c153 extern void monitor(char *lowpc,char *highpc,char *buf,int bufsiz,int nfunc);
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dgmon.h210 u_long highpc; member in struct:gmonparam

Completed in 105 milliseconds