Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Dmodule_64.c335 if (syms[i].st_shndx == SHN_UNDEF) { in dedotify()
354 if (syms[i].st_shndx == SHN_UNDEF in find_dot_toc()
601 if (sym->st_shndx == SHN_UNDEF) { in apply_relocate_add()
/linux-4.4.14/arch/sparc/kernel/
Dmodule.c74 if (sym[i].st_shndx == SHN_UNDEF) { in module_frob_arch_sections()
/linux-4.4.14/Documentation/vDSO/
Dparse_vdso.c240 if (sym->st_shndx == SHN_UNDEF) in vdso_sym()
/linux-4.4.14/scripts/
Dsortextable.h120 if (num_sections == SHN_UNDEF) in do_func()
/linux-4.4.14/arch/alpha/kernel/
Dmodule.c218 if (sym->st_shndx == SHN_UNDEF) in apply_relocate_add()
/linux-4.4.14/include/uapi/linux/
Delf.h291 #define SHN_UNDEF 0 macro
/linux-4.4.14/arch/avr32/kernel/
Dmodule.c93 if (symbols[i].st_shndx == SHN_UNDEF && in module_frob_arch_sections()
/linux-4.4.14/arch/x86/kernel/
Dmachine_kexec_64.c482 if (sym->st_shndx == SHN_UNDEF) { in arch_kexec_apply_relocations_add()
/linux-4.4.14/arch/s390/kernel/
Dmodule.c138 if (symbols[i].st_shndx == SHN_UNDEF && in module_frob_arch_sections()
/linux-4.4.14/tools/perf/util/
Dsymbol-elf.c86 sym->st_shndx != SHN_UNDEF; in elf_sym__is_function()
93 sym->st_shndx != SHN_UNDEF; in elf_sym__is_object()
100 sym->st_shndx != SHN_UNDEF && in elf_sym__is_label()
/linux-4.4.14/arch/mips/kernel/
Dvpe.c513 case SHN_UNDEF: in simplify_symbols()
/linux-4.4.14/kernel/
Dmodule.c2143 case SHN_UNDEF: in simplify_symbols()
2405 if (sym->st_shndx == SHN_UNDEF) in elf_type()
2440 if (src->st_shndx == SHN_UNDEF in is_core_symbol()
3690 if (kallsyms->symtab[i].st_shndx == SHN_UNDEF) in get_ksymbol()
Dkexec_file.c974 if (syms[k].st_shndx == SHN_UNDEF || in kexec_purgatory_find_symbol()
/linux-4.4.14/arch/x86/tools/
Drelocs.c757 if (sym->st_shndx == SHN_UNDEF) in do_reloc64()
/linux-4.4.14/scripts/mod/
Dmodpost.c463 if (hdr->e_shnum == SHN_UNDEF) { in parse_elf()
632 case SHN_UNDEF: in handle_modversions()
/linux-4.4.14/fs/
Dbinfmt_elf_fdpic.c1504 elf->e_shstrndx = SHN_UNDEF; in fill_extnum_info()
Dbinfmt_elf.c2107 elf->e_shstrndx = SHN_UNDEF; in fill_extnum_info()