Home
last modified time | relevance | path

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

/linux/arch/x86/tools/
H A Drelocs_64.c8 #define SHT_REL_TYPE SHT_RELA
/linux/arch/mips/boot/tools/
H A Drelocs_64.c8 #define SHT_REL_TYPE SHT_RELA
H A Drelocs.c400 #if (SHT_REL_TYPE == SHT_RELA) in read_relocs()
/linux/arch/arm64/kernel/pi/
H A Drelacheck.c83 if (swab_elfword(shdr[i].sh_type) != SHT_RELA) in main()
/linux/arch/s390/tools/
H A Drelocs.c20 #define SHT_REL_TYPE SHT_RELA
244 #if (SHT_REL_TYPE == SHT_RELA) in read_relocs()
/linux/arch/mips/vdso/
H A Dgenvdso.h33 case SHT_RELA: in FUNC()
/linux/arch/riscv/kernel/
H A Dmodule-sections.c128 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/linux/arch/loongarch/kernel/
H A Dmodule-sections.c143 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/linux/arch/alpha/kernel/
H A Dmodule.c111 if (s->sh_type == SHT_RELA) { in module_frob_arch_sections()
/linux/scripts/
H A 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()
H A Dsorttable.h321 r(&s->sh_type) == SHT_RELA) && in do_sort()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c441 case SHT_RELA: in emit_all_relocs()
/linux/include/uapi/linux/
H A Delf.h276 #define SHT_RELA 4 macro
/linux/arch/parisc/kernel/
H A Dmodule.c290 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
931 else if (s->sh_type == SHT_RELA) in module_finalize()
/linux/arch/arm64/kernel/
H A Dmodule-plts.c319 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/linux/tools/objtool/include/objtool/
H A Delf.h180 return sec->sh.sh_type == SHT_RELA || sec->sh.sh_type == SHT_REL; in is_reloc_sec()
/linux/kernel/
H A Dkexec_file.c982 if (relsec->sh_type != SHT_RELA && in kexec_apply_relocations()
1014 if (relsec->sh_type == SHT_RELA) in kexec_apply_relocations()
/linux/Documentation/livepatch/
H A 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/arch/s390/kernel/
H A Dmodule.c152 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/linux/arch/mips/kernel/
H A Dvpe.c689 else if (sechdrs[i].sh_type == SHT_RELA) in vpe_elfload()
/linux/scripts/mod/
H A Dmodpost.c1411 if (sechdr->sh_type == SHT_REL || sechdr->sh_type == SHT_RELA) { in check_sec_ref()
1424 if (sechdr->sh_type == SHT_RELA) in check_sec_ref()
/linux/tools/objtool/
H A Delf.c1194 rsec->sh.sh_type = SHT_RELA; in elf_create_rela_section()
/linux/tools/perf/util/
H A Dsymbol-elf.c742 if (shdr_rel_plt.sh_type != SHT_RELA && in dso__synthesize_plt_symbols()
791 ri.is_rela = shdr_rel_plt.sh_type == SHT_RELA; in dso__synthesize_plt_symbols()
/linux/kernel/module/
H A Dmain.c1541 else if (info->sechdrs[i].sh_type == SHT_RELA) in __layout_sections()