Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for STREAM (0.59 sec)

  1. src/cmd/internal/obj/arm64/asm7.go

    		if c.aclass(&p.To) == C_ADDR {
    			c.ctxt.Diag("address constant needs DWORD\n%v", p)
    		}
    		o1 = uint32(c.instoffset)
    		if p.To.Sym != nil {
    			// This case happens with words generated
    			// in the PC stream as part of the literal pool.
    			rel := obj.Addrel(c.cursym)
    
    			rel.Off = int32(c.pc)
    			rel.Siz = 4
    			rel.Sym = p.To.Sym
    			rel.Add = p.To.Offset
    			rel.Type = objabi.R_ADDR
    			o1 = 0
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
Back to top