Home
last modified time | relevance | path

Searched defs:LineToPC (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/debug/gosym/
Dsymtab.go572 func (t *Table) LineToPC(file string, line int) (pc uint64, fn *Func, err error) { func
Dpclntab.go136 func (t *LineTable) LineToPC(line int, maxpc uint64) uint64 { func