File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -317,9 +317,9 @@ Description:: Additional information about the relocation
317317 <| S - P
318318.2+| 26 .2+| HI20 .2+| Static | _U-Type_ .2+| High 20 bits of 32-bit absolute address, `%hi(symbol)`
319319 <| S + A
320- .2+| 27 .2+| LO12_I .2+| Static | _I-Type_ .2+| High 12 bits of 32-bit absolute address, `%lo(symbol)`
320+ .2+| 27 .2+| LO12_I .2+| Static | _I-Type_ .2+| Low 12 bits of 32-bit absolute address, `%lo(symbol)`
321321 <| S + A
322- .2+| 28 .2+| LO12_S .2+| Static | _S-Type_ .2+| High 12 bits of 32-bit absolute address, `%lo(symbol)`
322+ .2+| 28 .2+| LO12_S .2+| Static | _S-Type_ .2+| Low 12 bits of 32-bit absolute address, `%lo(symbol)`
323323 <| S + A
324324.2+| 29 .2+| TPREL_HI20 .2+| Static | _U-Type_ .2+| High 20 bits of TLS LE thread pointer offset, `%tprel_hi(symbol)`
325325 <|
You can’t perform that action at this time.
0 commit comments