Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for generateDebugLinesSymbol (0.44 sec)

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

    // Generate a sequence of opcodes that is as short as possible.
    // See section 6.2.5
    const (
    	LINE_BASE   = -4
    	LINE_RANGE  = 10
    	PC_RANGE    = (255 - OPCODE_BASE) / LINE_RANGE
    	OPCODE_BASE = 11
    )
    
    // generateDebugLinesSymbol fills the debug lines symbol of a given function.
    //
    // It's worth noting that this function doesn't generate the full debug_lines
    // DWARF section, saving that for the linker. This function just generates the
    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