Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/
Ddwarf.go473 type DwarfFixupTable struct { struct
474 ctxt *Link
475 mu sync.Mutex
476 symtab map[*LSym]int // maps abstract fn LSYM to index in svec
477 svec []symFixups
478 precursor map[*LSym]fnState // maps fn Lsym to precursor Node, absfn sym
516 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 …]