HomeSort by relevance Sort by last modified time
    Searched refs:SectionSize (Results 1 - 25 of 35) sorted by null

1 2

  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/AcpiLib/
AcpiLib.c 52 UINTN SectionSize;
109 &SectionSize,
115 ASSERT (SectionSize >= AcpiTableSize);
  /device/linaro/bootloader/edk2/ArmPkg/Library/DebugAgentSymbolsBaseLib/
DebugAgentSymbolsBaseLib.c 182 UINTN SectionSize;
191 SectionSize = *(UINT32 *)(FfsHeader->Size) & 0x00FFFFFF;
192 SectionSize -= sizeof (EFI_FFS_FILE_HEADER);
196 while (ParsedLength < SectionSize) {
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Dir.c 88 UINTN SectionSize;
192 &SectionSize,
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
VarCheckHiiGenFromFv.c 179 UINTN SectionSize;
218 &SectionSize,
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 443 uint64_t SectionSize = DataSize + StubBufSize;
451 SectionSize += 4;
453 if (!SectionSize)
454 SectionSize = 1;
458 CodeSectionSizes.push_back(SectionSize);
461 ROSectionSizes.push_back(SectionSize);
464 RWSectionSizes.push_back(SectionSize);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
FvLib.c 429 UINTN SectionSize;
466 SectionSize = GetSectionFileLength(CurrentSection.CommonHeader);
469 (UINT8 *) ((UINTN) CurrentSection.CommonHeader + SectionSize),
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
FvLib.c 430 UINTN SectionSize;
454 SectionSize = CurrentSection.CommonHeader->Size[0] +
459 (UINT8 *) ((UINTN) CurrentSection.CommonHeader + SectionSize),
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
COFF.h 37 SectionSize = 40,
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/
FwVol.c 282 @param SectionSize - The file size to search.
291 IN UINTN SectionSize,
310 while (ParsedLength < SectionSize) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
SectionExtraction.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/SectionExtraction/
CoreSectionExtraction.c     [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 786 uint64_t SectionSize = RelocatedSection->getSize();
863 if (Address + R.Width > SectionSize) {
866 << SectionSize << " bytes long.\n";
  /external/llvm/lib/MC/
MachObjectWriter.cpp 201 uint64_t SectionSize = Layout.getSectionAddressSize(&Sec);
220 write64(SectionSize); // size
223 write32(SectionSize); // size
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MachObjectWriter.cpp 188 uint64_t SectionSize = Layout.getSectionAddressSize(&SD);
207 Write64(SectionSize); // size
210 Write32(SectionSize); // size
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/FwVol/
FwVol.c 721 @param SectionSize The file size to search.
737 IN UINTN SectionSize,
766 while (ParsedLength < SectionSize) {
825 PpiOutputSize = PrivateData->CacheSection.SectionSize[Index];
    [all...]
  /external/llvm/include/llvm/Support/
COFF.h 51 SectionSize = 40,
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
COFF.h 56 SectionSize = 40,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
COFF.h 56 SectionSize = 40,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
COFF.h 56 SectionSize = 40,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
COFF.h 56 SectionSize = 40,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
COFF.h 56 SectionSize = 40,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
COFF.h 56 SectionSize = 40,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
COFF.h 56 SectionSize = 40,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
COFF.h 56 SectionSize = 40,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
COFF.h 56 SectionSize = 40,

Completed in 1084 milliseconds

1 2