Home
last modified time | relevance | path

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

/linux/arch/x86/tools/
A Drelocs_64.c8 #define SHT_REL_TYPE SHT_RELA
A Drelocs.c583 #if (SHT_REL_TYPE == SHT_RELA) in read_relocs()
/linux/arch/mips/boot/tools/
A Drelocs_64.c8 #define SHT_REL_TYPE SHT_RELA
A Drelocs.c400 #if (SHT_REL_TYPE == SHT_RELA) in read_relocs()
/linux/tools/objtool/
A Delf.c493 if (!sec->reloc && !elf_create_reloc_section(elf, sec, SHT_RELA)) in elf_add_reloc()
592 if ((sec->sh.sh_type != SHT_RELA) && in read_relocs()
618 case SHT_RELA: in read_relocs()
878 sec->sh.sh_type = SHT_RELA; in elf_create_rela_reloc_section()
893 case SHT_RELA: return elf_create_rela_reloc_section(elf, base); in elf_create_reloc_section()
965 case SHT_RELA: return elf_rebuild_rela_reloc_section(sec); in elf_rebuild_reloc_section()
/linux/arch/mips/vdso/
A Dgenvdso.h33 case SHT_RELA: in FUNC()
/linux/arch/riscv/kernel/
A Dmodule-sections.c128 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/linux/arch/powerpc/kernel/
A Dmodule_32.c93 if (sechdrs[i].sh_type == SHT_RELA) { in get_plt_size()
A Dmodule_64.c196 if (sechdrs[i].sh_type == SHT_RELA) { in get_stubs_size()
/linux/arch/alpha/kernel/
A Dmodule.c111 if (s->sh_type == SHT_RELA) { in module_frob_arch_sections()
/linux/scripts/
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()
A Dsorttable.h247 r(&s->sh_type) == SHT_RELA) && in do_sort()
/linux/include/uapi/linux/
A Delf.h272 #define SHT_RELA 4 macro
/linux/arch/arm64/kvm/hyp/nvhe/
A Dgen-hyprel.c435 case SHT_RELA: in emit_all_relocs()
/linux/arch/parisc/kernel/
A 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/arch/arm64/kernel/
A Dmodule-plts.c329 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/linux/Documentation/livepatch/
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/kernel/
A Dkexec_file.c978 if (relsec->sh_type != SHT_RELA && in kexec_apply_relocations()
1010 if (relsec->sh_type == SHT_RELA) in kexec_apply_relocations()
A Dmodule.c2381 else if (info->sechdrs[i].sh_type == SHT_RELA) in apply_relocations()
/linux/arch/s390/kernel/
A Dmodule.c165 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/linux/arch/mips/kernel/
A Dvpe.c690 else if (sechdrs[i].sh_type == SHT_RELA) in vpe_elfload()
/linux/arch/ia64/kernel/
A Dmodule.c455 if (s->sh_type != SHT_RELA) in module_frob_arch_sections()
/linux/scripts/mod/
A Dmodpost.c1961 if (sechdrs[i].sh_type == SHT_RELA) in check_sec_ref()
/linux/tools/perf/util/
A Dsymbol-elf.c387 if (shdr_rel_plt.sh_type == SHT_RELA) { in dso__synthesize_plt_symbols()

Completed in 46 milliseconds