Home
last modified time | relevance | path

Searched refs:SHN_ABS (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/arch/x86/tools/
H A Drelocs.c269 else if (shndx == SHN_ABS) in sec_name()
584 if (sym->st_shndx != SHN_ABS) in print_absolute_symbols()
643 if (sym->st_shndx != SHN_ABS) in print_absolute_relocs()
746 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc64()
821 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc32()
863 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc_real()
/linux-6.15/arch/s390/kernel/
H A Dmachine_kexec_file.c352 sym->st_shndx != SHN_ABS) { in arch_kexec_apply_relocations_add()
363 if (sym->st_shndx != SHN_ABS) in arch_kexec_apply_relocations_add()
H A Dmodule.c142 symbols[i].st_shndx = SHN_ABS; in module_frob_arch_sections()
/linux-6.15/arch/sparc/kernel/
H A Dmodule.c47 sym[i].st_shndx = SHN_ABS; in module_frob_arch_sections()
/linux-6.15/tools/include/uapi/linux/
H A Delf.h312 #define SHN_ABS 0xfff1 macro
/linux-6.15/include/uapi/linux/
H A Delf.h322 #define SHN_ABS 0xfff1 macro
/linux-6.15/arch/powerpc/kernel/
H A Dmodule_64.c399 syms[i].st_shndx = SHN_ABS; in dedotify()
417 if (syms[i].st_shndx == SHN_ABS in find_dot_toc()
/linux-6.15/arch/x86/kernel/
H A Dmachine_kexec_64.c507 if (sym->st_shndx == SHN_ABS) in arch_kexec_apply_relocations_add()
/linux-6.15/arch/riscv/kernel/
H A Delf_kexec.c408 if (sym->st_shndx == SHN_ABS) in arch_kexec_apply_relocations_add()
/linux-6.15/kernel/module/
H A Dkallsyms.c50 if (sym->st_shndx == SHN_ABS || sym->st_shndx == info->index.pcpu) in elf_type()
H A Dmain.c1452 case SHN_ABS: in simplify_symbols()
/linux-6.15/arch/mips/kernel/
H A Dvpe.c508 case SHN_ABS: in simplify_symbols()
/linux-6.15/arch/mips/boot/tools/
H A Drelocs.c99 else if (shndx == SHN_ABS) in sec_name()
/linux-6.15/tools/perf/util/
H A Dsymbol-elf.c142 sym->st_shndx != SHN_ABS && in elf_sym__is_label()
1754 if (sym.st_shndx == SHN_ABS) in dso__load_sym_internal()