HomeSort by relevance Sort by last modified time
    Searched refs:AllocatedOutputBuffer (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SectionExtractionDxe/
SectionExtractionDxe.c 223 VOID *AllocatedOutputBuffer;
232 AllocatedOutputBuffer = NULL;
263 AllocatedOutputBuffer = AllocatePool (OutputBufferSize);
264 if (AllocatedOutputBuffer == NULL) {
268 *OutputBuffer = AllocatedOutputBuffer;
284 if (AllocatedOutputBuffer != NULL) {
285 FreePool (AllocatedOutputBuffer);
294 if (*OutputBuffer != AllocatedOutputBuffer) {
299 CopyMem (AllocatedOutputBuffer, *OutputBuffer, OutputBufferSize);
300 *OutputBuffer = AllocatedOutputBuffer;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/SectionExtraction/
CoreSectionExtraction.c     [all...]

Completed in 37 milliseconds