Searched refs:SHN_ABS (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/x86/tools/
H A Drelocs.c262 else if (shndx == SHN_ABS) {
618 if (sym->st_shndx != SHN_ABS) {
673 if (sym->st_shndx != SHN_ABS) {
841 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname);
930 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname);
975 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname);
/linux-master/arch/s390/kernel/
H A Dmachine_kexec_file.c352 sym->st_shndx != SHN_ABS) {
363 if (sym->st_shndx != SHN_ABS)
H A Dmodule.c178 symbols[i].st_shndx = SHN_ABS;
/linux-master/arch/sparc/kernel/
H A Dmodule.c77 sym[i].st_shndx = SHN_ABS;
/linux-master/include/uapi/linux/
H A Delf.h304 #define SHN_ABS 0xfff1 macro
/linux-master/kernel/module/
H A Dkallsyms.c50 if (sym->st_shndx == SHN_ABS || sym->st_shndx == info->index.pcpu)
H A Dmain.c1395 case SHN_ABS:
/linux-master/arch/x86/kernel/
H A Dmachine_kexec_64.c453 if (sym->st_shndx == SHN_ABS)
/linux-master/arch/riscv/kernel/
H A Delf_kexec.c407 if (sym->st_shndx == SHN_ABS)
/linux-master/arch/powerpc/kernel/
H A Dmodule_64.c371 syms[i].st_shndx = SHN_ABS;
389 if (syms[i].st_shndx == SHN_ABS
/linux-master/arch/mips/boot/tools/
H A Drelocs.c99 else if (shndx == SHN_ABS)
/linux-master/arch/mips/kernel/
H A Dvpe.c508 case SHN_ABS:
/linux-master/tools/perf/util/
H A Dsymbol-elf.c141 sym->st_shndx != SHN_ABS &&
1690 * has a value of SHN_ABS in its st_shndx) failed at
1697 if (sym.st_shndx == SHN_ABS)

Completed in 340 milliseconds