Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for stubStrs (0.19 sec)

  1. src/cmd/link/internal/ppc64/asm.go

    var hasPCrel = buildcfg.GOPPC64 >= 10 && buildcfg.GOOS == "linux"
    
    const (
    	// For genstub, the type of stub required by the caller.
    	STUB_TOC = iota
    	STUB_PCREL
    )
    
    var stubStrs = []string{
    	STUB_TOC:   "_callstub_toc",
    	STUB_PCREL: "_callstub_pcrel",
    }
    
    const (
    	OP_TOCRESTORE    = 0xe8410018 // ld r2,24(r1)
    	OP_TOCSAVE       = 0xf8410018 // std r2,24(r1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 63.7K bytes
    - Viewed (0)
Back to top