Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
DGenFvInternalLib.c750 unsigned long long TempLongAddress; in WriteMapFile() local
907 sscanf (Line + strlen (" Preferred load address is"), "%llx", &TempLongAddress); in WriteMapFile()
908 LinkTimeBaseAddress = (UINT64) TempLongAddress; in WriteMapFile()
916 sscanf (Line, "%s %s %llx %s", KeyWord, FunctionName, &TempLongAddress, FunctionTypeName); in WriteMapFile()
917 FunctionAddress = (UINT64) TempLongAddress; in WriteMapFile()
923 sscanf (Line, "%s %s %llx %s", KeyWord, FunctionName, &TempLongAddress, FunctionTypeName); in WriteMapFile()
924 FunctionAddress = (UINT64) TempLongAddress; in WriteMapFile()