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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/
H A DInfDefineObject.py849 gFUNCTION_MAPPING_FOR_DEFINE_SECTION = { variable
954 if Name not in gFUNCTION_MAPPING_FOR_DEFINE_SECTION.keys():
959 ProcessFunc = gFUNCTION_MAPPING_FOR_DEFINE_SECTION[Name]
972 if Name not in gFUNCTION_MAPPING_FOR_DEFINE_SECTION.keys():
979 ProcessFunc = gFUNCTION_MAPPING_FOR_DEFINE_SECTION[Name]

Completed in 236 milliseconds