Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for setPath (0.12 sec)

  1. src/cmd/link/internal/ld/dwarf.go

    			sect.Align = int32(ctxt.Arch.Alignment)
    			sect.Length = uint64(len(z.compressed))
    			sect.Compressed = true
    			newSym := ldr.MakeSymbolBuilder(compressedSegName)
    			ldr.SetAttrReachable(s, true)
    			newSym.SetData(z.compressed)
    			newSym.SetSize(int64(len(z.compressed)))
    			ldr.SetSymSect(newSym.Sym(), sect)
    			ds := dwarfSecInfo{syms: []loader.Sym{newSym.Sym()}}
    			newDwarfp = append(newDwarfp, ds)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ld/lib.go

    			// The decodetype_* functions in decodetype.go need access to
    			// the type data.
    			sname := l.SymName(s)
    			if strings.HasPrefix(sname, "type:") && !strings.HasPrefix(sname, "type:.") {
    				su.SetData(readelfsymboldata(ctxt, f, &elfsym))
    			}
    		}
    
    		if symname != elfsym.Name {
    			l.SetSymExtname(s, elfsym.Name)
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
Back to top