Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/ZEBinWriter/zebin/source/
H A DZEELFObjectBuilder.cpp52 struct SectionHdrEntry { struct in zebin::ELFWriter
53 uint32_t name = 0;
54 unsigned type = 0;
55 uint64_t offset = 0;
56 uint64_t size = 0;
57 uint32_t link = 0;
58 uint32_t info = 0;
59 uint32_t entsize = 0;
61 const Section* section = nullptr;