SHT_NOBITS        106 arch/alpha/kernel/module.c 	got->sh_type = SHT_NOBITS;
SHT_NOBITS        241 arch/arm/kernel/module-plts.c 	mod->arch.core.plt->sh_type = SHT_NOBITS;
SHT_NOBITS        248 arch/arm/kernel/module-plts.c 	mod->arch.init.plt->sh_type = SHT_NOBITS;
SHT_NOBITS        314 arch/arm64/kernel/module-plts.c 	pltsec->sh_type = SHT_NOBITS;
SHT_NOBITS        322 arch/arm64/kernel/module-plts.c 	pltsec->sh_type = SHT_NOBITS;
SHT_NOBITS        330 arch/arm64/kernel/module-plts.c 		tramp->sh_type = SHT_NOBITS;
SHT_NOBITS        466 arch/ia64/kernel/module.c 	mod->arch.core_plt->sh_type = SHT_NOBITS;
SHT_NOBITS        470 arch/ia64/kernel/module.c 	mod->arch.init_plt->sh_type = SHT_NOBITS;
SHT_NOBITS        474 arch/ia64/kernel/module.c 	mod->arch.got->sh_type = SHT_NOBITS;
SHT_NOBITS        478 arch/ia64/kernel/module.c 	mod->arch.opd->sh_type = SHT_NOBITS;
SHT_NOBITS        621 arch/mips/kernel/vpe.c 			if ((sechdrs[i].sh_type != SHT_NOBITS) &&
SHT_NOBITS        659 arch/mips/kernel/vpe.c 			if (sechdrs[i].sh_type != SHT_NOBITS)
SHT_NOBITS        138 arch/riscv/kernel/module-sections.c 	mod->arch.plt.shdr->sh_type = SHT_NOBITS;
SHT_NOBITS        145 arch/riscv/kernel/module-sections.c 	mod->arch.got.shdr->sh_type = SHT_NOBITS;
SHT_NOBITS        152 arch/riscv/kernel/module-sections.c 	mod->arch.got_plt.shdr->sh_type = SHT_NOBITS;
SHT_NOBITS        849 kernel/kexec_file.c 		if (sechdrs[i].sh_type != SHT_NOBITS) {
SHT_NOBITS        923 kernel/kexec_file.c 		if (sechdrs[i].sh_type == SHT_NOBITS) {
SHT_NOBITS       1152 kernel/kexec_file.c 	if (sec->sh_type == SHT_NOBITS) {
SHT_NOBITS       2637 kernel/module.c 	    && sechdrs[sym->st_shndx].sh_type != SHT_NOBITS) {
SHT_NOBITS       2645 kernel/module.c 	if (sechdrs[sym->st_shndx].sh_type == SHT_NOBITS) {
SHT_NOBITS       3019 kernel/module.c 		if (shdr->sh_type != SHT_NOBITS
SHT_NOBITS       3304 kernel/module.c 		if (shdr->sh_type != SHT_NOBITS)
SHT_NOBITS       1446 scripts/mod/file2alias.c 	if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) {
SHT_NOBITS        571 scripts/mod/modpost.c 		int nobits = sechdrs[i].sh_type == SHT_NOBITS;
SHT_NOBITS       1640 tools/lib/bpf/libbpf.c 		} else if (sh.sh_type == SHT_NOBITS && strcmp(name, ".bss") == 0) {