Lines Matching refs:SHT_NOBITS
171 if (Sec.Type != SHT_NOBITS) in visit()
1216 if (Sec.Type == SHT_NOBITS) { in sectionWithinSegment()
1732 case SHT_NOBITS: in makeSection()
1794 (Shdr.sh_type == SHT_NOBITS) ? (size_t)0 : Shdr.sh_size); in readSectionHeaders()
2099 if (Parent == nullptr || Sec.Type == SHT_NOBITS || Sec.Size == 0) in writeSegmentData()
2275 if (Sec.Type != SHT_NOBITS) in layoutSections()
2301 if (Sec.Type == SHT_NOBITS) { in layoutSectionsForOnlyKeepDebug()
2342 uint64_t Size = Sec->Type == SHT_NOBITS ? 0 : Sec->Size; in layoutSegmentsForOnlyKeepDebug()
2584 if (Sec.Type != SHT_NOBITS && Sec.Size > 0) in finalize()
2594 if (Sec.Type != SHT_NOBITS && Sec.Size > 0) { in finalize()
2681 if ((Sec.Flags & ELF::SHF_ALLOC) && Sec.Type != ELF::SHT_NOBITS && in finalize()