Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/module/
Dkallsyms.c48 if (sym->st_shndx == SHN_UNDEF) in elf_type()
84 if (src->st_shndx == SHN_UNDEF || in is_core_symbol()
284 if (sym->st_shndx == SHN_UNDEF) in find_kallsyms_symbol()
422 sym->st_shndx != SHN_UNDEF) in __find_kallsyms_symbol_value()
501 if (sym->st_shndx == SHN_UNDEF) in module_kallsyms_on_each_symbol()
Dmain.c1430 case SHN_UNDEF: in simplify_symbols()
1742 if (info->hdr->e_shstrndx == SHN_UNDEF in elf_validity_cache_copy()
1791 if (shdr->sh_link == SHN_UNDEF in elf_validity_cache_copy()
/linux-6.12.1/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.h303 if (shnum == SHN_UNDEF) in do_sort()
Drecordmcount.h198 if (shndx > SHN_UNDEF && shndx < SHN_LORESERVE) in get_symindex()
/linux-6.12.1/arch/s390/tools/
Drelocs.c162 if (shnum == SHN_UNDEF || shstrndx == SHN_XINDEX) { in read_ehdr()
171 if (shnum == SHN_UNDEF) in read_ehdr()
/linux-6.12.1/arch/sparc/kernel/
Dmodule.c45 if (sym[i].st_shndx == SHN_UNDEF) { in module_frob_arch_sections()
/linux-6.12.1/tools/testing/selftests/vDSO/
Dparse_vdso.c231 if (sym->st_shndx == SHN_UNDEF) in vdso_sym()
/linux-6.12.1/arch/x86/tools/
Drelocs.c416 if (shnum == SHN_UNDEF || shstrndx == SHN_XINDEX) { in read_ehdr()
425 if (shnum == SHN_UNDEF) in read_ehdr()
848 if (sym->st_shndx == SHN_UNDEF) in do_reloc64()
/linux-6.12.1/arch/alpha/kernel/
Dmodule.c207 if (sym->st_shndx == SHN_UNDEF) in apply_relocate_add()
/linux-6.12.1/arch/arm64/kvm/hyp/nvhe/
Dgen-hyprel.c240 assert_ne(idx, SHN_UNDEF, "%u"); in section_by_idx()
/linux-6.12.1/include/uapi/linux/
Delf.h299 #define SHN_UNDEF 0 macro
/linux-6.12.1/tools/objtool/
Delf.c486 if ((sym->sym.st_shndx > SHN_UNDEF && in read_symbols()
598 Elf32_Word shndx = sym->sec ? sym->sec->idx : SHN_UNDEF; in elf_update_symbol()
705 if ((shndx >= SHN_UNDEF && shndx < SHN_LORESERVE) || is_special_shndx) { in elf_update_symbol()
/linux-6.12.1/arch/powerpc/kernel/
Dmodule_64.c367 if (syms[i].st_shndx == SHN_UNDEF) { in dedotify()
884 if (sym->st_shndx == SHN_UNDEF || in apply_relocate_add()
/linux-6.12.1/arch/s390/kernel/
Dmachine_kexec_file.c341 if (sym->st_shndx == SHN_UNDEF) { in arch_kexec_apply_relocations_add()
Dmodule.c138 if (symbols[i].st_shndx == SHN_UNDEF && in module_frob_arch_sections()
/linux-6.12.1/arch/x86/kernel/
Dmachine_kexec_64.c477 if (sym->st_shndx == SHN_UNDEF) { in arch_kexec_apply_relocations_add()
/linux-6.12.1/arch/mips/kernel/
Dvpe.c512 case SHN_UNDEF: in simplify_symbols()
/linux-6.12.1/tools/perf/util/
Dsymbol-elf.c126 sym->st_shndx != SHN_UNDEF; in elf_sym__is_function()
133 sym->st_shndx != SHN_UNDEF; in elf_sym__is_object()
140 sym->st_shndx != SHN_UNDEF && in elf_sym__is_label()
/linux-6.12.1/scripts/mod/
Dmodpost.c469 if (hdr->e_shnum == SHN_UNDEF) { in parse_elf()
614 case SHN_UNDEF: in handle_symbol()
/linux-6.12.1/kernel/
Dkexec_file.c1110 if (syms[k].st_shndx == SHN_UNDEF || in kexec_purgatory_find_symbol()
/linux-6.12.1/tools/lib/bpf/
Dlinker.c433 init_sym->st_shndx = SHN_UNDEF; in init_output_elf()
1859 sym_is_extern = sym->st_shndx == SHN_UNDEF; in linker_append_elf_sym()
Dlibbpf.c3969 return sym->st_shndx == SHN_UNDEF && in sym_is_extern()
/linux-6.12.1/fs/
Dbinfmt_elf_fdpic.c1423 elf->e_shstrndx = SHN_UNDEF; in fill_extnum_info()
Dbinfmt_elf.c1988 elf->e_shstrndx = SHN_UNDEF; in fill_extnum_info()