Home
last modified time | relevance | path

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

/linux-2.6.39/scripts/
Drecordmcount.h216 ? w(SHT_RELA) in append_func()
373 if (SHT_REL != w(relhdr->sh_type) && SHT_RELA != w(relhdr->sh_type)) in has_rel_mcount()
/linux-2.6.39/arch/blackfin/kernel/
Dmodule.c282 if (sechdrs[i].sh_type != SHT_RELA) in module_finalize()
/linux-2.6.39/arch/powerpc/kernel/
Dmodule_32.c124 if (sechdrs[i].sh_type == SHT_RELA) { in get_plt_size()
Dmodule_64.c146 if (sechdrs[i].sh_type == SHT_RELA) { in get_stubs_size()
/linux-2.6.39/include/linux/
Delf.h282 #define SHT_RELA 4 macro
/linux-2.6.39/arch/alpha/kernel/
Dmodule.c137 if (s->sh_type == SHT_RELA) { in module_frob_arch_sections()
/linux-2.6.39/arch/avr32/kernel/
Dmodule.c114 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/linux-2.6.39/arch/s390/kernel/
Dmodule.c161 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/linux-2.6.39/arch/parisc/kernel/
Dmodule.c338 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/linux-2.6.39/arch/ia64/kernel/
Dmodule.c471 if (s->sh_type != SHT_RELA) in module_frob_arch_sections()
/linux-2.6.39/arch/mips/kernel/
Dvpe.c957 else if (sechdrs[i].sh_type == SHT_RELA) in vpe_elfload()
/linux-2.6.39/scripts/mod/
Dmodpost.c1643 if (sechdrs[i].sh_type == SHT_RELA) in check_sec_ref()
/linux-2.6.39/tools/perf/util/
Dsymbol.c931 if (shdr_rel_plt.sh_type == SHT_RELA) { in dso__synthesize_plt_symbols()
/linux-2.6.39/kernel/
Dmodule.c1849 else if (info->sechdrs[i].sh_type == SHT_RELA) in apply_relocations()