Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/x86/tools/
H A Drelocs_64.c8 #define SHT_REL_TYPE SHT_RELA
H A Drelocs.c584 #if (SHT_REL_TYPE == SHT_RELA) in read_relocs()
/openbmc/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()
/openbmc/linux/arch/mips/vdso/
H A Dgenvdso.h33 case SHT_RELA: in FUNC()
/openbmc/linux/arch/riscv/kernel/
H A Dmodule-sections.c128 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/openbmc/linux/arch/loongarch/kernel/
H A Dmodule-sections.c143 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/openbmc/linux/arch/alpha/kernel/
H A Dmodule.c111 if (s->sh_type == SHT_RELA) { in module_frob_arch_sections()
/openbmc/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()
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c435 case SHT_RELA: in emit_all_relocs()
/openbmc/linux/include/uapi/linux/
H A Delf.h276 #define SHT_RELA 4 macro
/openbmc/linux/arch/powerpc/kernel/
H A Dmodule_32.c94 if (sechdrs[i].sh_type == SHT_RELA) { in get_plt_size()
H A 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()
/openbmc/linux/arch/parisc/kernel/
H A 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()
/openbmc/linux/kernel/
H A Dkexec_file.c958 if (relsec->sh_type != SHT_RELA && in kexec_apply_relocations()
990 if (relsec->sh_type == SHT_RELA) in kexec_apply_relocations()
/openbmc/linux/arch/arm64/kernel/
H A Dmodule-plts.c320 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/openbmc/linux/tools/objtool/include/objtool/
H A Delf.h178 return sec->sh.sh_type == SHT_RELA || sec->sh.sh_type == SHT_REL; in is_reloc_sec()
/openbmc/u-boot/tools/
H A Dmips-relocs.c319 if ((sh_type != SHT_REL) && (sh_type != SHT_RELA)) in main()
/openbmc/u-boot/include/
H A Delf.h275 #define SHT_RELA 4 /* relocation section with addends*/ macro
/openbmc/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
/openbmc/linux/arch/s390/kernel/
H A Dmodule.c188 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/openbmc/linux/arch/mips/kernel/
H A Dvpe.c689 else if (sechdrs[i].sh_type == SHT_RELA) in vpe_elfload()
/openbmc/linux/arch/ia64/kernel/
H A Dmodule.c455 if (s->sh_type != SHT_RELA) in module_frob_arch_sections()
/openbmc/qemu/include/
H A Delf.h1566 #define SHT_RELA 4 macro

12