Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addcallreloc (0.11 sec)

  1. src/cmd/internal/obj/s390x/asmz.go

    	rel.Type = objabi.R_PCRELDBL
    	return rel
    }
    
    // Add a CALL relocation for the immediate in a RIL style instruction.
    // The addend will be adjusted as required.
    func (c *ctxtz) addcallreloc(sym *obj.LSym, add int64) *obj.Reloc {
    	if sym == nil {
    		c.ctxt.Diag("require symbol to apply relocation")
    	}
    	offset := int64(2) // relocation offset from start of instruction
    	rel := obj.Addrel(c.cursym)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
Back to top