Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/tools/
H A Drelocs.c262 else if (shndx == SHN_ABS) { in sec_name()
618 if (sym->st_shndx != SHN_ABS) { in print_absolute_symbols()
673 if (sym->st_shndx != SHN_ABS) { in print_absolute_relocs()
850 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc64()
939 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc32()
984 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc_real()
/openbmc/linux/arch/s390/kernel/
H A Dmachine_kexec_file.c342 sym->st_shndx != SHN_ABS) { in arch_kexec_apply_relocations_add()
353 if (sym->st_shndx != SHN_ABS) in arch_kexec_apply_relocations_add()
H A Dmodule.c178 symbols[i].st_shndx = SHN_ABS; in module_frob_arch_sections()
/openbmc/linux/arch/sparc/kernel/
H A Dmodule.c77 sym[i].st_shndx = SHN_ABS; in module_frob_arch_sections()
/openbmc/linux/include/uapi/linux/
H A Delf.h304 #define SHN_ABS 0xfff1 macro
/openbmc/linux/arch/powerpc/kernel/
H A Dmodule_64.c371 syms[i].st_shndx = SHN_ABS; in dedotify()
389 if (syms[i].st_shndx == SHN_ABS in find_dot_toc()
/openbmc/u-boot/include/
H A Delf.h265 #define SHN_ABS 0xfff1 /* absolute value */ macro
/openbmc/linux/arch/riscv/kernel/
H A Delf_kexec.c401 if (sym->st_shndx == SHN_ABS) in arch_kexec_apply_relocations_add()
/openbmc/linux/arch/x86/kernel/
H A Dmachine_kexec_64.c494 if (sym->st_shndx == SHN_ABS) in arch_kexec_apply_relocations_add()
/openbmc/linux/kernel/module/
H A Dkallsyms.c50 if (sym->st_shndx == SHN_ABS || sym->st_shndx == info->index.pcpu) in elf_type()
H A Dmain.c1395 case SHN_ABS: in simplify_symbols()
/openbmc/linux/arch/mips/boot/tools/
H A Drelocs.c99 else if (shndx == SHN_ABS) in sec_name()
/openbmc/linux/arch/mips/kernel/
H A Dvpe.c508 case SHN_ABS: in simplify_symbols()
/openbmc/qemu/include/
H A Delf.h1596 #define SHN_ABS 0xfff1 macro
/openbmc/linux/tools/perf/util/
H A Dsymbol-elf.c140 sym->st_shndx != SHN_ABS && in elf_sym__is_label()
1625 if (sym.st_shndx == SHN_ABS) in dso__load_sym_internal()