Implementation of exception handling support routines for Win64.
Note that this code also support POSIX, however since v2.070.0, DWARF exception handling is used instead when possible, as it provides better compatibility with C++.
Given address that is inside a function, figure out which function it is in. Return DHandlerTable if there is one, NULL if not.
Given EBP, find return address to caller, and caller's EBP.
Throw a D object.
© 1999–2021 The D Language Foundation
Licensed under the Boost License 1.0.
https://dlang.org/phobos/rt_deh_win64_posix.html