Symbol: SHT_NOBITS
arch/alpha/kernel/module.c
106
got->sh_type = SHT_NOBITS;
arch/arm/kernel/module-plts.c
274
mod->arch.core.plt->sh_type = SHT_NOBITS;
arch/arm/kernel/module-plts.c
282
mod->arch.init.plt->sh_type = SHT_NOBITS;
arch/arm64/kernel/module-plts.c
347
pltsec->sh_type = SHT_NOBITS;
arch/arm64/kernel/module-plts.c
355
pltsec->sh_type = SHT_NOBITS;
arch/arm64/kernel/module-plts.c
363
tramp->sh_type = SHT_NOBITS;
arch/arm64/kernel/module-plts.c
370
init_tramp->sh_type = SHT_NOBITS;
arch/loongarch/kernel/module-sections.c
155
got_sec->sh_type = SHT_NOBITS;
arch/loongarch/kernel/module-sections.c
163
plt_sec->sh_type = SHT_NOBITS;
arch/loongarch/kernel/module-sections.c
171
plt_idx_sec->sh_type = SHT_NOBITS;
arch/loongarch/kernel/module-sections.c
179
tramp->sh_type = SHT_NOBITS;
arch/mips/kernel/vpe.c
621
if ((sechdrs[i].sh_type != SHT_NOBITS) &&
arch/mips/kernel/vpe.c
659
if (sechdrs[i].sh_type != SHT_NOBITS)
arch/riscv/kernel/module-sections.c
190
mod->arch.plt.shdr->sh_type = SHT_NOBITS;
arch/riscv/kernel/module-sections.c
197
mod->arch.got.shdr->sh_type = SHT_NOBITS;
arch/riscv/kernel/module-sections.c
204
mod->arch.got_plt.shdr->sh_type = SHT_NOBITS;
kernel/kexec_file.c
1052
if (sechdrs[i].sh_type == SHT_NOBITS) {
kernel/kexec_file.c
1246
if (sec->sh_type == SHT_NOBITS) {
kernel/kexec_file.c
967
if (sechdrs[i].sh_type != SHT_NOBITS) {
kernel/module/kallsyms.c
57
sechdrs[sym->st_shndx].sh_type != SHT_NOBITS) {
kernel/module/kallsyms.c
65
if (sechdrs[sym->st_shndx].sh_type == SHT_NOBITS) {
kernel/module/main.c
1989
case SHT_NOBITS:
kernel/module/main.c
2143
if (shdr->sh_type == SHT_NOBITS) {
kernel/module/main.c
2841
if (shdr->sh_type != SHT_NOBITS) {
scripts/mod/file2alias.c
1576
if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) {
scripts/mod/modpost.c
514
int nobits = sechdrs[i].sh_type == SHT_NOBITS;
tools/lib/bpf/libbpf.c
4064
} else if (sh->sh_type == SHT_NOBITS && (strcmp(name, BSS_SEC) == 0 ||
tools/lib/bpf/linker.c
1024
if (link_sec->shdr->sh_type != SHT_PROGBITS && link_sec->shdr->sh_type != SHT_NOBITS) {
tools/lib/bpf/linker.c
1296
if (src->shdr->sh_type != SHT_NOBITS) {
tools/lib/bpf/linker.c
1343
return sec->shdr->sh_type == SHT_PROGBITS || sec->shdr->sh_type == SHT_NOBITS;
tools/lib/bpf/linker.c
807
case SHT_NOBITS:
tools/lib/bpf/linker.c
892
case SHT_NOBITS:
tools/perf/util/symbol-elf.c
1125
if (shdr.sh_type == SHT_NOBITS) {
tools/perf/util/symbol-elf.c
1708
if (shdr.sh_type == SHT_NOBITS) {