Home
last modified time | relevance | path

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

/Linux-v5.10/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()
Dsorttable.h232 if (shnum == SHN_UNDEF) in do_sort()
/Linux-v5.10/arch/s390/boot/
Dstartup.c105 if (dynsym[r_sym].st_shndx != SHN_UNDEF) in handle_relocs()
/Linux-v5.10/arch/sparc/kernel/
Dmodule.c75 if (sym[i].st_shndx == SHN_UNDEF) { in module_frob_arch_sections()
/Linux-v5.10/tools/testing/selftests/vDSO/
Dparse_vdso.c218 if (sym->st_shndx == SHN_UNDEF) in vdso_sym()
/Linux-v5.10/arch/powerpc/kernel/
Dmodule_64.c259 if (syms[i].st_shndx == SHN_UNDEF) { in dedotify()
634 if (sym->st_shndx == SHN_UNDEF || in apply_relocate_add()
/Linux-v5.10/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.10/arch/alpha/kernel/
Dmodule.c209 if (sym->st_shndx == SHN_UNDEF) in apply_relocate_add()
/Linux-v5.10/include/uapi/linux/
Delf.h295 #define SHN_UNDEF 0 macro
/Linux-v5.10/arch/s390/kernel/
Dmachine_kexec_file.c284 if (sym->st_shndx == SHN_UNDEF) in arch_kexec_apply_relocations_add()
Dmodule.c141 if (symbols[i].st_shndx == SHN_UNDEF && in module_frob_arch_sections()
/Linux-v5.10/arch/x86/kernel/
Dmachine_kexec_64.c486 if (sym->st_shndx == SHN_UNDEF) { in arch_kexec_apply_relocations_add()
/Linux-v5.10/kernel/
Dmodule.c2357 case SHN_UNDEF: in simplify_symbols()
2655 if (sym->st_shndx == SHN_UNDEF) in elf_type()
2690 if (src->st_shndx == SHN_UNDEF in is_core_symbol()
4125 if (sym->st_shndx == SHN_UNDEF) in find_kallsyms_symbol()
4280 sym->st_shndx != SHN_UNDEF) in find_kallsyms_symbol_value()
4329 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.10/scripts/mod/
Dmodpost.c538 if (hdr->e_shnum == SHN_UNDEF) { in parse_elf()
685 if (sym->st_shndx == SHN_UNDEF) { in handle_modversion()
721 case SHN_UNDEF: in handle_symbol()
/Linux-v5.10/tools/perf/util/
Dsymbol-elf.c135 sym->st_shndx != SHN_UNDEF; in elf_sym__is_function()
142 sym->st_shndx != SHN_UNDEF; in elf_sym__is_object()
149 sym->st_shndx != SHN_UNDEF && in elf_sym__is_label()
/Linux-v5.10/arch/mips/kernel/
Dvpe.c513 case SHN_UNDEF: in simplify_symbols()
/Linux-v5.10/tools/objtool/
Delf.c394 if ((sym->sym.st_shndx > SHN_UNDEF && in read_symbols()
/Linux-v5.10/fs/
Dbinfmt_elf_fdpic.c1444 elf->e_shstrndx = SHN_UNDEF; in fill_extnum_info()
Dbinfmt_elf.c2137 elf->e_shstrndx = SHN_UNDEF; in fill_extnum_info()
/Linux-v5.10/tools/lib/bpf/
Dlibbpf.c2947 return sym->st_shndx == SHN_UNDEF && in sym_is_extern()