Home
last modified time | relevance | path

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

12

/Linux-v6.6/arch/x86/tools/
Drelocs_64.c8 #define SHT_REL_TYPE SHT_RELA
Drelocs.c584 #if (SHT_REL_TYPE == SHT_RELA) in read_relocs()
/Linux-v6.6/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-v6.6/arch/mips/vdso/
Dgenvdso.h33 case SHT_RELA: in FUNC()
/Linux-v6.6/arch/riscv/kernel/
Dmodule-sections.c128 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/Linux-v6.6/arch/loongarch/kernel/
Dmodule-sections.c143 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/Linux-v6.6/arch/alpha/kernel/
Dmodule.c111 if (s->sh_type == SHT_RELA) { in module_frob_arch_sections()
/Linux-v6.6/arch/arm64/kvm/hyp/nvhe/
Dgen-hyprel.c435 case SHT_RELA: in emit_all_relocs()
/Linux-v6.6/scripts/
Drecordmcount.h323 ? w(SHT_RELA) in append_func()
578 if (w(relhdr->sh_type) != SHT_REL && w(relhdr->sh_type) != SHT_RELA) in has_rel_mcount()
Dsorttable.h318 r(&s->sh_type) == SHT_RELA) && in do_sort()
/Linux-v6.6/include/uapi/linux/
Delf.h276 #define SHT_RELA 4 macro
/Linux-v6.6/arch/powerpc/kernel/
Dmodule_32.c94 if (sechdrs[i].sh_type == SHT_RELA) { in get_plt_size()
Dmodule_64.c216 if (sechdrs[i].sh_type == SHT_RELA) { in get_stubs_size()
306 if (sechdrs[i].sh_type == SHT_RELA) { in get_got_size()
/Linux-v6.6/arch/arm64/kernel/
Dmodule-plts.c326 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/Linux-v6.6/tools/objtool/include/objtool/
Delf.h178 return sec->sh.sh_type == SHT_RELA || sec->sh.sh_type == SHT_REL; in is_reloc_sec()
/Linux-v6.6/arch/parisc/kernel/
Dmodule.c302 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
943 else if (s->sh_type == SHT_RELA) in module_finalize()
/Linux-v6.6/kernel/
Dkexec_file.c958 if (relsec->sh_type != SHT_RELA && in kexec_apply_relocations()
990 if (relsec->sh_type == SHT_RELA) in kexec_apply_relocations()
/Linux-v6.6/Documentation/livepatch/
Dmodule-elf-format.rst50 these relocations. In the new format, livepatch manages its own SHT_RELA
165 Livepatch relocation sections are SHT_RELA sections but with a few special
/Linux-v6.6/arch/s390/kernel/
Dmodule.c188 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/Linux-v6.6/arch/mips/kernel/
Dvpe.c689 else if (sechdrs[i].sh_type == SHT_RELA) in vpe_elfload()
/Linux-v6.6/arch/ia64/kernel/
Dmodule.c455 if (s->sh_type != SHT_RELA) in module_frob_arch_sections()
/Linux-v6.6/tools/objtool/
Delf.c1191 rsec->sh.sh_type = SHT_RELA; in elf_create_rela_section()
/Linux-v6.6/tools/perf/util/
Dsymbol-elf.c741 if (shdr_rel_plt.sh_type != SHT_RELA && in dso__synthesize_plt_symbols()
790 ri.is_rela = shdr_rel_plt.sh_type == SHT_RELA; in dso__synthesize_plt_symbols()
/Linux-v6.6/scripts/mod/
Dmodpost.c1590 if (sechdrs[i].sh_type == SHT_RELA) in check_sec_ref()

12