Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for threadpointer (0.25 sec)

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

    		case objabi.R_POWER_TLS_LE, objabi.R_POWER_TLS_IE:
    			if target.IsAIX() && rt == objabi.R_POWER_TLS_LE {
    				// Fixup val, an addis/addi pair of instructions, which generate a 32b displacement
    				// from the threadpointer (R13), into a 16b relocation. XCOFF only supports 16b
    				// TLS LE relocations. Likewise, verify this is an addis/addi sequence.
    				const expectedOpcodes = 0x3C00000038000000
    				const expectedOpmasks = 0xFC000000FC000000
    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