Lines Matching refs:SHT_NOBITS
190 if (Sec.Type != SHT_NOBITS) in visit()
1230 if (Sec.Type == SHT_NOBITS) { in sectionWithinSegment()
1767 case SHT_NOBITS: in makeSection()
1821 (Shdr.sh_type == SHT_NOBITS) ? (size_t)0 : Shdr.sh_size); in readSectionHeaders()
2146 if (Parent == nullptr || Sec.Type == SHT_NOBITS || Sec.Size == 0) in writeSegmentData()
2383 if (Sec->Type != SHT_NOBITS) in layoutSections()
2419 if (Sec->Type == SHT_NOBITS) { in layoutSectionsForOnlyKeepDebug()
2460 uint64_t Size = Sec->Type == SHT_NOBITS ? 0 : Sec->Size; in layoutSegmentsForOnlyKeepDebug()
2689 if (Sec.Type != SHT_NOBITS && Sec.Size > 0) in write()
2734 if (Sec.Type != SHT_NOBITS && Sec.Size > 0) in finalize()
2744 if (Sec.Type != SHT_NOBITS && Sec.Size > 0) { in finalize()
2776 if ((S.Flags & ELF::SHF_ALLOC) && S.Type != ELF::SHT_NOBITS && S.Size > 0) { in finalize()