Home
last modified time | relevance | path

Searched refs:SHN_UNDEF (Results 1 – 19 of 19) sorted by relevance

/Linux-v4.19/scripts/
Dinsert-sys-cert.c74 if (hdr->e_shnum == SHN_UNDEF) in get_offset_from_address()
190 if (hdr->e_shnum == SHN_UNDEF) in get_symbol_table()
Dsortextable.h120 if (num_sections == SHN_UNDEF) in do_func()
/Linux-v4.19/arch/sparc/kernel/
Dmodule.c75 if (sym[i].st_shndx == SHN_UNDEF) { in module_frob_arch_sections()
/Linux-v4.19/tools/testing/selftests/vDSO/
Dparse_vdso.c240 if (sym->st_shndx == SHN_UNDEF) in vdso_sym()
/Linux-v4.19/arch/s390/kernel/
Dmachine_kexec_file.c166 if (sym->st_shndx == SHN_UNDEF) in arch_kexec_apply_relocations_add()
Dmodule.c133 if (symbols[i].st_shndx == SHN_UNDEF && in module_frob_arch_sections()
/Linux-v4.19/arch/powerpc/kernel/
Dmodule_64.c314 if (syms[i].st_shndx == SHN_UNDEF) { in dedotify()
653 if (sym->st_shndx == SHN_UNDEF || in apply_relocate_add()
/Linux-v4.19/arch/alpha/kernel/
Dmodule.c221 if (sym->st_shndx == SHN_UNDEF) in apply_relocate_add()
/Linux-v4.19/include/uapi/linux/
Delf.h294 #define SHN_UNDEF 0 macro
/Linux-v4.19/arch/x86/kernel/
Dmachine_kexec_64.c455 if (sym->st_shndx == SHN_UNDEF) { in arch_kexec_apply_relocations_add()
/Linux-v4.19/kernel/
Dmodule.c2271 case SHN_UNDEF: in simplify_symbols()
2553 if (sym->st_shndx == SHN_UNDEF) in elf_type()
2588 if (src->st_shndx == SHN_UNDEF in is_core_symbol()
3928 if (kallsyms->symtab[i].st_shndx == SHN_UNDEF) in get_ksymbol()
4075 kallsyms->symtab[i].st_shndx != SHN_UNDEF) in mod_find_symname()
4122 if (kallsyms->symtab[i].st_shndx == SHN_UNDEF) in module_kallsyms_on_each_symbol()
Dkexec_file.c986 if (syms[k].st_shndx == SHN_UNDEF || in kexec_purgatory_find_symbol()
/Linux-v4.19/tools/perf/util/
Dsymbol-elf.c99 sym->st_shndx != SHN_UNDEF; in elf_sym__is_function()
106 sym->st_shndx != SHN_UNDEF; in elf_sym__is_object()
113 sym->st_shndx != SHN_UNDEF && in elf_sym__is_label()
/Linux-v4.19/tools/objtool/
Delf.c258 if (sym->sym.st_shndx > SHN_UNDEF && in read_symbols()
/Linux-v4.19/scripts/mod/
Dmodpost.c477 if (hdr->e_shnum == SHN_UNDEF) { in parse_elf()
635 if (sym->st_shndx != SHN_UNDEF && sym->st_shndx != SHN_ABS) { in handle_modversions()
656 case SHN_UNDEF: in handle_modversions()
/Linux-v4.19/arch/mips/kernel/
Dvpe.c513 case SHN_UNDEF: in simplify_symbols()
/Linux-v4.19/arch/x86/tools/
Drelocs.c759 if (sym->st_shndx == SHN_UNDEF) in do_reloc64()
/Linux-v4.19/fs/
Dbinfmt_elf_fdpic.c1484 elf->e_shstrndx = SHN_UNDEF; in fill_extnum_info()
Dbinfmt_elf.c2195 elf->e_shstrndx = SHN_UNDEF; in fill_extnum_info()