[llvm] r202438 - Object/COFF: Add a struct for the function table in .pdata.

Nico Rieck nico.rieck at gmail.com
Thu Feb 27 15:32:00 PST 2014


On 27.02.2014 23:20, Rui Ueyama wrote:
> This is the data structure listed on Microsoft PE/COFF Spec Revision 8.3, p. 80.
> The name of the struct is not mentioned in the Microsoft PE/COFF spec, so I made
> it up.

In SDK headers this struct is called RUNTIME_FUNCTION. See
<http://msdn.microsoft.com/en-us/library/ft9x1kdx.aspx>.

-Nico



More information about the llvm-commits mailing list