Home
last modified time | relevance | path

Searched refs:SHT_RELA (Results 1 – 20 of 20) sorted by relevance

/linux-4.4.14/arch/x86/tools/
Drelocs_64.c7 #define SHT_REL_TYPE SHT_RELA
Drelocs.c508 #if (SHT_REL_TYPE == SHT_RELA) in read_relocs()
/linux-4.4.14/arch/mips/vdso/
Dgenvdso.h39 case SHT_RELA: in FUNC()
/linux-4.4.14/arch/metag/kernel/
Dmodule.c106 if (sechdrs[i].sh_type == SHT_RELA) { in get_plt_size()
/linux-4.4.14/scripts/
Dsortextable.h136 r(&shdr[i].sh_type) == SHT_RELA) && in do_func()
Drecordmcount.h233 ? w(SHT_RELA) in append_func()
477 if (w(relhdr->sh_type) != SHT_REL && w(relhdr->sh_type) != SHT_RELA) in has_rel_mcount()
/linux-4.4.14/arch/powerpc/kernel/
Dmodule_32.c120 if (sechdrs[i].sh_type == SHT_RELA) { in get_plt_size()
Dmodule_64.c279 if (sechdrs[i].sh_type == SHT_RELA) { in get_stubs_size()
/linux-4.4.14/arch/alpha/kernel/
Dmodule.c123 if (s->sh_type == SHT_RELA) { in module_frob_arch_sections()
/linux-4.4.14/arch/blackfin/kernel/
Dmodule.c261 if (sechdrs[i].sh_type != SHT_RELA) in module_finalize()
/linux-4.4.14/include/uapi/linux/
Delf.h270 #define SHT_RELA 4 macro
/linux-4.4.14/arch/avr32/kernel/
Dmodule.c105 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/linux-4.4.14/kernel/
Dkexec_file.c853 if (sechdrs[i].sh_type != SHT_RELA && in kexec_apply_relocations()
885 if (sechdrs[i].sh_type == SHT_RELA) in kexec_apply_relocations()
Dmodule.c2194 else if (info->sechdrs[i].sh_type == SHT_RELA) in apply_relocations()
/linux-4.4.14/arch/s390/kernel/
Dmodule.c152 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/linux-4.4.14/arch/mips/kernel/
Dvpe.c690 else if (sechdrs[i].sh_type == SHT_RELA) in vpe_elfload()
/linux-4.4.14/arch/parisc/kernel/
Dmodule.c340 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/linux-4.4.14/arch/ia64/kernel/
Dmodule.c453 if (s->sh_type != SHT_RELA) in module_frob_arch_sections()
/linux-4.4.14/tools/perf/util/
Dsymbol-elf.c288 if (shdr_rel_plt.sh_type == SHT_RELA) { in dso__synthesize_plt_symbols()
/linux-4.4.14/scripts/mod/
Dmodpost.c1906 if (sechdrs[i].sh_type == SHT_RELA) in check_sec_ref()