mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:05:52 +00:00
[OBJ2BIN] Add support for IMAGE_REL_I386_REL16
Also return error in case of unknown relocation type.
This commit is contained in:
parent
5367ae5760
commit
77d69c68b8
2 changed files with 19 additions and 5 deletions
|
@ -42,6 +42,7 @@
|
|||
#define IMAGE_NUMBEROF_DIRECTORY_ENTRIES 16
|
||||
|
||||
#define IMAGE_REL_I386_ABSOLUTE 0x0001
|
||||
#define IMAGE_REL_I386_REL16 0x0002
|
||||
#define IMAGE_REL_I386_DIR32 0x0006
|
||||
|
||||
#pragma pack(push,2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue