Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Library/DxeExtractGuidedSectionLib/
DDxeExtractGuidedSectionLib.c175 IN EXTRACT_GUIDED_SECTION_DECODE_HANDLER DecodeHandler in ExtractGuidedSectionRegisterHandlers() argument
186 ASSERT (DecodeHandler != NULL); in ExtractGuidedSectionRegisterHandlers()
196 mExtractDecodeHandlerTable [Index] = DecodeHandler; in ExtractGuidedSectionRegisterHandlers()
215 mExtractDecodeHandlerTable [mNumberOfExtractHandler] = DecodeHandler; in ExtractGuidedSectionRegisterHandlers()
425 OUT EXTRACT_GUIDED_SECTION_DECODE_HANDLER *DecodeHandler OPTIONAL in ExtractGuidedSectionGetHandlers()
447 if (DecodeHandler != NULL) { in ExtractGuidedSectionGetHandlers()
448 *DecodeHandler = mExtractDecodeHandlerTable[Index]; in ExtractGuidedSectionGetHandlers()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseExtractGuidedSectionLib/
DBaseExtractGuidedSectionLib.c170 IN EXTRACT_GUIDED_SECTION_DECODE_HANDLER DecodeHandler in ExtractGuidedSectionRegisterHandlers() argument
182 ASSERT (DecodeHandler != NULL); in ExtractGuidedSectionRegisterHandlers()
201 HandlerInfo->ExtractDecodeHandlerTable [Index] = DecodeHandler; in ExtractGuidedSectionRegisterHandlers()
218 HandlerInfo->ExtractDecodeHandlerTable [HandlerInfo->NumberOfExtractHandler] = DecodeHandler; in ExtractGuidedSectionRegisterHandlers()
444 OUT EXTRACT_GUIDED_SECTION_DECODE_HANDLER *DecodeHandler OPTIONAL in ExtractGuidedSectionGetHandlers()
477 if (DecodeHandler != NULL) { in ExtractGuidedSectionGetHandlers()
478 *DecodeHandler = HandlerInfo->ExtractDecodeHandlerTable[Index]; in ExtractGuidedSectionGetHandlers()
/device/linaro/bootloader/edk2/MdePkg/Library/PeiExtractGuidedSectionLib/
DPeiExtractGuidedSectionLib.c193 IN EXTRACT_GUIDED_SECTION_DECODE_HANDLER DecodeHandler in ExtractGuidedSectionRegisterHandlers() argument
205 ASSERT (DecodeHandler != NULL); in ExtractGuidedSectionRegisterHandlers()
226 HandlerInfo->ExtractDecodeHandlerTable [Index] = DecodeHandler; in ExtractGuidedSectionRegisterHandlers()
243 HandlerInfo->ExtractDecodeHandlerTable [HandlerInfo->NumberOfExtractHandler] = DecodeHandler; in ExtractGuidedSectionRegisterHandlers()
479 OUT EXTRACT_GUIDED_SECTION_DECODE_HANDLER *DecodeHandler OPTIONAL in ExtractGuidedSectionGetHandlers()
512 if (DecodeHandler != NULL) { in ExtractGuidedSectionGetHandlers()
513 *DecodeHandler = HandlerInfo->ExtractDecodeHandlerTable[Index]; in ExtractGuidedSectionGetHandlers()
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DExtractGuidedSectionLib.h139 IN EXTRACT_GUIDED_SECTION_DECODE_HANDLER DecodeHandler
281 OUT EXTRACT_GUIDED_SECTION_DECODE_HANDLER *DecodeHandler OPTIONAL
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/
DPrePiExtractGuidedSectionLib.c50 IN EXTRACT_GUIDED_SECTION_DECODE_HANDLER DecodeHandler in ExtractGuidedSectionRegisterHandlers() argument
77 SavedData->ExtractDecodeHandlerTable [Index] = DecodeHandler; in ExtractGuidedSectionRegisterHandlers()
93 SavedData->ExtractDecodeHandlerTable [SavedData->NumberOfExtractHandler] = DecodeHandler; in ExtractGuidedSectionRegisterHandlers()