nasm/output
Andy Polyakov 94cd4dd113 Win64: IMAGEREL references (SEH support for Win64)
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.
2008-05-23 19:45:39 -07:00
..
outaout.c regularized spelling of license to match name of LICENSE file 2007-12-29 09:44:23 -05:00
outas86.c regularized spelling of license to match name of LICENSE file 2007-12-29 09:44:23 -05:00
outbin.c regularized spelling of license to match name of LICENSE file 2007-12-29 09:44:23 -05:00
outcoff.c Win64: IMAGEREL references (SEH support for Win64) 2008-05-23 19:45:39 -07:00
outdbg.c regularized spelling of license to match name of LICENSE file 2007-12-29 09:44:23 -05:00
outelf32.c Temporaries in macros need a unique prefix; WSAA*() macros to header 2008-04-10 14:56:09 -07:00
outelf64.c Temporaries in macros need a unique prefix; WSAA*() macros to header 2008-04-10 14:56:09 -07:00
outieee.c regularized spelling of license to match name of LICENSE file 2007-12-29 09:44:23 -05:00
outmacho.c regularized spelling of license to match name of LICENSE file 2007-12-29 09:44:23 -05:00
outobj.c regularized spelling of license to match name of LICENSE file 2007-12-29 09:44:23 -05:00
outrdf2.c regularized spelling of license to match name of LICENSE file 2007-12-29 09:44:23 -05:00
outrdf.c regularized spelling of license to match name of LICENSE file 2007-12-29 09:44:23 -05:00