Symbol: SHT_SYMTAB
arch/alpha/kernel/module.c
79
if (s->sh_type == SHT_SYMTAB)
arch/arm/kernel/module-plts.c
226
else if (s->sh_type == SHT_SYMTAB)
arch/arm64/kernel/module-plts.c
304
else if (sechdrs[i].sh_type == SHT_SYMTAB)
arch/mips/boot/tools/relocs.c
326
if (sec->shdr.sh_type != SHT_SYMTAB)
arch/mips/kernel/vpe.c
634
if (sechdrs[i].sh_type == SHT_SYMTAB) {
arch/mips/kernel/vpe.c
714
if (sechdrs[i].sh_type == SHT_SYMTAB) {
arch/mips/vdso/genvdso.h
76
if (swap_uint32(shdr->sh_type) == SHT_SYMTAB)
arch/parisc/kernel/module.c
860
if(sechdrs[i].sh_type == SHT_SYMTAB
arch/powerpc/kernel/module_64.c
306
if (sechdrs[i].sh_type == SHT_SYMTAB) {
arch/powerpc/kernel/module_64.c
461
if (sechdrs[i].sh_type == SHT_SYMTAB)
arch/s390/kernel/module.c
122
case SHT_SYMTAB:
arch/sparc/kernel/module.c
34
for (symidx = 0; sechdrs[symidx].sh_type != SHT_SYMTAB; symidx++) {
arch/sparc/vdso/vdso2c.h
68
if (GET_BE(&sh->sh_type) == SHT_SYMTAB)
arch/x86/tools/relocs.c
490
case SHT_SYMTAB:
arch/x86/tools/relocs.c
572
if (sec->shdr.sh_type != SHT_SYMTAB)
arch/x86/tools/vdso2c.h
109
if (GET_LE(&sh->sh_type) == SHT_SYMTAB)
kernel/kexec_file.c
908
if (sechdrs[i].sh_type != SHT_SYMTAB)
kernel/module/main.c
2130
if (info->sechdrs[i].sh_type == SHT_SYMTAB) {
scripts/gendwarfksyms/symbols.c
237
if (shdr->sh_type == SHT_SYMTAB) {
scripts/insert-sys-cert.c
196
if (x[i].sh_type == SHT_SYMTAB)
scripts/mod/modpost.c
529
if (sechdrs[i].sh_type == SHT_SYMTAB) {
scripts/recordmcount.h
247
if (relhdr->sh_type == SHT_SYMTAB)
tools/bpf/resolve_btfids/main.c
459
if (sh.sh_type == SHT_SYMTAB) {
tools/lib/bpf/elf.c
278
int i, sh_types[2] = { SHT_DYNSYM, SHT_SYMTAB };
tools/lib/bpf/elf.c
411
int sh_types[2] = { SHT_DYNSYM, SHT_SYMTAB };
tools/lib/bpf/elf.c
507
int sh_types[2] = { SHT_SYMTAB, SHT_DYNSYM };
tools/lib/bpf/libbpf.c
3879
if (sh->sh_type == SHT_SYMTAB) {
tools/lib/bpf/libbpf.c
3949
} else if (sh->sh_type == SHT_SYMTAB) {
tools/lib/bpf/linker.c
458
sec->shdr->sh_type = SHT_SYMTAB;
tools/lib/bpf/linker.c
770
case SHT_SYMTAB:
tools/lib/bpf/linker.c
875
case SHT_SYMTAB:
tools/objtool/elf.c
1279
symtab = elf_create_section(elf, ".symtab", 0x18, 0x18, SHT_SYMTAB, 0x8, 0);
tools/perf/util/genelf.c
355
shdr->sh_type = SHT_SYMTAB;
tools/perf/util/symbol-elf.c
1220
if (ss->symshdr.sh_type != SHT_SYMTAB)
tools/testing/selftests/sgx/load.c
150
if (sections[i].sh_type == SHT_SYMTAB) {