Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/arch/loongarch/boot/tools/
H A Drelocs_32.c8 #define SHT_REL_TYPE SHT_RELA
H A Drelocs_64.c8 #define SHT_REL_TYPE SHT_RELA
/kernel/linux/linux-5.10/arch/x86/tools/
H A Drelocs_64.c8 #define SHT_REL_TYPE SHT_RELA
/kernel/linux/linux-6.6/arch/x86/tools/
H A Drelocs_64.c8 #define SHT_REL_TYPE SHT_RELA
/kernel/linux/linux-5.10/arch/mips/boot/tools/
H A Drelocs_64.c8 #define SHT_REL_TYPE SHT_RELA
/kernel/linux/linux-6.6/arch/mips/boot/tools/
H A Drelocs_64.c8 #define SHT_REL_TYPE SHT_RELA
/kernel/linux/linux-5.10/tools/objtool/
H A Delf.c517 if (!sec->reloc && !elf_create_reloc_section(elf, sec, SHT_RELA)) in elf_add_reloc()
819 if ((sec->sh.sh_type != SHT_RELA) && in read_relocs()
845 case SHT_RELA: in read_relocs()
1112 sec->sh.sh_type = SHT_RELA; in elf_create_rela_reloc_section()
1127 case SHT_RELA: return elf_create_rela_reloc_section(elf, base); in elf_create_reloc_section()
1202 case SHT_RELA: return elf_rebuild_rela_reloc_section(sec, nr); in elf_rebuild_reloc_section()
/kernel/linux/linux-5.10/arch/mips/vdso/
H A Dgenvdso.h33 case SHT_RELA: in patch_vdso()
/kernel/linux/linux-6.6/arch/mips/vdso/
H A Dgenvdso.h33 case SHT_RELA: in patch_vdso()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dmodule-sections.c143 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/kernel/linux/linux-5.10/arch/riscv/kernel/
H A Dmodule-sections.c128 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dmodule-sections.c143 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Dmodule-sections.c128 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
/kernel/linux/linux-5.10/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.h247 r(&s->sh_type) == SHT_RELA) && in do_sort()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dmodule_32.c93 if (sechdrs[i].sh_type == SHT_RELA) { in get_plt_size()
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dmodule.c111 if (s->sh_type == SHT_RELA) { in module_frob_arch_sections()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c435 case SHT_RELA: in emit_all_relocs()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dmodule.c111 if (s->sh_type == SHT_RELA) { in module_frob_arch_sections()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dmodule_32.c94 if (sechdrs[i].sh_type == SHT_RELA) { in get_plt_size()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Delf.h275 #define SHT_RELA 4 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Delf.h276 #define SHT_RELA 4 macro
/kernel/linux/linux-6.6/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()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Delf.h230 #define SHT_RELA 4 macro

Completed in 15 milliseconds

123