Home
last modified time | relevance | path

Searched refs:textbase (Results 1 – 12 of 12) sorted by relevance

/plan9/sys/src/cmd/5i/
H A Dstats.c159 extern ulong textbase; in iprofile()
170 b = (p->s.value-textbase)/PROFGRAN; in iprofile()
171 e = (n->s.value-textbase)/PROFGRAN; in iprofile()
H A Dmem.c7 extern ulong textbase;
21 iprof[(addr-textbase)/PROFGRAN]++; in ifetch()
H A D5i.c11 ulong textbase; variable
66 textbase = s->base; in initmap()
/plan9/sys/src/cmd/qi/
H A Dstats.c169 extern ulong textbase; in iprofile()
180 b = (p->s.value-textbase)/PROFGRAN; in iprofile()
181 e = (n->s.value-textbase)/PROFGRAN; in iprofile()
H A Dmem.c8 extern ulong textbase;
25 px = (addr-textbase)/PROFGRAN; in ifetch()
H A Dqi.c11 ulong textbase; variable
83 textbase = s->base; in initmap()
/plan9/sys/src/cmd/ki/
H A Dstats.c174 extern ulong textbase; in iprofile()
185 b = (p->s.value-textbase)/PROFGRAN; in iprofile()
186 e = (n->s.value-textbase)/PROFGRAN; in iprofile()
H A Dmem.c8 extern ulong textbase;
24 iprof[(addr-textbase)/PROFGRAN]++; in ifetch()
H A Dki.c11 ulong textbase; variable
75 textbase = s->base; in initmap()
/plan9/sys/src/cmd/vi/
H A Dstats.c211 extern ulong textbase; in iprofile()
222 b = (p->s.value-textbase)/PROFGRAN; in iprofile()
223 e = (n->s.value-textbase)/PROFGRAN; in iprofile()
H A Dmem.c8 extern ulong textbase;
23 iprof[(addr-textbase)/PROFGRAN]++; in ifetch()
H A Dvi.c11 ulong textbase; variable
81 textbase = s->base; in initmap()