Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/tools/
Drelocs_64.c8 #define SHT_REL_TYPE SHT_RELA
Drelocs.c510 #if (SHT_REL_TYPE == SHT_RELA) in read_relocs()
/Linux-v4.19/arch/mips/boot/tools/
Drelocs_64.c8 #define SHT_REL_TYPE SHT_RELA
Drelocs.c400 #if (SHT_REL_TYPE == SHT_RELA) in read_relocs()
/Linux-v4.19/arch/mips/vdso/
Dgenvdso.h37 case SHT_RELA: in FUNC()
/Linux-v4.19/arch/riscv/kernel/
Dmodule-sections.c125 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/Linux-v4.19/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-v4.19/tools/objtool/
Delf.c352 if (sec->sh.sh_type != SHT_RELA) in read_relas()
576 sec->sh.sh_type = SHT_RELA; in elf_create_rela_section()
/Linux-v4.19/arch/powerpc/kernel/
Dmodule_32.c120 if (sechdrs[i].sh_type == SHT_RELA) { in get_plt_size()
Dkexec_elf_64.c298 case SHT_RELA: in elf_is_shdr_sane()
Dmodule_64.c259 if (sechdrs[i].sh_type == SHT_RELA) { in get_stubs_size()
/Linux-v4.19/arch/alpha/kernel/
Dmodule.c123 if (s->sh_type == SHT_RELA) { in module_frob_arch_sections()
/Linux-v4.19/arch/arm64/kernel/
Dmodule-plts.c239 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/Linux-v4.19/include/uapi/linux/
Delf.h271 #define SHT_RELA 4 macro
/Linux-v4.19/kernel/
Dkexec_file.c858 if (relsec->sh_type != SHT_RELA && in kexec_apply_relocations()
890 if (relsec->sh_type == SHT_RELA) in kexec_apply_relocations()
Dmodule.c2326 else if (info->sechdrs[i].sh_type == SHT_RELA) in apply_relocations()
/Linux-v4.19/Documentation/livepatch/
Dmodule-elf-format.txt69 these relocations. In the new format, livepatch manages its own SHT_RELA
178 [*] Livepatch relocation sections are SHT_RELA sections but with a few special
/Linux-v4.19/arch/s390/kernel/
Dmodule.c147 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/Linux-v4.19/arch/mips/kernel/
Dvpe.c690 else if (sechdrs[i].sh_type == SHT_RELA) in vpe_elfload()
/Linux-v4.19/arch/parisc/kernel/
Dmodule.c341 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/Linux-v4.19/arch/ia64/kernel/
Dmodule.c455 if (s->sh_type != SHT_RELA) in module_frob_arch_sections()
/Linux-v4.19/tools/perf/util/
Dsymbol-elf.c334 if (shdr_rel_plt.sh_type == SHT_RELA) { in dso__synthesize_plt_symbols()
/Linux-v4.19/scripts/mod/
Dmodpost.c1913 if (sechdrs[i].sh_type == SHT_RELA) in check_sec_ref()