Searched defs:DwarfFixupTable (Results 1 – 1 of 1) sorted by relevance
473 type DwarfFixupTable struct { struct474 ctxt *Link475 mu sync.Mutex476 symtab map[*LSym]int // maps abstract fn LSYM to index in svec477 svec []symFixups478 precursor map[*LSym]fnState // maps fn Lsym to precursor Node, absfn sym516 func (ft *DwarfFixupTable) GetPrecursorFunc(s *LSym) Func {523 func (ft *DwarfFixupTable) SetPrecursorFunc(s *LSym, fn Func) {549 …c (ft *DwarfFixupTable) ReferenceChildDIE(s *LSym, ridx int, tgt *LSym, dclidx int, inlIndex int) {588 func (ft *DwarfFixupTable) RegisterChildDIEOffsets(s *LSym, vars []*dwarf.Var, coffsets []int32) {[all …]