mirror of https://github.com/Nonannet/pelfy.git
Compare commits
2 Commits
5886cf40f4
...
36b0d1db5c
| Author | SHA1 | Date |
|---|---|---|
|
|
36b0d1db5c | |
|
|
05f78ed09e |
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "pelfy"
|
||||
version = "1.0.5"
|
||||
version = "1.0.6"
|
||||
authors = [
|
||||
{ name="Nicolas Kruse", email="nicolas.kruse@nonan.net" },
|
||||
]
|
||||
|
|
|
|||
|
|
@ -418,6 +418,8 @@ relocation_table_types = {
|
|||
40: ("R_ARM_V4BX", 0, ""),
|
||||
41: ("R_ARM_STKCHK", 0, ""),
|
||||
42: ("R_ARM_THM_STKCHK", 0, ""),
|
||||
43: ("R_ARM_MOVW_ABS_NC", 16, "S + A"),
|
||||
44: ("R_ARM_MOVT_ABS", 16, "S + A")
|
||||
},
|
||||
"EM_AARCH64": {
|
||||
0: ("R_AARCH64_NONE", 0, ""),
|
||||
|
|
|
|||
Loading…
Reference in New Issue