mirror of https://github.com/Nonannet/pelfy.git
Compare commits
2 Commits
3d5481cbf7
...
7a59509482
| Author | SHA1 | Date |
|---|---|---|
|
|
7a59509482 | |
|
|
86de67a7f8 |
|
|
@ -432,6 +432,9 @@ relocation_table_types = {
|
|||
|
||||
43: ("R_ARM_MOVW_ABS_NC", 16, "S + A"),
|
||||
44: ("R_ARM_MOVT_ABS", 16, "S + A"),
|
||||
|
||||
47: ("R_ARM_THM_MOVW_ABS_NC", 16, "S + A"),
|
||||
48: ("R_ARM_THM_MOVT_ABS_NC", 16, "S + A"),
|
||||
},
|
||||
"EM_AARCH64": {
|
||||
0: ("R_AARCH64_NONE", 0, ""),
|
||||
|
|
|
|||
Loading…
Reference in New Issue