Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for _tocrel (0.15 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)
  2. src/cmd/link/internal/ld/macho.go

    	ml.data[13] = uint32((s2 + s3) / 4) /* nindirectsyms */
    
    	ml.data[14] = 0 /* extreloff */
    	ml.data[15] = 0 /* nextrel */
    	ml.data[16] = 0 /* locreloff */
    	ml.data[17] = 0 /* nlocrel */
    }
    
    func doMachoLink(ctxt *Link) int64 {
    	machosymtab(ctxt)
    	machoDyldInfo(ctxt)
    
    	ldr := ctxt.loader
    
    	// write data that will be linkedit section
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:32:53 UTC 2024
    - 43.9K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"DysymtabCmd.Nextdefsym", Field, 0},
    		{"DysymtabCmd.Nextrefsyms", Field, 0},
    		{"DysymtabCmd.Nextrel", Field, 0},
    		{"DysymtabCmd.Nindirectsyms", Field, 0},
    		{"DysymtabCmd.Nlocalsym", Field, 0},
    		{"DysymtabCmd.Nlocrel", Field, 0},
    		{"DysymtabCmd.Nmodtab", Field, 0},
    		{"DysymtabCmd.Ntoc", Field, 0},
    		{"DysymtabCmd.Nundefsym", Field, 0},
    		{"DysymtabCmd.Tocoffset", Field, 0},
    		{"ErrNotFat", Var, 3},
    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