Changeset 73374 in vbox for trunk/include/iprt/formats
- Timestamp:
- Jul 27, 2018 7:59:20 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/formats/pecoff.h
r73149 r73374 659 659 /** @} */ 660 660 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. */ 666 typedef struct _IMAGE_RUNTIME_FUNCTION_ENTRY 667 { 668 uint32_t BeginAddress; 669 uint32_t EndAddress; 670 uint32_t UnwindInfoAddress; 671 } IMAGE_RUNTIME_FUNCTION_ENTRY; 672 typedef IMAGE_RUNTIME_FUNCTION_ENTRY *PIMAGE_RUNTIME_FUNCTION_ENTRY; 673 typedef IMAGE_RUNTIME_FUNCTION_ENTRY const *PCIMAGE_RUNTIME_FUNCTION_ENTRY; 674 675 /** @} */ 676 661 677 662 678
Note:
See TracChangeset
for help on using the changeset viewer.