Searched defs:TempDebugEntryRva (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePeCoffLib/
H A DBasePeCoff.c1019 UINT32 TempDebugEntryRva; local
1303 TempDebugEntryRva = DebugEntry->RVA;
1307 TempDebugEntryRva = Section->VirtualAddress + Section->Misc.VirtualSize;
1309 TempDebugEntryRva = Section->VirtualAddress + Section->SizeOfRawData;
1313 if (TempDebugEntryRva != 0) {
1315 ImageContext->CodeView = PeCoffLoaderImageAddress (ImageContext, TempDebugEntryRva);
1319 (UINTN)TempDebugEntryRva +
1358 DebugEntry->RVA = TempDebugEntryRva;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DBasePeCoff.c859 UINT32 TempDebugEntryRva; local
1117 TempDebugEntryRva = DebugEntry->RVA;
1121 TempDebugEntryRva = Section->VirtualAddress + Section->Misc.VirtualSize;
1123 TempDebugEntryRva = Section->VirtualAddress + Section->SizeOfRawData;
1127 if (TempDebugEntryRva != 0) {
1129 ImageContext->CodeView = PeCoffLoaderImageAddress (ImageContext, TempDebugEntryRva);
1133 (UINTN)TempDebugEntryRva +
1172 DebugEntry->RVA = TempDebugEntryRva;
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxPeCoffLib/
H A DBasePeCoff.c898 UINT32 TempDebugEntryRva; local
1187 TempDebugEntryRva = DebugEntry->RVA;
1191 TempDebugEntryRva = Section->VirtualAddress + Section->Misc.VirtualSize;
1193 TempDebugEntryRva = Section->VirtualAddress + Section->SizeOfRawData;
1197 if (TempDebugEntryRva != 0) {
1199 ImageContext->CodeView = PeCoffLoaderImageAddress (ImageContext, TempDebugEntryRva);
1203 (UINTN)TempDebugEntryRva +
1242 DebugEntry->RVA = TempDebugEntryRva;

Completed in 71 milliseconds