Lines Matching refs:SHT_NOBITS
1203 && (*destshdrp)->sh_type != SHT_NOBITS) in check_reloc_shdr()
2633 return shdr != NULL && shdr->sh_type == SHT_NOBITS; in in_nobits_scn()
3340 { ".bss", 5, SHT_NOBITS, exact, SHF_ALLOC | SHF_WRITE, 0 },
3368 { ".tbss", 6, SHT_NOBITS, exact, SHF_ALLOC | SHF_WRITE | SHF_TLS, 0 },
3480 good_type = SHT_NOBITS; in check_sections()
3485 && (shdr->sh_type != SHT_NOBITS in check_sections()
3686 case SHT_NOBITS: in check_sections()
3721 && shdr->sh_type == SHT_NOBITS))) in check_sections()
3730 if (shdr->sh_type == SHT_NOBITS) in check_sections()
3748 if (shdr->sh_type != SHT_NOBITS) in check_sections()
4240 ? SHT_NOBITS : SHT_PROGBITS) in check_program_header()