Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RegisterChildDIEOffsets (0.39 sec)

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

    // consumed later in on DwarfFixupTable.Finalize, which applies any
    // outstanding fixups.
    func (ft *DwarfFixupTable) RegisterChildDIEOffsets(s *LSym, vars []*dwarf.Var, coffsets []int32) {
    	// Length of these two slices should agree
    	if len(vars) != len(coffsets) {
    		ft.ctxt.Diag("internal error: RegisterChildDIEOffsets vars/offsets length mismatch")
    		return
    	}
    
    	// Generate the slice of declOffset's based in vars/coffsets
    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