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

1 2

  /device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
LegacyRegion.c 400 LEGACY_MEMORY_SECTION_INFO *SectionInfo;
409 LegacyRegionGetInfoInternal (&SectionCount, &SectionInfo);
421 DescriptorArray[DescriptorIndex].Start = SectionInfo[Index].Start;
422 DescriptorArray[DescriptorIndex].Length = SectionInfo[Index].Length;
423 DescriptorArray[DescriptorIndex].Granularity = SectionInfo[Index].Length;
424 if (SectionInfo[Index].ReadEnabled) {
434 DescriptorArray[DescriptorIndex].Start = SectionInfo[Index].Start;
435 DescriptorArray[DescriptorIndex].Length = SectionInfo[Index].Length;
436 DescriptorArray[DescriptorIndex].Granularity = SectionInfo[Index].Length;
437 if (SectionInfo[Index].WriteEnabled) {
    [all...]
  /toolchain/binutils/binutils-2.27/gold/testsuite/
plugin_section_alignment.cc 73 struct SectionInfo {
80 static bool SectionInfoLt(const SectionInfo &i1,
81 const SectionInfo &i2)
122 typedef std::vector<SectionInfo> section_info_vector;
215 SectionInfo si;
243 SectionInfo::SectionInfoLt);
255 const SectionInfo &si = (*it);
  /frameworks/native/cmds/dumpstate/tests/
dumpstate_smoke_test.cpp 38 struct SectionInfo {
52 std::shared_ptr<std::vector<SectionInfo>> sections_;
53 DumpstateListener(int fd, std::shared_ptr<std::vector<SectionInfo>> sections)
80 static std::shared_ptr<std::vector<SectionInfo>> sections;
109 std::shared_ptr<std::vector<SectionInfo>> ZippedBugreportGenerationTest::sections =
110 std::make_shared<std::vector<SectionInfo>>();
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 316 EHFrameRelatedSections &SectionInfo = UnregisteredEHFrameSections[i];
317 if (SectionInfo.EHFrameSID == RTDYLD_INVALID_SECTION_ID ||
318 SectionInfo.TextSID == RTDYLD_INVALID_SECTION_ID)
320 SectionEntry *Text = &Sections[SectionInfo.TextSID];
321 SectionEntry *EHFrame = &Sections[SectionInfo.EHFrameSID];
323 if (SectionInfo.ExceptTabSID != RTDYLD_INVALID_SECTION_ID)
324 ExceptTab = &Sections[SectionInfo.ExceptTabSID];
RuntimeDyldChecker.cpp 792 const SectionAddressInfo *SectionInfo = nullptr;
795 std::tie(SectionInfo, ErrorMsg) =
801 unsigned SectionID = SectionInfo->SectionID;
816 const SectionAddressInfo *SectionInfo = nullptr;
819 std::tie(SectionInfo, ErrorMsg) =
825 unsigned SectionID = SectionInfo->SectionID;
826 const StubOffsetsMap &SymbolStubs = SectionInfo->StubOffsets;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 123 struct SectionInfo {
132 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset);
133 SmallVector<SectionInfo, 32> Sections;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
MachO.h 139 struct SectionInfo {
148 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset);
150 SmallVector<SectionInfo, 32> Sections;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
MachO.h 139 struct SectionInfo {
148 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset);
150 SmallVector<SectionInfo, 32> Sections;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
MachO.h 148 struct SectionInfo {
157 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset);
159 SmallVector<SectionInfo, 32> Sections;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
MachO.h 148 struct SectionInfo {
157 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset);
159 SmallVector<SectionInfo, 32> Sections;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
MachO.h 148 struct SectionInfo {
157 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset);
159 SmallVector<SectionInfo, 32> Sections;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
MachO.h 148 struct SectionInfo {
157 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset);
159 SmallVector<SectionInfo, 32> Sections;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 123 struct SectionInfo {
132 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset);
133 SmallVector<SectionInfo, 32> Sections;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
MachO.h 139 struct SectionInfo {
148 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset);
150 SmallVector<SectionInfo, 32> Sections;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
MachO.h 139 struct SectionInfo {
148 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset);
150 SmallVector<SectionInfo, 32> Sections;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
MachO.h 148 struct SectionInfo {
157 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset);
159 SmallVector<SectionInfo, 32> Sections;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
MachO.h 148 struct SectionInfo {
157 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset);
159 SmallVector<SectionInfo, 32> Sections;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
MachO.h 148 struct SectionInfo {
157 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset);
159 SmallVector<SectionInfo, 32> Sections;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
MachO.h 148 struct SectionInfo {
157 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset);
159 SmallVector<SectionInfo, 32> Sections;
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
ASTContext.h     [all...]

Completed in 303 milliseconds

1 2