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

Rui Ueyama ruiu at google.com
Thu Feb 27 16:17:42 PST 2014


On Thu, Feb 27, 2014 at 3:32 PM, Nico Rieck <nico.rieck at gmail.com> wrote:

> 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>.
>

It's a bit weird because the data structure varies depending on
architecture. Do all architectures declare their own structure with the
same name?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140227/9372e753/attachment.html>


More information about the llvm-commits mailing list