Searched refs:SHN_UNDEF (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/kernel/module/
H A Dkallsyms.c48 if (sym->st_shndx == SHN_UNDEF)
84 if (src->st_shndx == SHN_UNDEF ||
284 if (sym->st_shndx == SHN_UNDEF)
423 sym->st_shndx != SHN_UNDEF)
502 if (sym->st_shndx == SHN_UNDEF)
H A Dmain.c1405 case SHN_UNDEF:
1724 if (info->hdr->e_shstrndx == SHN_UNDEF
1773 if (shdr->sh_link == SHN_UNDEF
1775 pr_err("Invalid ELF sh_link!=SHN_UNDEF(%d) or (sh_link(%d) >= hdr->e_shnum(%d)\n",
/linux-master/scripts/
H A Dinsert-sys-cert.c74 if (hdr->e_shnum == SHN_UNDEF)
190 if (hdr->e_shnum == SHN_UNDEF)
H A Dsorttable.h303 if (shnum == SHN_UNDEF)
H A Drecordmcount.h198 if (shndx > SHN_UNDEF && shndx < SHN_LORESERVE)
/linux-master/arch/s390/tools/
H A Drelocs.c162 if (shnum == SHN_UNDEF || shstrndx == SHN_XINDEX) {
171 if (shnum == SHN_UNDEF)
/linux-master/tools/testing/selftests/vDSO/
H A Dparse_vdso.c218 if (sym->st_shndx == SHN_UNDEF)
/linux-master/arch/sparc/kernel/
H A Dmodule.c75 if (sym[i].st_shndx == SHN_UNDEF) {
/linux-master/arch/alpha/kernel/
H A Dmodule.c207 if (sym->st_shndx == SHN_UNDEF)
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c237 assert_ne(idx, SHN_UNDEF, "%u");
/linux-master/include/uapi/linux/
H A Delf.h299 #define SHN_UNDEF 0 macro
/linux-master/arch/x86/tools/
H A Drelocs.c416 if (shnum == SHN_UNDEF || shstrndx == SHN_XINDEX) {
425 if (shnum == SHN_UNDEF)
843 if (sym->st_shndx == SHN_UNDEF)
/linux-master/tools/objtool/
H A Delf.c486 if ((sym->sym.st_shndx > SHN_UNDEF &&
598 Elf32_Word shndx = sym->sec ? sym->sec->idx : SHN_UNDEF;
705 if ((shndx >= SHN_UNDEF && shndx < SHN_LORESERVE) || is_special_shndx) {
/linux-master/arch/s390/boot/
H A Dstartup.c160 if (dynsym[r_sym].st_shndx != SHN_UNDEF)
/linux-master/arch/s390/kernel/
H A Dmachine_kexec_file.c341 if (sym->st_shndx == SHN_UNDEF) {
H A Dmodule.c174 if (symbols[i].st_shndx == SHN_UNDEF &&
/linux-master/arch/x86/kernel/
H A Dmachine_kexec_64.c443 if (sym->st_shndx == SHN_UNDEF) {
/linux-master/arch/powerpc/kernel/
H A Dmodule_64.c367 if (syms[i].st_shndx == SHN_UNDEF) {
885 if (sym->st_shndx == SHN_UNDEF ||
/linux-master/tools/perf/util/
H A Dsymbol-elf.c126 sym->st_shndx != SHN_UNDEF;
133 sym->st_shndx != SHN_UNDEF;
140 sym->st_shndx != SHN_UNDEF &&
/linux-master/scripts/mod/
H A Dmodpost.c473 if (hdr->e_shnum == SHN_UNDEF) {
623 case SHN_UNDEF:
/linux-master/arch/mips/kernel/
H A Dvpe.c512 case SHN_UNDEF:
/linux-master/kernel/
H A Dkexec_file.c1105 if (syms[k].st_shndx == SHN_UNDEF ||
/linux-master/tools/lib/bpf/
H A Dlinker.c433 init_sym->st_shndx = SHN_UNDEF;
1845 sym_is_extern = sym->st_shndx == SHN_UNDEF;
/linux-master/fs/
H A Dbinfmt_elf.c1944 elf->e_shstrndx = SHN_UNDEF;
H A Dbinfmt_elf_fdpic.c1430 elf->e_shstrndx = SHN_UNDEF;

Completed in 314 milliseconds

12