Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/src/
Dxpos.go118 type PosTable struct { struct
119 baseList []*PosBase
120 indexMap map[*PosBase]int
121 nameMap map[string]int // Maps file symbol name to index for debug information.
126 func (t *PosTable) XPos(pos Pos) XPos {
130 func (t *PosTable) baseIndex(base *PosBase) int32 {
165 func (t *PosTable) Pos(p XPos) Pos {
174 func (t *PosTable) FileTable() []string {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/
Dlink.go1038 PosTable src.PosTable member