Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/tools/
Drelocs_64.c8 #define SHT_REL_TYPE SHT_RELA
Drelocs.c527 #if (SHT_REL_TYPE == SHT_RELA) in read_relocs()
/Linux-v5.4/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-v5.4/arch/mips/vdso/
Dgenvdso.h33 case SHT_RELA: in FUNC()
/Linux-v5.4/arch/riscv/kernel/
Dmodule-sections.c128 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/Linux-v5.4/scripts/
Dsortextable.h134 r(&shdr[i].sh_type) == SHT_RELA) && in do_func()
Drecordmcount.h238 ? w(SHT_RELA) in append_func()
492 if (w(relhdr->sh_type) != SHT_REL && w(relhdr->sh_type) != SHT_RELA) in has_rel_mcount()
/Linux-v5.4/tools/objtool/
Delf.c358 if (sec->sh.sh_type != SHT_RELA) in read_relas()
583 sec->sh.sh_type = SHT_RELA; in elf_create_rela_section()
/Linux-v5.4/arch/powerpc/kernel/
Dmodule_32.c108 if (sechdrs[i].sh_type == SHT_RELA) { in get_plt_size()
Dmodule_64.c254 if (sechdrs[i].sh_type == SHT_RELA) { in get_stubs_size()
/Linux-v5.4/arch/alpha/kernel/
Dmodule.c111 if (s->sh_type == SHT_RELA) { in module_frob_arch_sections()
/Linux-v5.4/include/uapi/linux/
Delf.h271 #define SHT_RELA 4 macro
/Linux-v5.4/arch/arm64/kernel/
Dmodule-plts.c295 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/Linux-v5.4/arch/parisc/kernel/
Dmodule.c320 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
958 else if (s->sh_type == SHT_RELA) in module_finalize()
/Linux-v5.4/Documentation/livepatch/
Dmodule-elf-format.rst57 these relocations. In the new format, livepatch manages its own SHT_RELA
172 Livepatch relocation sections are SHT_RELA sections but with a few special
/Linux-v5.4/kernel/
Dkexec_file.c966 if (relsec->sh_type != SHT_RELA && in kexec_apply_relocations()
998 if (relsec->sh_type == SHT_RELA) in kexec_apply_relocations()
Dmodule.c2380 else if (info->sechdrs[i].sh_type == SHT_RELA) in apply_relocations()
/Linux-v5.4/arch/s390/kernel/
Dmodule.c154 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/Linux-v5.4/arch/mips/kernel/
Dvpe.c690 else if (sechdrs[i].sh_type == SHT_RELA) in vpe_elfload()
/Linux-v5.4/arch/ia64/kernel/
Dmodule.c455 if (s->sh_type != SHT_RELA) in module_frob_arch_sections()
/Linux-v5.4/tools/perf/util/
Dsymbol-elf.c380 if (shdr_rel_plt.sh_type == SHT_RELA) { in dso__synthesize_plt_symbols()
/Linux-v5.4/scripts/mod/
Dmodpost.c1988 if (sechdrs[i].sh_type == SHT_RELA) in check_sec_ref()