Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for asmb2 (0.03 sec)

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

    			}
    			target.Arch.ByteOrder.PutUint32(P[off:], uint32(o))
    		case 8:
    			target.Arch.ByteOrder.PutUint64(P[off:], uint64(o))
    		}
    	}
    	if target.IsExternal() {
    		// We'll stream out the external relocations in asmb2 (e.g. elfrelocsect)
    		// and we only need the count here.
    		atomic.AddUint32(&ldr.SymSect(s).Relcount, uint32(nExtReloc))
    	}
    }
    
    // Convert a Go relocation to an external relocation.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
Back to top