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

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
UpdateDriver.h 64 UINTN SecNameLen;
ParseUpdateProfile.c 274 SectionItem->SecNameLen = Length;
374 SectionItem->SecNameLen = PtrSection->SecNameLen;
381 SectionItem->ptrSection = AllocatePool (PtrSection->SecNameLen + 1);
385 CopyMem (SectionItem->ptrSection, PtrSection->ptrSection, PtrSection->SecNameLen + 1);
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Library/IniParsingLib/
IniParsingLib.c 56 UINTN SecNameLen;
592 SectionItem->SecNameLen = Length;
702 SectionItem->SecNameLen = PtrSection->SecNameLen;
709 SectionItem->PtrSection = AllocatePool (PtrSection->SecNameLen + 1);
713 CopyMem (SectionItem->PtrSection, PtrSection->PtrSection, PtrSection->SecNameLen + 1);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp     [all...]

Completed in 141 milliseconds