You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This introduces a new relocation `R_RISCV_GOT32_PCREL` follows the existing
wording to “R_RISCV_32_PCREL”, but instead evaluates to the 32-bit offset
between a GOT entry for a given symbol and the current location where the
relocation is applied, so its equation would be “G + GOT - P + A”.
.2+| 41-42 .2+| *Reserved* .2+| - | .2+| Reserved for future standard use
423
+
.2+| 41 .2+| GOT32_PCREL .2+| Static | _word32_ .2+| 32-bit PC-relative offset to the GOT entry for a symbol
424
+
<| G + GOT + A - P
425
+
.2+| 42 .2+| *Reserved* .2+| - | .2+| Reserved for future standard use
424
426
<|
425
427
.2+| 43 .2+| ALIGN .2+| Static | .2+| Alignment statement. The addend indicates the number of bytes occupied by `nop` instructions at the relocation offset. The alignment boundary is specified by the addend rounded up to the next power of two.
0 commit comments