Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
DGenFvInternalLib.c751 UINT32 TextVirtualAddress; in WriteMapFile() local
852 TextVirtualAddress = 0; in WriteMapFile()
856 TextVirtualAddress = SectionHeader->VirtualAddress; in WriteMapFile()
863 …File, " .textbaseaddress=0x%010llx", (unsigned long long) (ImageBaseAddress + TextVirtualAddress)); in WriteMapFile()