Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/debug/gosym/
Dpclntab.go396 func (t *LineTable) funcTab() funcTab { func
402 type funcTab struct { struct
403 *LineTable
404 sz int // cached result of t.functabFieldSize
408 func (f funcTab) Count() int {
413 func (f funcTab) pc(i int) uint64 {
422 func (f funcTab) funcOff(i int) uint64 {
427 func (f funcTab) uint(b []byte) uint64 {