SHT_SYMTAB         79 arch/alpha/kernel/module.c 		if (s->sh_type == SHT_SYMTAB)
SHT_SYMTAB        205 arch/arm/kernel/module-plts.c 		else if (s->sh_type == SHT_SYMTAB)
SHT_SYMTAB        277 arch/arm64/kernel/module-plts.c 		else if (sechdrs[i].sh_type == SHT_SYMTAB)
SHT_SYMTAB        325 arch/mips/boot/tools/relocs.c 		if (sec->shdr.sh_type != SHT_SYMTAB)
SHT_SYMTAB        634 arch/mips/kernel/vpe.c 			if (sechdrs[i].sh_type == SHT_SYMTAB) {
SHT_SYMTAB        714 arch/mips/kernel/vpe.c 			if (sechdrs[i].sh_type == SHT_SYMTAB) {
SHT_SYMTAB         76 arch/mips/vdso/genvdso.h 		if (swap_uint32(shdr->sh_type) == SHT_SYMTAB)
SHT_SYMTAB        889 arch/parisc/kernel/module.c 		if(sechdrs[i].sh_type == SHT_SYMTAB
SHT_SYMTAB        363 arch/powerpc/kernel/module_64.c 		if (sechdrs[i].sh_type == SHT_SYMTAB)
SHT_SYMTAB        174 arch/powerpc/oprofile/cell/vma_map.c 		if (shdr.sh_type != SHT_SYMTAB)
SHT_SYMTAB        122 arch/s390/kernel/module.c 		case SHT_SYMTAB:
SHT_SYMTAB         65 arch/sparc/kernel/module.c 	for (symidx = 0; sechdrs[symidx].sh_type != SHT_SYMTAB; symidx++) {
SHT_SYMTAB         68 arch/sparc/vdso/vdso2c.h 		if (GET_BE(&sh->sh_type) == SHT_SYMTAB)
SHT_SYMTAB         75 arch/x86/entry/vdso/vdso2c.h 		if (GET_LE(&sh->sh_type) == SHT_SYMTAB)
SHT_SYMTAB        283 arch/x86/tools/relocs.c 		if (sec->shdr.sh_type != SHT_SYMTAB)
SHT_SYMTAB        473 arch/x86/tools/relocs.c 		if (sec->shdr.sh_type != SHT_SYMTAB) {
SHT_SYMTAB        552 arch/x86/tools/relocs.c 		if (sec->shdr.sh_type != SHT_SYMTAB) {
SHT_SYMTAB       1077 kernel/kexec_file.c 		if (sechdrs[i].sh_type != SHT_SYMTAB)
SHT_SYMTAB       3067 kernel/module.c 		if (info->sechdrs[i].sh_type == SHT_SYMTAB) {
SHT_SYMTAB        570 samples/bpf/bpf_load.c 		} else if (shdr.sh_type == SHT_SYMTAB) {
SHT_SYMTAB        196 scripts/insert-sys-cert.c 		if (x[i].sh_type == SHT_SYMTAB)
SHT_SYMTAB        601 scripts/mod/modpost.c 		if (sechdrs[i].sh_type == SHT_SYMTAB) {
SHT_SYMTAB       1584 tools/lib/bpf/libbpf.c 		} else if (sh.sh_type == SHT_SYMTAB) {
SHT_SYMTAB        400 tools/perf/util/genelf.c 	shdr->sh_type = SHT_SYMTAB;
SHT_SYMTAB        771 tools/perf/util/symbol-elf.c 	if (ss->symshdr.sh_type != SHT_SYMTAB)