Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for declOffset (0.09 sec)

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

    	svec      []symFixups
    	precursor map[*LSym]fnState // maps fn Lsym to precursor Node, absfn sym
    }
    
    type symFixups struct {
    	fixups   []relFixup
    	doffsets []declOffset
    	inlIndex int32
    	defseen  bool
    }
    
    type declOffset struct {
    	// Index of variable within DCL list of pre-optimization function
    	dclIdx int32
    	// Offset of var's child DIE with respect to containing subprogram DIE
    	offset int32
    }
    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