Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for R_390_TLS_LOAD (0.23 sec)

  1. api/go1.7.txt

    pkg debug/elf, const R_390_TLS_LE32 = 50
    pkg debug/elf, const R_390_TLS_LE32 R_390
    pkg debug/elf, const R_390_TLS_LE64 = 51
    pkg debug/elf, const R_390_TLS_LE64 R_390
    pkg debug/elf, const R_390_TLS_LOAD = 37
    pkg debug/elf, const R_390_TLS_LOAD R_390
    pkg debug/elf, const R_390_TLS_TPOFF = 56
    pkg debug/elf, const R_390_TLS_TPOFF R_390
    pkg debug/elf, method (R_390) GoString() string
    pkg debug/elf, method (R_390) String() string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 28 15:08:11 UTC 2016
    - 13.6K bytes
    - Viewed (0)
  2. src/debug/elf/elf.go

    	R_390_GOTPLT32    R_390 = 31
    	R_390_GOTPLT64    R_390 = 32
    	R_390_GOTPLTENT   R_390 = 33
    	R_390_GOTPLTOFF16 R_390 = 34
    	R_390_GOTPLTOFF32 R_390 = 35
    	R_390_GOTPLTOFF64 R_390 = 36
    	R_390_TLS_LOAD    R_390 = 37
    	R_390_TLS_GDCALL  R_390 = 38
    	R_390_TLS_LDCALL  R_390 = 39
    	R_390_TLS_GD32    R_390 = 40
    	R_390_TLS_GD64    R_390 = 41
    	R_390_TLS_GOTIE12 R_390 = 42
    	R_390_TLS_GOTIE32 R_390 = 43
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/s390x/asmz.go

    		ieent.Off = int32(c.pc + 2)
    		ieent.Siz = 4
    		ieent.Sym = p.From.Sym
    		ieent.Type = objabi.R_TLS_IE
    		ieent.Add = 2 + int64(ieent.Siz)
    
    		// R_390_TLS_LOAD
    		zRXY(op_LGF, uint32(p.To.Reg), regtmp(p), 0, 0, asm)
    		// TODO(mundaym): add R_390_TLS_LOAD relocation here
    		// not strictly required but might allow the linker to optimize
    
    	case 96: // clear macro
    		length := c.vregoff(&p.From)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"R_390_TLS_LDM32", Const, 7},
    		{"R_390_TLS_LDM64", Const, 7},
    		{"R_390_TLS_LDO32", Const, 7},
    		{"R_390_TLS_LDO64", Const, 7},
    		{"R_390_TLS_LE32", Const, 7},
    		{"R_390_TLS_LE64", Const, 7},
    		{"R_390_TLS_LOAD", Const, 7},
    		{"R_390_TLS_TPOFF", Const, 7},
    		{"R_AARCH64", Type, 4},
    		{"R_AARCH64_ABS16", Const, 4},
    		{"R_AARCH64_ABS32", Const, 4},
    		{"R_AARCH64_ABS64", Const, 4},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top