Home
last modified time | relevance | path

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

/Linux-v5.4/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.h118 if (num_sections == SHN_UNDEF) in do_func()
/Linux-v5.4/arch/s390/boot/
Dstartup.c107 if (dynsym[r_sym].st_shndx != SHN_UNDEF) in handle_relocs()
/Linux-v5.4/arch/sparc/kernel/
Dmodule.c75 if (sym[i].st_shndx == SHN_UNDEF) { in module_frob_arch_sections()
/Linux-v5.4/tools/testing/selftests/vDSO/
Dparse_vdso.c240 if (sym->st_shndx == SHN_UNDEF) in vdso_sym()
/Linux-v5.4/arch/powerpc/kernel/
Dmodule_64.c309 if (syms[i].st_shndx == SHN_UNDEF) { in dedotify()
636 if (sym->st_shndx == SHN_UNDEF || in apply_relocate_add()
/Linux-v5.4/arch/x86/tools/
Drelocs.c388 if (shnum == SHN_UNDEF || shstrndx == SHN_XINDEX) { in read_ehdr()
397 if (shnum == SHN_UNDEF) in read_ehdr()
776 if (sym->st_shndx == SHN_UNDEF) in do_reloc64()
/Linux-v5.4/arch/alpha/kernel/
Dmodule.c209 if (sym->st_shndx == SHN_UNDEF) in apply_relocate_add()
/Linux-v5.4/include/uapi/linux/
Delf.h294 #define SHN_UNDEF 0 macro
/Linux-v5.4/arch/s390/kernel/
Dmachine_kexec_file.c284 if (sym->st_shndx == SHN_UNDEF) in arch_kexec_apply_relocations_add()
Dmodule.c140 if (symbols[i].st_shndx == SHN_UNDEF && in module_frob_arch_sections()
/Linux-v5.4/arch/x86/kernel/
Dmachine_kexec_64.c553 if (sym->st_shndx == SHN_UNDEF) { in arch_kexec_apply_relocations_add()
/Linux-v5.4/kernel/
Dmodule.c2325 case SHN_UNDEF: in simplify_symbols()
2621 if (sym->st_shndx == SHN_UNDEF) in elf_type()
2656 if (src->st_shndx == SHN_UNDEF in is_core_symbol()
4070 if (sym->st_shndx == SHN_UNDEF) in find_kallsyms_symbol()
4225 sym->st_shndx != SHN_UNDEF) in find_kallsyms_symbol_value()
4274 if (sym->st_shndx == SHN_UNDEF) in module_kallsyms_on_each_symbol()
Dkexec_file.c1094 if (syms[k].st_shndx == SHN_UNDEF || in kexec_purgatory_find_symbol()
/Linux-v5.4/tools/objtool/
Delf.c249 if (sym->sym.st_shndx > SHN_UNDEF && in read_symbols()
/Linux-v5.4/tools/perf/util/
Dsymbol-elf.c133 sym->st_shndx != SHN_UNDEF; in elf_sym__is_function()
140 sym->st_shndx != SHN_UNDEF; in elf_sym__is_object()
147 sym->st_shndx != SHN_UNDEF && in elf_sym__is_label()
/Linux-v5.4/scripts/mod/
Dmodpost.c537 if (hdr->e_shnum == SHN_UNDEF) { in parse_elf()
700 if (sym->st_shndx != SHN_UNDEF && sym->st_shndx != SHN_ABS) { in handle_modversions()
721 case SHN_UNDEF: in handle_modversions()
/Linux-v5.4/arch/mips/kernel/
Dvpe.c513 case SHN_UNDEF: in simplify_symbols()
/Linux-v5.4/fs/
Dbinfmt_elf_fdpic.c1480 elf->e_shstrndx = SHN_UNDEF; in fill_extnum_info()
Dbinfmt_elf.c2167 elf->e_shstrndx = SHN_UNDEF; in fill_extnum_info()