Changeset 96448 in vbox for trunk/include/iprt/formats
- Timestamp:
- Aug 23, 2022 10:35:23 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 153292
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/formats/pecoff.h
r96407 r96448 741 741 * @{ */ 742 742 /** No handler. 743 * @note A slo know as UNW_FLAG_NHANDLER. */743 * @note Also know as UNW_FLAG_NHANDLER. */ 744 744 #define IMAGE_UNW_FLAGS_NHANDLER 0 745 745 /** Have exception handler (RVA after codes, dword aligned.) 746 * @note A slo know as UNW_FLAG_NHANDLER. */746 * @note Also know as UNW_FLAG_NHANDLER. */ 747 747 #define IMAGE_UNW_FLAGS_EHANDLER 1 748 748 /** Have unwind handler (RVA after codes, dword aligned.) 749 * @note A slo know as UNW_FLAG_NHANDLER. */749 * @note Also know as UNW_FLAG_NHANDLER. */ 750 750 #define IMAGE_UNW_FLAGS_UHANDLER 2 751 751 /** Set if not primary unwind info for a function. An
Note:
See TracChangeset
for help on using the changeset viewer.