Home
last modified time | relevance | path

Searched defs:SectionInfo (Results 1 – 12 of 12) sorted by relevance

/external/google-breakpad/src/common/dwarf/
Delf_reader.h122 struct SectionInfo { struct
134 SectionInfo* info); argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h145 struct SectionInfo { struct
154 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset); argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
DMachO.h146 struct SectionInfo { struct
155 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset); argument
/external/stg/
Delf_loader.cc226 struct SectionInfo { struct
227 GElf_Shdr header;
228 Elf_Data* data;
/external/clang/include/clang/AST/
DASTContext.h2588 struct SectionInfo { struct
2592 SectionInfo() {} in SectionInfo() argument
2593 SectionInfo(DeclaratorDecl *Decl, in SectionInfo() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp84 __itt_section_info SectionInfo; in fillSectionInformation() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp792 const SectionAddressInfo *SectionInfo = nullptr; in getSectionAddr() local
816 const SectionAddressInfo *SectionInfo = nullptr; in getStubAddrFor() local
DRuntimeDyldMachO.cpp316 EHFrameRelatedSections &SectionInfo = UnregisteredEHFrameSections[i]; in registerEHFrames() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp321 EHFrameRelatedSections &SectionInfo = UnregisteredEHFrameSections[i]; in registerEHFrames() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp321 EHFrameRelatedSections &SectionInfo = UnregisteredEHFrameSections[i]; in registerEHFrames() local
/external/llvm/tools/llvm-objdump/
DMachODump.cpp9126 struct SectionInfo { struct in __anon75a915080611::SegInfo
9127 uint64_t Address;
9128 uint64_t Size;
9129 StringRef SectionName;
9130 StringRef SegmentName;
9131 uint64_t OffsetInSegment;
9132 uint64_t SegmentStartAddress;
9133 uint32_t SegmentIndex;
/external/bcc/tests/cc/
Dcatch.hpp2250 struct SectionInfo { struct
2256 std::string name;
2257 std::string description;
2258 SourceLineInfo lineInfo;
7837 SectionInfo::SectionInfo in SectionInfo() function in Catch::SectionInfo