Home
last modified time | relevance | path

Searched refs:symbolizeLine (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/pkg/report/
Dakaros.go51 line = ctx.symbolizeLine(symb.Symbolize, ctx.objfile, line)
59 func (ctx *akaros) symbolizeLine(symbFunc func(bin string, pc uint64) ([]symbolizer.Frame, error), func
Dlinux_test.go215 result := symbolizeLine(symb, symbols, "vmlinux", "/linux/", []byte(test.line))
Dlinux.go303 line = symbolizeLine(symb.Symbolize, ctx.symbols, ctx.vmlinux, strip, line)
336 func symbolizeLine(symbFunc func(bin string, pc uint64) ([]symbolizer.Frame, error), func