Symbol: SHT_PROGBITS
arch/mips/tools/loongson3-llsc-check.c
288
if (sh->sh_type != SHT_PROGBITS)
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/gh100.c
215
if (shdr[i].sh_type != SHT_PROGBITS)
drivers/remoteproc/remoteproc_coredump.c
436
elf_shdr_set_sh_type(class, shdr, SHT_PROGBITS);
scripts/mod/modpost.c
783
if (sechdr->sh_type == SHT_PROGBITS &&
scripts/recordmcount.h
309
mcsec.sh_type = w(SHT_PROGBITS);
scripts/recordmcount.h
567
if (w(txthdr->sh_type) != SHT_PROGBITS ||
tools/lib/bpf/btf.c
1426
if (sh.sh_type != SHT_PROGBITS) {
tools/lib/bpf/libbpf.c
3860
if (hdr->sh_type == SHT_PROGBITS && hdr->sh_size == 0 &&
tools/lib/bpf/libbpf.c
3993
if (sh->sh_type != SHT_PROGBITS)
tools/lib/bpf/libbpf.c
3997
if (sh->sh_type != SHT_PROGBITS)
tools/lib/bpf/libbpf.c
4002
} else if (sh->sh_type == SHT_PROGBITS && data->d_size > 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
1245
return (sec->shdr->sh_type == SHT_PROGBITS) &&
tools/lib/bpf/linker.c
1343
return sec->shdr->sh_type == SHT_PROGBITS || sec->shdr->sh_type == SHT_NOBITS;
tools/lib/bpf/linker.c
2843
shdr->sh_type = SHT_PROGBITS;
tools/lib/bpf/linker.c
619
if (shdr->sh_type == SHT_PROGBITS && shdr->sh_size == 0 &&
tools/lib/bpf/linker.c
781
case SHT_PROGBITS:
tools/lib/bpf/linker.c
882
case SHT_PROGBITS:
tools/objtool/elf.c
1714
SHT_PROGBITS, 1, SHF_ALLOC);
tools/objtool/klp-diff.c
1424
0, SHT_PROGBITS, 8, SHF_ALLOC);
tools/objtool/klp-diff.c
1940
SHT_PROGBITS, 1,
tools/objtool/orc_gen.c
131
SHT_PROGBITS,
tools/perf/util/genelf.c
113
shdr->sh_type = SHT_PROGBITS;
tools/perf/util/genelf.c
147
shdr->sh_type = SHT_PROGBITS;
tools/perf/util/genelf.c
269
shdr->sh_type = SHT_PROGBITS;
tools/perf/util/genelf_debug.c
539
shdr->sh_type = SHT_PROGBITS;
tools/perf/util/genelf_debug.c
573
shdr->sh_type = SHT_PROGBITS;
tools/perf/util/genelf_debug.c
607
shdr->sh_type = SHT_PROGBITS;
tools/perf/util/probe-finder.c
1181
shdr.sh_type == SHT_PROGBITS)
tools/perf/util/symbol-elf.c
1265
if (ss->opdshdr.sh_type != SHT_PROGBITS)