Searched refs:UnwindInfoAddress (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/IndustryStandard/
H A DPeImage.h663 UINT32 UnwindInfoAddress; member in struct:__anon10169
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DGenFw.c2456 if (RuntimeFunction->UnwindInfoAddress >= SectionHeader->VirtualAddress && RuntimeFunction->UnwindInfoAddress < (SectionHeader->VirtualAddress + SectionHeader->SizeOfRawData)) {
2457 UnwindInfo = (UNWIND_INFO *)(FileBuffer + SectionHeader->PointerToRawData + (RuntimeFunction->UnwindInfoAddress - SectionHeader->VirtualAddress));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinnt.h1883 ULONG UnwindInfoAddress; member in struct:_RUNTIME_FUNCTION
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinnt.h1445 ULONG UnwindInfoAddress; member in struct:_RUNTIME_FUNCTION

Completed in 318 milliseconds