Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ReferenceChildDIE (0.13 sec)

  1. src/cmd/internal/obj/dwarf.go

    // of the inlined function.
    func (c dwCtxt) RecordDclReference(from dwarf.Sym, to dwarf.Sym, dclIdx int, inlIndex int) {
    	ls := from.(*LSym)
    	tls := to.(*LSym)
    	ridx := len(ls.R) - 1
    	c.Link.DwFixups.ReferenceChildDIE(ls, ridx, tls, dclIdx, inlIndex)
    }
    
    func (c dwCtxt) RecordChildDieOffsets(s dwarf.Sym, vars []*dwarf.Var, offsets []int32) {
    	ls := s.(*LSym)
    	c.Link.DwFixups.RegisterChildDIEOffsets(ls, vars, offsets)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 01 20:40:28 UTC 2023
    - 22K bytes
    - Viewed (0)
Back to top