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

Nico Rieck nico.rieck at gmail.com
Thu Feb 27 17:09:58 PST 2014


On 28.02.2014 01:17, Rui Ueyama wrote:
> It's a bit weird because the data structure varies depending on
> architecture. Do all architectures declare their own structure with the
> same name?

They do have their own name. I can spot
_IMAGE_(ARM|CE|ALPHA|ALPHA64)_RUNTIME_FUNCTION_ENTRY structs, which are
then typedef'ed to the canonical name. So I think something like
coff_runtime_func(tion)_x64 would be more fitting here.

-Nico




More information about the llvm-commits mailing list