Searched refs:TempLongAddress (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/ |
D | GenFvInternalLib.c | 754 long long TempLongAddress; in WriteMapFile() local 911 sscanf (Line + strlen (" Preferred load address is"), "%llx", &TempLongAddress); in WriteMapFile() 912 LinkTimeBaseAddress = (UINT64) TempLongAddress; in WriteMapFile() 920 sscanf (Line, "%s %s %llx %s", KeyWord, FunctionName, &TempLongAddress, FunctionTypeName); in WriteMapFile() 921 FunctionAddress = (UINT64) TempLongAddress; in WriteMapFile() 927 sscanf (Line, "%s %s %llx %s", KeyWord, FunctionName, &TempLongAddress, FunctionTypeName); in WriteMapFile() 928 FunctionAddress = (UINT64) TempLongAddress; in WriteMapFile()
|