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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.c723 UINT32 TextVirtualAddress; local
824 TextVirtualAddress = 0;
828 TextVirtualAddress = SectionHeader->VirtualAddress;
835 fprintf (FvMapFile, " .textbaseaddress=0x%010llx", (unsigned long long) (ImageBaseAddress + TextVirtualAddress));

Completed in 402 milliseconds