Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/tools/
Drelocs.c227 else if (shndx == SHN_ABS) { in sec_name()
469 if (sym->st_shndx != SHN_ABS) { in print_absolute_symbols()
510 if (sym->st_shndx != SHN_ABS) { in print_absolute_relocs()
584 shn_abs = sym->st_shndx == SHN_ABS; in walk_relocs()
/linux-3.4.99/arch/sparc/kernel/
Dmodule.c97 sym[i].st_shndx = SHN_ABS; in module_frob_arch_sections()
/linux-3.4.99/arch/avr32/kernel/
Dmodule.c99 symbols[i].st_shndx = SHN_ABS; in module_frob_arch_sections()
/linux-3.4.99/include/linux/
Delf.h298 #define SHN_ABS 0xfff1 macro
/linux-3.4.99/arch/x86/vdso/
Dvdso32-setup.c89 sym->st_shndx == SHN_ABS) in reloc_symtab()
/linux-3.4.99/arch/s390/kernel/
Dmodule.c144 symbols[i].st_shndx = SHN_ABS; in module_frob_arch_sections()
/linux-3.4.99/arch/mips/kernel/
Dvpe.c641 case SHN_ABS: in simplify_symbols()
/linux-3.4.99/kernel/
Dmodule.c1915 case SHN_ABS: in simplify_symbols()
2204 if (sym->st_shndx == SHN_ABS) in elf_type()
/linux-3.4.99/scripts/mod/
Dmodpost.c606 case SHN_ABS: in handle_modversions()
/linux-3.4.99/tools/perf/util/
Dsymbol.c913 sym->st_shndx != SHN_ABS; in elf_sym__is_label()