Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/tools/
Drelocs_64.c8 #define SHT_REL_TYPE SHT_RELA
Drelocs.c584 #if (SHT_REL_TYPE == SHT_RELA) in read_relocs()
/linux-6.1.9/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-6.1.9/tools/objtool/
Delf.c557 if (!sec->reloc && !elf_create_reloc_section(elf, sec, SHT_RELA)) in elf_add_reloc()
863 if ((sec->sh.sh_type != SHT_RELA) && in read_relocs()
889 case SHT_RELA: in read_relocs()
1149 sec->sh.sh_type = SHT_RELA; in elf_create_rela_reloc_section()
1164 case SHT_RELA: return elf_create_rela_reloc_section(elf, base); in elf_create_reloc_section()
1236 case SHT_RELA: return elf_rebuild_rela_reloc_section(sec); in elf_rebuild_reloc_section()
/linux-6.1.9/arch/mips/vdso/
Dgenvdso.h33 case SHT_RELA: in FUNC()
/linux-6.1.9/arch/riscv/kernel/
Dmodule-sections.c128 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/linux-6.1.9/arch/loongarch/kernel/
Dmodule-sections.c138 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/linux-6.1.9/arch/alpha/kernel/
Dmodule.c111 if (s->sh_type == SHT_RELA) { in module_frob_arch_sections()
/linux-6.1.9/arch/arm64/kvm/hyp/nvhe/
Dgen-hyprel.c435 case SHT_RELA: in emit_all_relocs()
/linux-6.1.9/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-6.1.9/include/uapi/linux/
Delf.h276 #define SHT_RELA 4 macro
/linux-6.1.9/arch/powerpc/kernel/
Dmodule_32.c94 if (sechdrs[i].sh_type == SHT_RELA) { in get_plt_size()
Dmodule_64.c189 if (sechdrs[i].sh_type == SHT_RELA) { in get_stubs_size()
/linux-6.1.9/arch/arm64/kernel/
Dmodule-plts.c330 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/linux-6.1.9/arch/parisc/kernel/
Dmodule.c320 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
960 else if (s->sh_type == SHT_RELA) in module_finalize()
/linux-6.1.9/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-6.1.9/kernel/
Dkexec_file.c936 if (relsec->sh_type != SHT_RELA && in kexec_apply_relocations()
968 if (relsec->sh_type == SHT_RELA) in kexec_apply_relocations()
/linux-6.1.9/arch/s390/kernel/
Dmodule.c166 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/linux-6.1.9/arch/mips/kernel/
Dvpe.c690 else if (sechdrs[i].sh_type == SHT_RELA) in vpe_elfload()
/linux-6.1.9/arch/ia64/kernel/
Dmodule.c455 if (s->sh_type != SHT_RELA) in module_frob_arch_sections()
/linux-6.1.9/scripts/mod/
Dmodpost.c1658 if (sechdrs[i].sh_type == SHT_RELA) in check_sec_ref()
/linux-6.1.9/tools/perf/util/
Dsymbol-elf.c414 if (shdr_rel_plt.sh_type == SHT_RELA) { in dso__synthesize_plt_symbols()
/linux-6.1.9/kernel/module/
Dmain.c1375 else if (info->sechdrs[i].sh_type == SHT_RELA) in apply_relocations()