Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for unitLength (0.12 sec)

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

    		})
    
    		d.newrefattr(die, dwarf.DW_AT_type, d.defptrto(dwhs))
    	}
    }
    
    // createUnitLength creates the initial length field with value v and update
    // offset of unit_length if needed.
    func (d *dwctxt) createUnitLength(su *loader.SymbolBuilder, v uint64) {
    	if isDwarf64(d.linkctxt) {
    		su.AddUint32(d.arch, 0xFFFFFFFF)
    	}
    	d.addDwarfAddrField(su, v)
    }
    
    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