Lines Matching refs:SHT_NOBITS
722 ? (osec.type == SHT_NOBITS ? 1 : RF_LARGE_ALT) in getSectionRank()
729 if (osec.type == SHT_NOBITS) in getSectionRank()
759 if (name == ".sdata" || (osec.type == SHT_NOBITS && name != ".sbss")) in getSectionRank()
860 if (os->type != SHT_NOBITS && !isLarge(os)) in setReservedSymbolSections()
2140 if ((sec->flags & SHF_TLS) && sec->type == SHT_NOBITS) in needsPtLoad()
2264 (script->hasSectionsCommand || sec->type == SHT_NOBITS || in createPhdrs()
2265 load->lastSec->type != SHT_NOBITS)) { in createPhdrs()
2446 if (os->type == SHT_NOBITS && in computeFileOffset()
2463 return sec.type != SHT_NOBITS && (sec.flags & SHF_ALLOC) && sec.size > 0; in assignFileOffsetsBinary()
2503 if (sec->type != SHT_NOBITS) in assignFileOffsets()
2533 if (sec->type == SHT_NOBITS) in assignFileOffsets()
2568 if (last->type != SHT_NOBITS) in setPhdrs()
2644 if (sec->size > 0 && sec->type != SHT_NOBITS && in checkSections()