Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Library/DxeExtractGuidedSectionLib/
DDxeExtractGuidedSectionLib.c30 EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER *mExtractGetInfoHandlerTable = NULL; variable
72 mExtractGetInfoHandlerTable = ReallocatePool ( in ReallocateExtractHandlerTable()
75 mExtractGetInfoHandlerTable in ReallocateExtractHandlerTable()
78 if (mExtractGetInfoHandlerTable == NULL) { in ReallocateExtractHandlerTable()
95 if (mExtractGetInfoHandlerTable != NULL) { in ReallocateExtractHandlerTable()
96 FreePool (mExtractGetInfoHandlerTable); in ReallocateExtractHandlerTable()
197 mExtractGetInfoHandlerTable [Index] = GetInfoHandler; in ExtractGuidedSectionRegisterHandlers()
216 mExtractGetInfoHandlerTable [mNumberOfExtractHandler++] = GetInfoHandler; in ExtractGuidedSectionRegisterHandlers()
295 return mExtractGetInfoHandlerTable [Index] ( in ExtractGuidedSectionGetInfo()
445 *GetInfoHandler = mExtractGetInfoHandlerTable[Index]; in ExtractGuidedSectionGetHandlers()