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

  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformHelperLib/
PlatformHelperPei.c 42 @param SectionDataSize Pointer to UNITN to get size of RAW data.
56 OUT UINTN *SectionDataSize
68 if (FileNameGuid == NULL || SectionData == NULL || SectionDataSize == NULL) {
72 *SectionDataSize = 0;
93 *SectionDataSize = SECTION2_SIZE(FileInfo.Buffer) - sizeof(EFI_COMMON_SECTION_HEADER2);
95 *SectionDataSize = SECTION_SIZE(FileInfo.Buffer) - sizeof(EFI_COMMON_SECTION_HEADER);
PlatformHelperDxe.c 84 @param SectionDataSize Pointer to UNITN to get size of RAW data.
98 OUT UINTN *SectionDataSize
101 if (FileNameGuid == NULL || SectionData == NULL || SectionDataSize == NULL) {
108 return GetSectionFromAnyFv (FileNameGuid, EFI_SECTION_RAW, 0, SectionData, SectionDataSize);
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Include/Library/
PlatformHelperLib.h 31 @param SectionDataSize Pointer to UNITN to get size of RAW data.
45 OUT UINTN *SectionDataSize
  /external/llvm/lib/MC/
MachObjectWriter.cpp 154 /// \param SectionDataSize The total size of the sections.
157 uint64_t SectionDataStartOffset, uint64_t SectionDataSize, uint32_t MaxProt,
179 write64(SectionDataSize); // file size
184 write32(SectionDataSize); // file size
768 uint64_t SectionDataSize = 0;
782 SectionDataSize = std::max(SectionDataSize, Address + Size);
798 SectionDataSize, Prot, Prot);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MachObjectWriter.cpp 143 /// \arg SectionDataSize - The total size of the sections.
147 uint64_t SectionDataSize) {
167 Write64(SectionDataSize); // file size
172 Write32(SectionDataSize); // file size
654 uint64_t SectionDataSize = 0;
670 SectionDataSize = std::max(SectionDataSize, Address + Size);
684 SectionDataStart, SectionDataSize);
ELFObjectWriter.h 243 virtual void WriteHeader(uint64_t SectionDataSize, unsigned NumberOfSections);
ELFObjectWriter.cpp 73 void ELFObjectWriter::WriteHeader(uint64_t SectionDataSize,
111 WriteWord(SectionDataSize + (is64Bit() ? sizeof(ELF::Elf64_Ehdr) :
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCMachObjectWriter.h 157 /// \arg SectionDataSize - The total size of the sections.
161 uint64_t SectionDataSize);
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 168 /// \param SectionDataSize The total size of the sections.
172 uint64_t SectionDataSize, uint32_t MaxProt,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 171 /// \param SectionDataSize The total size of the sections.
175 uint64_t SectionDataSize, uint32_t MaxProt,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 171 /// \param SectionDataSize The total size of the sections.
175 uint64_t SectionDataSize, uint32_t MaxProt,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 171 /// \param SectionDataSize The total size of the sections.
175 uint64_t SectionDataSize, uint32_t MaxProt,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 171 /// \param SectionDataSize The total size of the sections.
175 uint64_t SectionDataSize, uint32_t MaxProt,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 171 /// \param SectionDataSize The total size of the sections.
175 uint64_t SectionDataSize, uint32_t MaxProt,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 171 /// \param SectionDataSize The total size of the sections.
175 uint64_t SectionDataSize, uint32_t MaxProt,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 171 /// \param SectionDataSize The total size of the sections.
175 uint64_t SectionDataSize, uint32_t MaxProt,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 171 /// \param SectionDataSize The total size of the sections.
175 uint64_t SectionDataSize, uint32_t MaxProt,

Completed in 2200 milliseconds