21 Load Local Address
The following example shows the lla pseudoinstruction which is used to load
local symbol addresses:
lla a0, msg + 1
This generates the following instructions and relocations as seen by objdump:
0000000000000000 \<.text>:
0: 00000517 auipc a0,0x0
0: R_RISCV_PCREL_HI20 msg+0x1
4: 00050513 mv a0,a0
4: R_RISCV_PCREL_LO12_I .L0