Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CurrentOffset (0.08 sec)

  1. src/cmd/link/internal/ld/dwarf.go

    }
    
    func (c dwctxt) Logf(format string, args ...interface{}) {
    	c.linkctxt.Logf(format, args...)
    }
    
    // At the moment these interfaces are only used in the compiler.
    
    func (c dwctxt) CurrentOffset(s dwarf.Sym) int64 {
    	panic("should be used only in the compiler")
    }
    
    func (c dwctxt) RecordDclReference(s dwarf.Sym, t dwarf.Sym, dclIdx int, inlIndex int) {
    	panic("should be used only in the compiler")
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
Back to top