Home
last modified time | relevance | path

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

12

/Linux-v5.4/scripts/mod/
Dmodpost.h177 if (is_shndx_special(sym->st_shndx)) in get_secindex()
178 return SPECIAL(sym->st_shndx); in get_secindex()
179 if (sym->st_shndx != SHN_XINDEX) in get_secindex()
180 return sym->st_shndx; in get_secindex()
Dmodpost.c627 sym->st_shndx = TO_NATIVE(sym->st_shndx); in parse_elf()
700 if (sym->st_shndx != SHN_UNDEF && sym->st_shndx != SHN_ABS) { in handle_modversions()
705 info->sechdrs[sym->st_shndx].sh_offset - in handle_modversions()
707 info->sechdrs[sym->st_shndx].sh_addr : 0); in handle_modversions()
714 switch (sym->st_shndx) { in handle_modversions()
1369 if (is_shndx_special(sym->st_shndx)) in find_elf_symbol2()
1898 if (is_shndx_special(sym->st_shndx)) in section_rela()
1958 if (is_shndx_special(sym->st_shndx)) in section_rel()
/Linux-v5.4/arch/s390/kernel/
Dmachine_kexec_file.c284 if (sym->st_shndx == SHN_UNDEF) in arch_kexec_apply_relocations_add()
287 if (sym->st_shndx == SHN_COMMON) in arch_kexec_apply_relocations_add()
290 if (sym->st_shndx >= pi->ehdr->e_shnum && in arch_kexec_apply_relocations_add()
291 sym->st_shndx != SHN_ABS) in arch_kexec_apply_relocations_add()
299 if (sym->st_shndx != SHN_ABS) in arch_kexec_apply_relocations_add()
300 val += pi->sechdrs[sym->st_shndx].sh_addr; in arch_kexec_apply_relocations_add()
Dmodule.c140 if (symbols[i].st_shndx == SHN_UNDEF && in module_frob_arch_sections()
144 symbols[i].st_shndx = SHN_ABS; in module_frob_arch_sections()
/Linux-v5.4/arch/x86/kernel/
Dmachine_kexec_64.c547 name = shstrtab + sechdrs[sym->st_shndx].sh_name; in arch_kexec_apply_relocations_add()
550 name, sym->st_info, sym->st_shndx, sym->st_value, in arch_kexec_apply_relocations_add()
553 if (sym->st_shndx == SHN_UNDEF) { in arch_kexec_apply_relocations_add()
558 if (sym->st_shndx == SHN_COMMON) { in arch_kexec_apply_relocations_add()
563 if (sym->st_shndx == SHN_ABS) in arch_kexec_apply_relocations_add()
565 else if (sym->st_shndx >= pi->ehdr->e_shnum) { in arch_kexec_apply_relocations_add()
567 sym->st_shndx, name); in arch_kexec_apply_relocations_add()
570 sec_base = pi->sechdrs[sym->st_shndx].sh_addr; in arch_kexec_apply_relocations_add()
/Linux-v5.4/arch/x86/tools/
Drelocs.c268 name = sec_name(sym->st_shndx); in sym_name()
495 sym->st_shndx = elf_half_to_cpu(sym->st_shndx); in read_symtabs()
561 if (sym->st_shndx != SHN_ABS) { in print_absolute_symbols()
608 if (sym->st_shndx != SHN_ABS) { in print_absolute_relocs()
762 return (sym->st_shndx == per_cpu_shndx) && in is_percpu_sym()
774 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc64()
776 if (sym->st_shndx == SHN_UNDEF) in do_reloc64()
863 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc32()
906 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc_real()
1091 sec_name(sym->st_shndx)); in do_reloc_info()
/Linux-v5.4/arch/sparc/vdso/
Dvma.c131 osym->st_shndx = nsym->st_shndx; in patchsym64()
199 osym->st_shndx = nsym->st_shndx; in patchsym32()
/Linux-v5.4/arch/powerpc/kernel/
Dmodule_64.c309 if (syms[i].st_shndx == SHN_UNDEF) { in dedotify()
313 syms[i].st_shndx = SHN_ABS; in dedotify()
331 if (syms[i].st_shndx == SHN_ABS in find_dot_toc()
636 if (sym->st_shndx == SHN_UNDEF || in apply_relocate_add()
637 sym->st_shndx == SHN_LIVEPATCH) { in apply_relocate_add()
Dvdso.c315 sym32_gen->st_shndx = sym32_fix->st_shndx; in vdso_do_func_patch32()
426 sym64_gen->st_shndx = sym64_fix->st_shndx; in vdso_do_func_patch64()
/Linux-v5.4/arch/sparc/kernel/
Dmodule.c75 if (sym[i].st_shndx == SHN_UNDEF) { in module_frob_arch_sections()
77 sym[i].st_shndx = SHN_ABS; in module_frob_arch_sections()
/Linux-v5.4/kernel/
Dmodule.c2301 switch (sym[i].st_shndx) { in simplify_symbols()
2344 if (sym[i].st_shndx == info->index.pcpu) in simplify_symbols()
2347 secbase = info->sechdrs[sym[i].st_shndx].sh_addr; in simplify_symbols()
2621 if (sym->st_shndx == SHN_UNDEF) in elf_type()
2623 if (sym->st_shndx == SHN_ABS || sym->st_shndx == info->index.pcpu) in elf_type()
2625 if (sym->st_shndx >= SHN_LORESERVE) in elf_type()
2627 if (sechdrs[sym->st_shndx].sh_flags & SHF_EXECINSTR) in elf_type()
2629 if (sechdrs[sym->st_shndx].sh_flags & SHF_ALLOC in elf_type()
2630 && sechdrs[sym->st_shndx].sh_type != SHT_NOBITS) { in elf_type()
2631 if (!(sechdrs[sym->st_shndx].sh_flags & SHF_WRITE)) in elf_type()
[all …]
Dkexec_file.c1094 if (syms[k].st_shndx == SHN_UNDEF || in kexec_purgatory_find_symbol()
1095 syms[k].st_shndx >= ehdr->e_shnum) { in kexec_purgatory_find_symbol()
1097 name, syms[k].st_shndx); in kexec_purgatory_find_symbol()
1119 sechdr = &pi->sechdrs[sym->st_shndx]; in kexec_purgatory_get_symbol_addr()
1150 sec = pi->sechdrs + sym->st_shndx; in kexec_purgatory_get_set_symbol()
/Linux-v5.4/arch/alpha/kernel/
Dmodule.c209 if (sym->st_shndx == SHN_UNDEF) in apply_relocate_add()
263 me->name, r_type, sym->st_shndx); in apply_relocate_add()
/Linux-v5.4/include/uapi/linux/
Delf.h189 Elf32_Half st_shndx; member
196 Elf64_Half st_shndx; /* Associated section index */ member
/Linux-v5.4/arch/mips/boot/tools/
Drelocs.c126 name = sec_name(sym->st_shndx); in sym_name()
347 sym->st_shndx = elf_half_to_cpu(sym->st_shndx); in read_symtabs()
644 sec_name(sym->st_shndx)); in do_reloc_info()
/Linux-v5.4/arch/arc/kernel/
Dmodule.c86 s = module->arch.secstr + sechdrs[sym_entry->st_shndx].sh_name; in apply_relocate_add()
/Linux-v5.4/tools/objtool/
Delf.c249 if (sym->sym.st_shndx > SHN_UNDEF && in read_symbols()
250 sym->sym.st_shndx < SHN_LORESERVE) { in read_symbols()
252 sym->sym.st_shndx); in read_symbols()
Dorc_dump.c162 scn = elf_getscn(elf, sym.st_shndx); in orc_dump()
/Linux-v5.4/tools/perf/util/
Dgenelf.c90 .st_shndx = 0, /* for now */
97 .st_shndx = 1,
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()
148 sym->st_shndx != SHN_ABS && in elf_sym__is_label()
1086 if (runtime_ss->opdsec && sym.st_shndx == runtime_ss->opdidx) { in dso__load_sym()
1090 sym.st_shndx = elf_addr_to_index(runtime_ss->elf, in dso__load_sym()
1103 if (sym.st_shndx == SHN_ABS) in dso__load_sym()
1106 sec = elf_getscn(runtime_ss->elf, sym.st_shndx); in dso__load_sym()
/Linux-v5.4/arch/mips/kernel/
Dvpe.c497 switch (sym[i].st_shndx) { in simplify_symbols()
519 strtab + sym[i].st_name, sym[i].st_shndx); in simplify_symbols()
524 secbase = sechdrs[sym[i].st_shndx].sh_addr; in simplify_symbols()
/Linux-v5.4/arch/s390/boot/
Dstartup.c107 if (dynsym[r_sym].st_shndx != SHN_UNDEF) in handle_relocs()
/Linux-v5.4/tools/testing/selftests/vDSO/
Dparse_vdso.c240 if (sym->st_shndx == SHN_UNDEF) in vdso_sym()
/Linux-v5.4/scripts/
Dsortextable.h195 sort_needed_sec = &shdr[get_secindex(r2(&sym->st_shndx), in do_func()
/Linux-v5.4/arch/arm/kernel/
Dmodule-plts.c162 if (s->st_shndx == dstidx) in count_plts()

12