Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for R_PPC64 (0.38 sec)

  1. src/debug/elf/elf.go

    	R_PPC64_PLT64              R_PPC64 = 45
    	R_PPC64_PLTREL64           R_PPC64 = 46
    	R_PPC64_TOC16              R_PPC64 = 47
    	R_PPC64_TOC16_LO           R_PPC64 = 48
    	R_PPC64_TOC16_HI           R_PPC64 = 49
    	R_PPC64_TOC16_HA           R_PPC64 = 50
    	R_PPC64_TOC                R_PPC64 = 51
    	R_PPC64_PLTGOT16           R_PPC64 = 52
    	R_PPC64_PLTGOT16_LO        R_PPC64 = 53
    	R_PPC64_PLTGOT16_HI        R_PPC64 = 54
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  2. api/go1.5.txt

    pkg debug/elf, const R_PPC64_TLSGD = 107
    pkg debug/elf, const R_PPC64_TLSGD R_PPC64
    pkg debug/elf, const R_PPC64_TLSLD = 108
    pkg debug/elf, const R_PPC64_TLSLD R_PPC64
    pkg debug/elf, const R_PPC64_TOC = 51
    pkg debug/elf, const R_PPC64_TOC R_PPC64
    pkg debug/elf, const R_PPC64_TOC16 = 47
    pkg debug/elf, const R_PPC64_TOC16 R_PPC64
    pkg debug/elf, const R_PPC64_TOC16_DS = 63
    pkg debug/elf, const R_PPC64_TOC16_DS R_PPC64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 30 21:14:09 UTC 2015
    - 46.6K bytes
    - Viewed (0)
  3. api/go1.10.txt

    pkg debug/elf, const R_PPC64_ENTRY = 118
    pkg debug/elf, const R_PPC64_ENTRY R_PPC64
    pkg debug/elf, const R_PPC64_IRELATIVE = 248
    pkg debug/elf, const R_PPC64_IRELATIVE R_PPC64
    pkg debug/elf, const R_PPC64_JMP_IREL = 247
    pkg debug/elf, const R_PPC64_JMP_IREL R_PPC64
    pkg debug/elf, const R_PPC64_PLT16_LO_DS = 60
    pkg debug/elf, const R_PPC64_PLT16_LO_DS R_PPC64
    pkg debug/elf, const R_PPC64_PLTGOT16 = 52
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 06 05:00:01 UTC 2018
    - 30.1K bytes
    - Viewed (0)
  4. src/cmd/link/internal/sym/reloc.go

    		case sys.I386:
    			return elf.R_386(nr).String()
    		case sys.Loong64:
    			return elf.R_LARCH(nr).String()
    		case sys.MIPS, sys.MIPS64:
    			return elf.R_MIPS(nr).String()
    		case sys.PPC64:
    			return elf.R_PPC64(nr).String()
    		case sys.S390X:
    			return elf.R_390(nr).String()
    		case sys.RISCV64:
    			return elf.R_RISCV(nr).String()
    		default:
    			panic("unreachable")
    		}
    	}
    
    	return r.String()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 29 15:33:31 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  5. api/go1.20.txt

    pkg debug/elf, const R_PPC64_D34_LO R_PPC64 #54345
    pkg debug/elf, const R_PPC64_D34 R_PPC64 #54345
    pkg debug/elf, const R_PPC64_DTPREL34 = 147 #54345
    pkg debug/elf, const R_PPC64_DTPREL34 R_PPC64 #54345
    pkg debug/elf, const R_PPC64_GLOB_DAT = 20 #54345
    pkg debug/elf, const R_PPC64_GLOB_DAT R_PPC64 #54345
    pkg debug/elf, const R_PPC64_GNU_VTENTRY = 254 #54345
    pkg debug/elf, const R_PPC64_GNU_VTENTRY R_PPC64 #54345
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  6. api/go1.18.txt

    pkg debug/dwarf, type BasicType struct, DataBitOffset int64
    pkg debug/dwarf, type StructField struct, DataBitOffset int64
    pkg debug/elf, const R_PPC64_RELATIVE = 22
    pkg debug/elf, const R_PPC64_RELATIVE R_PPC64
    pkg debug/plan9obj, var ErrNoSymbols error
    pkg go/ast, method (*IndexListExpr) End() token.Pos
    pkg go/ast, method (*IndexListExpr) Pos() token.Pos
    pkg go/ast, type FuncType struct, TypeParams *FieldList
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 13K bytes
    - Viewed (0)
  7. api/go1.21.txt

    pkg debug/elf, const DF_1_WEAKFILTER = 536870912 #56887
    pkg debug/elf, const DF_1_WEAKFILTER DynFlag1 #56887
    pkg debug/elf, const R_PPC64_REL24_P9NOTOC = 124 #60348
    pkg debug/elf, const R_PPC64_REL24_P9NOTOC R_PPC64 #60348
    pkg debug/elf, method (DynFlag1) GoString() string #56887
    pkg debug/elf, method (DynFlag1) String() string #56887
    pkg debug/elf, method (*File) DynValue(DynTag) ([]uint64, error) #56892
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 07 09:39:17 UTC 2023
    - 25.6K bytes
    - Viewed (0)
  8. src/debug/elf/file.go

    	if err != nil {
    		return err
    	}
    
    	b := bytes.NewReader(rels)
    	var rela Rela64
    
    	for b.Len() > 0 {
    		binary.Read(b, f.ByteOrder, &rela)
    		symNo := rela.Info >> 32
    		t := R_PPC64(rela.Info & 0xffff)
    
    		if symNo == 0 || symNo > uint64(len(symbols)) {
    			continue
    		}
    		sym := &symbols[symNo-1]
    		if !canApplyRelocation(sym) {
    			continue
    		}
    
    		switch t {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 23 16:49:58 UTC 2024
    - 43.1K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(R_LARCH).String", Method, 19},
    		{"(R_MIPS).GoString", Method, 6},
    		{"(R_MIPS).String", Method, 6},
    		{"(R_PPC).GoString", Method, 0},
    		{"(R_PPC).String", Method, 0},
    		{"(R_PPC64).GoString", Method, 5},
    		{"(R_PPC64).String", Method, 5},
    		{"(R_RISCV).GoString", Method, 11},
    		{"(R_RISCV).String", Method, 11},
    		{"(R_SPARC).GoString", Method, 0},
    		{"(R_SPARC).String", Method, 0},
    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