Home | History | Annotate | Download | only in runtime

Lines Matching defs:funcname

275 		Function: funcname(ex.funcInfo),
289 if arg.file == nil && arg.funcName == nil {
299 Function: gostring(arg.funcName),
551 f2name = funcname(f2)
553 println("function symbol table not sorted by program counter:", hex(datap.ftab[i].entry), funcname(f1), ">", hex(datap.ftab[i+1].entry), f2name)
555 print("\t", hex(datap.ftab[j].entry), " ", funcname(funcInfo{(*_func)(unsafe.Pointer(&datap.pclntable[datap.ftab[j].funcoff])), datap}), "\n")
588 return funcname(f.funcInfo())
749 print("runtime: invalid pc-encoded table f=", funcname(f), " pc=", hex(pc), " targetpc=", hex(targetpc), " tab=", p, "\n")
774 func funcname(f funcInfo) string {
803 // print("looking for ", hex(targetpc), " in ", funcname(f), " got file=", fileno, " line=", lineno, "\n")
817 print("invalid spdelta ", funcname(f), " ", hex(f.entry), " ", hex(targetpc), " ", hex(f.pcsp), " ", x, "\n")