Home
last modified time | relevance | path

Searched defs:pc (Results 1 – 25 of 138) sorted by relevance

123456

/inferno-os/os/port/
H A Dtaslock.c9 lockloop(Lock *l, ulong pc) in lockloop()
20 ulong pc; in lock() local
58 ulong x, pc; in ilock() local
H A Ddevprog.c109 int pc; member
526 pc2dispc(Inst *pc, Module *mod) in pc2dispc()
553 Inst *pc; in progstack() local
1028 int i, pc; in progwrite() local
1172 setbpt(Bpt *bpts, char *path, int pc) in setbpt()
1192 delbpt(Bpt *bpts, char *path, int pc) in delbpt()
1386 int op, pc, n; in dbgxec() local
H A Ddevboot.c90 ulong pc; in bootwrite() local
/inferno-os/libinterp/
H A Dprefab.c93 PCompound *pc; in freeprefabcompound() local
375 PCompound *pc; in Compound_iconbox() local
396 PCompound *pc; in Compound_textbox() local
416 PCompound *pc; in Compound_layoutbox() local
436 PCompound *pc; in Compound_box() local
457 PCompound *pc; in Compound_draw() local
476 PCompound *pc; in Compound_redraw() local
511 PCompound *pc; in Compound_highlight() local
533 PCompound *pc; in Compound_scroll() local
560 PCompound *pc; in Compound_show() local
[all …]
H A Ddas-386.c1158 mkinstr(Instr *ip, ulong pc) in mkinstr()
1561 i386inst(ulong pc, char modifier, char *buf, int n) in i386inst()
1579 i386das(ulong pc, char *buf, int n) in i386das()
1598 i386instlen(ulong pc) in i386instlen()
1610 int l, pc; in das() local
H A Ddas-sparc.c217 decode(ulong *pc, Instr *i) in decode()
250 mkinstr(ulong *pc, Instr *i) in mkinstr()
281 inst(ulong *pc) in inst()
337 das(ulong *pc, int n) in das()
/inferno-os/utils/libmach/
H A D5db.c232 decode(Map *map, uvlong pc, Instr *i) in decode()
676 armfadd(Map *map, Rgetter rget, Instr *i, uvlong pc) in armfadd()
692 armfmovm(Map *map, Rgetter rget, Instr *i, uvlong pc) in armfmovm()
710 armfbranch(Map *map, Rgetter rget, Instr *i, uvlong pc) in armfbranch()
719 armfmov(Map *map, Rgetter rget, Instr *i, uvlong pc) in armfmov()
1058 printins(Map *map, uvlong pc, char *buf, int n) in printins()
1072 arminst(Map *map, uvlong pc, char modifier, char *buf, int n) in arminst()
1079 armdas(Map *map, uvlong pc, char *buf, int n) in armdas()
1094 arminstlen(Map *map, uvlong pc) in arminstlen()
1104 armfoll(Map *map, uvlong pc, Rgetter rget, uvlong *foll) in armfoll()
H A Dtdb.c194 decode(Map *map, uvlong pc, Instr *i) in decode()
322 thumbfbranch(Map *map, Rgetter rget, Instr *i, uvlong pc) in thumbfbranch()
350 thumbfmov(Map *map, Rgetter rget, Instr *i, uvlong pc) in thumbfmov()
364 thumbfadd(Map *map, Rgetter rget, Instr *i, uvlong pc) in thumbfadd()
776 printins(Map *map, uvlong pc, char *buf, int n) in printins()
790 thumbinst(Map *map, uvlong pc, char modifier, char *buf, int n) in thumbinst()
797 thumbdas(Map *map, uvlong pc, char *buf, int n) in thumbdas()
812 thumbinstlen(Map *map, uvlong pc) in thumbinstlen()
822 thumbfoll(Map *map, uvlong pc, Rgetter rget, uvlong *foll) in thumbfoll()
H A Dmachdata.c22 uvlong fp, pc, sp, link; in localaddr() local
335 cisctrace(Map *map, uvlong pc, uvlong sp, uvlong link, Tracer trace) in cisctrace()
367 risctrace(Map *map, uvlong pc, uvlong sp, uvlong link, Tracer trace) in risctrace()
403 ciscframe(Map *map, uvlong addr, uvlong pc, uvlong sp, uvlong link) in ciscframe()
425 riscframe(Map *map, uvlong addr, uvlong pc, uvlong sp, uvlong link) in riscframe()
H A Dvdb.c166 decode(uvlong pc, Instr *i) in decode()
193 mkinstr(uvlong pc, Instr *i) in mkinstr()
1016 printins(Map *map, uvlong pc, char *buf, int n) in printins()
1073 mipsinst(Map *map, uvlong pc, char modifier, char *buf, int n) in mipsinst()
1083 mipsdas(Map *map, uvlong pc, char *buf, int n) in mipsdas()
1103 mipsinstlen(Map *map, uvlong pc) in mipsinstlen()
1114 mipsfoll(Map *map, uvlong pc, Rgetter rget, uvlong *foll) in mipsfoll()
H A Dkdb.c318 decode(uvlong pc, Instr *i) in decode()
353 mkinstr(uvlong pc, Instr *i) in mkinstr()
384 printins(Map *map, uvlong pc, char *buf, int n) in printins()
437 sparcinst(Map *map, uvlong pc, char modifier, char *buf, int n) in sparcinst()
455 sparcdas(Map *map, uvlong pc, char *buf, int n) in sparcdas()
476 sparcinstlen(Map *map, uvlong pc) in sparcinstlen()
1020 sparcfoll(Map *map, uvlong pc, Rgetter rget, uvlong *foll) in sparcfoll()
H A Didb.c439 decode(Map *map, uvlong pc, Instr *i) in decode()
600 riscvdas(Map *map, uvlong pc, char modifier, char *buf, int n) in riscvdas()
614 riscv64das(Map *map, uvlong pc, char modifier, char *buf, int n) in riscv64das()
628 riscvhexinst(Map *map, uvlong pc, char *buf, int n) in riscvhexinst()
643 riscvinstlen(Map *map, uvlong pc) in riscvinstlen()
H A D8db.c92 uvlong pc; in i386excep() local
110 i386trace(Map *map, uvlong pc, uvlong sp, uvlong link, Tracer trace) in i386trace()
149 i386frame(Map *map, uvlong addr, uvlong pc, uvlong sp, uvlong link) in i386frame()
1485 mkinstr(Map *map, Instr *ip, uvlong pc) in mkinstr()
2145 i386inst(Map *map, uvlong pc, char modifier, char *buf, int n) in i386inst()
2163 i386das(Map *map, uvlong pc, char *buf, int n) in i386das()
2182 i386instlen(Map *map, uvlong pc) in i386instlen()
2192 i386foll(Map *map, uvlong pc, Rgetter rget, uvlong *foll) in i386foll()
H A Dqdb.c177 decode(uvlong pc, Instr *i) in decode()
242 mkinstr(uvlong pc, Instr *i) in mkinstr()
1261 printins(Map *map, uvlong pc, char *buf, int n) in printins()
1285 powerinst(Map *map, uvlong pc, char modifier, char *buf, int n) in powerinst()
1292 powerdas(Map *map, uvlong pc, char *buf, int n) in powerdas()
1313 powerinstlen(Map *map, uvlong pc) in powerinstlen()
1324 powerfoll(Map *map, uvlong pc, Rgetter rget, uvlong *foll) in powerfoll()
H A Dvcodas.c284 mkinstr(Instr *i, Map *map, uvlong pc) in mkinstr()
510 _mipscoinst(Map *map, uvlong pc, char *buf, int n) in _mipscoinst()
H A Dt.c103 thumbpclookup(uvlong pc) in thumbpclookup()
H A Dureg5.h20 uint pc; member
/inferno-os/libprefab/
H A Dtextbox.c13 PCompound *pc; in layoutbox() local
131 PCompound *pc; in textbox() local
H A Dbox.c13 PCompound *pc; in box() local
H A Diconbox.c13 PCompound *pc; in iconbox() local
/inferno-os/utils/5coff/
H A Dauxi.c86 newprog(int as, long pc, long ln) in newprog()
111 line(long pc) in line()
129 long ll, nl, pc; in lines() local
/inferno-os/utils/vl/
H A Dcompat.c53 setmalloctag(void *v, ulong pc) in setmalloctag()
/inferno-os/emu/port/
H A Ddevprog.c106 int pc; member
524 pc2dispc(Inst *pc, Module *mod) in pc2dispc()
551 Inst *pc; in progstack() local
1026 int i, pc; in progwrite() local
1170 setbpt(Bpt *bpts, char *path, int pc) in setbpt()
1190 delbpt(Bpt *bpts, char *path, int pc) in delbpt()
1384 int op, pc, n; in dbgxec() local
H A Dalloc.c88 #define MM(v,pc,base,size) if(!Monitor || memmonitor==nil){} else memmonitor((v),(pc),(base),(size)) argument
92 #define ML(v, sz, pc) if(CKLEAK && ckleak && v){ if(sz) fprint(2, "%lux %lux %lux\n", (ulong)v, (ul… argument
282 dopoolalloc(Pool *p, ulong asize, ulong pc) in dopoolalloc()
726 setmalloctag(void *v, ulong pc) in setmalloctag()
748 setrealloctag(void *v, ulong pc) in setrealloctag()
H A Ddevmem.c71 ulong pc; member
141 mprofmonitor(int pool, ulong pc, ulong base, ulong size) in mprofmonitor()
176 _memmonitor(int pool, ulong pc, ulong base, ulong size) in _memmonitor()

123456