Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/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.10/tools/objtool/
Delf.c534 if ((sec->sh.sh_type != SHT_RELA) && in read_relocs()
560 case SHT_RELA: in read_relocs()
808 sec->sh.sh_type = SHT_RELA; in elf_create_rela_reloc_section()
823 case SHT_RELA: return elf_create_rela_reloc_section(elf, base); in elf_create_reloc_section()
901 case SHT_RELA: return elf_rebuild_rela_reloc_section(sec, nr); in elf_rebuild_reloc_section()
Dorc_gen.c190 ip_relocsec = elf_create_reloc_section(file->elf, sec, SHT_RELA); in create_orc_sections()
Dcheck.c458 reloc_sec = elf_create_reloc_section(file->elf, sec, SHT_RELA); in create_static_call_sections()
/Linux-v5.10/arch/mips/vdso/
Dgenvdso.h33 case SHT_RELA: in FUNC()
/Linux-v5.10/arch/riscv/kernel/
Dmodule-sections.c128 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/Linux-v5.10/arch/alpha/kernel/
Dmodule.c111 if (s->sh_type == SHT_RELA) { in module_frob_arch_sections()
/Linux-v5.10/arch/powerpc/kernel/
Dmodule_32.c93 if (sechdrs[i].sh_type == SHT_RELA) { in get_plt_size()
Dmodule_64.c204 if (sechdrs[i].sh_type == SHT_RELA) { in get_stubs_size()
/Linux-v5.10/include/uapi/linux/
Delf.h272 #define SHT_RELA 4 macro
/Linux-v5.10/scripts/
Drecordmcount.h318 ? w(SHT_RELA) in append_func()
573 if (w(relhdr->sh_type) != SHT_REL && w(relhdr->sh_type) != SHT_RELA) in has_rel_mcount()
Dsorttable.h247 r(&s->sh_type) == SHT_RELA) && in do_sort()
/Linux-v5.10/arch/arm64/kernel/
Dmodule-plts.c329 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/Linux-v5.10/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-v5.10/Documentation/livepatch/
Dmodule-elf-format.rst56 these relocations. In the new format, livepatch manages its own SHT_RELA
171 Livepatch relocation sections are SHT_RELA sections but with a few special
/Linux-v5.10/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.c2414 else if (info->sechdrs[i].sh_type == SHT_RELA) in apply_relocations()
/Linux-v5.10/arch/s390/kernel/
Dmodule.c155 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/Linux-v5.10/arch/mips/kernel/
Dvpe.c690 else if (sechdrs[i].sh_type == SHT_RELA) in vpe_elfload()
/Linux-v5.10/arch/ia64/kernel/
Dmodule.c455 if (s->sh_type != SHT_RELA) in module_frob_arch_sections()
/Linux-v5.10/scripts/mod/
Dmodpost.c1972 if (sechdrs[i].sh_type == SHT_RELA) in check_sec_ref()
/Linux-v5.10/tools/perf/util/
Dsymbol-elf.c382 if (shdr_rel_plt.sh_type == SHT_RELA) { in dso__synthesize_plt_symbols()