mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-09 08:51:18 +08:00
94cd4dd113
Guess what, SEH again, but in Win64 context, which is completely different matter from Win32. At lowest level this one boils down to putting so called imagerel references, or in practical terms relocations of type ADDR32NB, 0x0003, into .pdata and .xdata segments. Two possibilities. 1. implement say 'wrt ..imagerel' or 'wrt ..imagebase'. 2. silently enforce ADDR32NB relocations in .pdata and .xdata segments. |
||
---|---|---|
.. | ||
outaout.c | ||
outas86.c | ||
outbin.c | ||
outcoff.c | ||
outdbg.c | ||
outelf32.c | ||
outelf64.c | ||
outieee.c | ||
outmacho.c | ||
outobj.c | ||
outrdf2.c | ||
outrdf.c |