Arm: Difference between revisions

From miki
Jump to navigation Jump to search
(Redirected page to Arm)
 
No edit summary
 
Line 1: Line 1:
== References ==
#REDIRECT [[Arm]]
TBC

== ABI ==
=== ELF format ===
* Reference: https://github.com/ARM-software/abi-aa/releases/download/2022Q1/aaelf32.pdf

;Relocation
{| class="wikitable"
|-
| Code || Name
|-
| 132 || R_ARM_THM_ALU_ABS_G0_NC
|-
| 133 || R_ARM_THM_ALU_ABS_G1_NC
|-
| 134 || R_ARM_THM_ALU_ABS_G2_NC
|-
| 135 || R_ARM_THM_ALU_ABS_G3
|-
| 7 || R_ARM_THM_ABS5
|-
| 11 || R_ARM_THM_PC8
|-
| 52 || R_ARM_THM_JUMP6
|-
| 102 || R_ARM_THM_JUMP
|-
| 103 || R_ARM_THM_JUMP8
|}

Latest revision as of 12:49, 31 March 2023

References

TBC

ABI

ELF format

Relocation
Code Name
132 R_ARM_THM_ALU_ABS_G0_NC
133 R_ARM_THM_ALU_ABS_G1_NC
134 R_ARM_THM_ALU_ABS_G2_NC
135 R_ARM_THM_ALU_ABS_G3
7 R_ARM_THM_ABS5
11 R_ARM_THM_PC8
52 R_ARM_THM_JUMP6
102 R_ARM_THM_JUMP
103 R_ARM_THM_JUMP8