SHT_NOBITS
if (sh_type == SHT_NOBITS || sh_size == 0) {
if (sh_type != SHT_NOBITS &&
d->d_data.d_buf = (sh_type == SHT_NOBITS || sh_size == 0) ? NULL :
elftype > ELF_T_LAST || (sh_type != SHT_NOBITS &&
assert(sh_type != SHT_NULL && sh_type != SHT_NOBITS);
if (sh_type == SHT_NOBITS || sh_type == SHT_NULL)
if (sh_type == SHT_NOBITS || sh_type == SHT_NULL || sh_size == 0)
case SHT_NOBITS:
else if (shdr[i].sh_type == SHT_NOBITS)