Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Sleb128put (0.18 sec)

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

    		dwarf.Uleb128put(d, fsd, int64(thearch.Dwarfregsp)) // ...of the platform's SP register...
    		dwarf.Uleb128put(d, fsd, int64(0))                  // ...is CFA+0.
    	} else {
    		dwarf.Uleb128put(d, fsd, int64(d.arch.PtrSize)) // ...plus the word size (because the call instruction implicitly adds one word to the frame).
    
    		fsu.AddUint8(dwarf.DW_CFA_offset_extended)                           // The previous value...
    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