Lines Matching refs:t5
443 LDR t5, RISCV_XLEN_BYTES(t0) /* t5: relocation info:type */
445 bne t5, t3, 3f
447 LDR t5, (RISCV_XLEN_BYTES * 2)(t0) /* t5: addend */
448 add t5, t5, a0 /* t5: add ASLR offset */
449 STR t5, 0(t3) /* update address */
454 srli t6, t5, SYM_INDEX /* t6: sym table index */
455 andi t5, t5, 0xFF /* t5: relocation type */
457 bne t5, t3, 4f
461 li t5, SYM_SIZE
462 mul t6, t6, t5
463 add t5, t4, t6
465 LDR t5, RISCV_XLEN_BYTES(t5) /* t5: sym value */
466 add t5, t5, t6
467 add t5, t5, a0 /* t5: add ASLR offset */
468 STR t5, 0(t3) /* update address */