Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isRequestingLowPageBits (0.15 sec)

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

    		objabi.R_CALLLOONG64,
    		objabi.R_JMPLOONG64,
    		objabi.R_LOONG64_TLS_IE_HI,
    		objabi.R_LOONG64_TLS_IE_LO:
    		return ld.ExtrelocSimple(ldr, r), true
    	}
    	return loader.ExtReloc{}, false
    }
    
    func isRequestingLowPageBits(t objabi.RelocType) bool {
    	switch t {
    	case objabi.R_LOONG64_ADDR_LO:
    		return true
    	}
    	return false
    }
    
    // Calculates the value to put into the immediate slot, according to the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 27 17:26:07 UTC 2024
    - 7.5K bytes
    - Viewed (0)
Back to top