VirtualBox

Changeset 73374 in vbox for trunk/include/iprt/formats


Ignore:
Timestamp:
Jul 27, 2018 7:59:20 AM (6 years ago)
Author:
vboxsync
Message:

iprt/formats/pecoff.h: Added IMAGE_RUNTIME_FUNCTION_ENTRY.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/formats/pecoff.h

    r73149 r73374  
    659659/** @} */
    660660
     661/** @name Image exception information
     662 * @{ */
     663
     664/** This structure is used by AMD64 and "Itanic".
     665 * MIPS uses a different one.  ARM, SH3, SH4 and PPC on WinCE also uses a different one.  */
     666typedef struct _IMAGE_RUNTIME_FUNCTION_ENTRY
     667{
     668    uint32_t    BeginAddress;
     669    uint32_t    EndAddress;
     670    uint32_t    UnwindInfoAddress;
     671} IMAGE_RUNTIME_FUNCTION_ENTRY;
     672typedef IMAGE_RUNTIME_FUNCTION_ENTRY *PIMAGE_RUNTIME_FUNCTION_ENTRY;
     673typedef IMAGE_RUNTIME_FUNCTION_ENTRY const *PCIMAGE_RUNTIME_FUNCTION_ENTRY;
     674
     675/** @} */
     676
    661677
    662678
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette