Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for callarm64 (0.25 sec)

  1. src/cmd/link/internal/arm64/asm.go

    			su.SetRelocAdd(rIdx, r.Add()+int64(ldr.SymPlt(targ)))
    		}
    		if targType == 0 || targType == sym.SXREF {
    			ldr.Errorf(s, "unknown symbol %s in callarm64", ldr.SymName(targ))
    		}
    		su := ldr.MakeSymbolUpdater(s)
    		su.SetRelocType(rIdx, objabi.R_CALLARM64)
    		return true
    
    	case objabi.ElfRelocOffset + objabi.RelocType(elf.R_AARCH64_ADR_GOT_PAGE),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 30 20:09:45 UTC 2024
    - 47K bytes
    - Viewed (0)
  2. src/cmd/internal/objabi/reloctype.go

    	R_ADDRMIPS
    	// R_ADDROFF resolves to a 32-bit offset from the beginning of the section
    	// holding the data being relocated to the referenced symbol.
    	R_ADDROFF
    	R_SIZE
    	R_CALL
    	R_CALLARM
    	R_CALLARM64
    	R_CALLIND
    	R_CALLPOWER
    	// R_CALLMIPS (only used on mips64) resolves to non-PC-relative target address
    	// of a CALL (JAL) instruction, by encoding the address into the instruction.
    	R_CALLMIPS
    	R_CONST
    	R_PCREL
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 27 17:26:07 UTC 2024
    - 17.3K bytes
    - Viewed (0)
Back to top