Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	// the Go caller is PIC, and cannot use PCrel instructions).
    	if (r.Type() == objabi.ElfRelocOffset+objabi.RelocType(elf.R_PPC64_REL24)) || (!ldr.AttrExternal(s) && ldr.AttrShared(s) && !hasPCrel) {
    		stubTypeStr = "_tocrel"
    		stubType = 1
    	} else {
    		stubTypeStr = "_notoc"
    		stubType = 3
    	}
    	n := fmt.Sprintf("_pltstub%s.%s", stubTypeStr, ldr.SymName(r.Sym()))
    
    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