Home
last modified time | relevance | path

Searched refs:SHT_REL (Results 1 – 17 of 17) sorted by relevance

/Linux-v6.6/arch/x86/tools/
Drelocs_32.c8 #define SHT_REL_TYPE SHT_REL
/Linux-v6.6/arch/mips/boot/tools/
Drelocs_32.c8 #define SHT_REL_TYPE SHT_REL
/Linux-v6.6/arch/mips/vdso/
Dgenvdso.h32 case SHT_REL: in FUNC()
/Linux-v6.6/arch/arm64/kvm/hyp/nvhe/
Dgen-hyprel.c432 case SHT_REL: in emit_all_relocs()
/Linux-v6.6/scripts/
Drecordmcount.h324 : w(SHT_REL); in append_func()
578 if (w(relhdr->sh_type) != SHT_REL && w(relhdr->sh_type) != SHT_RELA) in has_rel_mcount()
Dsorttable.h317 if ((r(&s->sh_type) == SHT_REL || in do_sort()
/Linux-v6.6/arch/arm/kernel/
Dmodule-plts.c244 if (s->sh_type != SHT_REL) in module_frob_arch_sections()
/Linux-v6.6/include/uapi/linux/
Delf.h281 #define SHT_REL 9 macro
/Linux-v6.6/tools/objtool/include/objtool/
Delf.h178 return sec->sh.sh_type == SHT_RELA || sec->sh.sh_type == SHT_REL; in is_reloc_sec()
/Linux-v6.6/kernel/
Dkexec_file.c959 relsec->sh_type != SHT_REL) in kexec_apply_relocations()
993 else if (relsec->sh_type == SHT_REL) in kexec_apply_relocations()
/Linux-v6.6/arch/mips/kernel/
Dvpe.c686 if (sechdrs[i].sh_type == SHT_REL) in vpe_elfload()
/Linux-v6.6/tools/lib/bpf/
Dlinker.c681 case SHT_REL: in linker_load_obj_file()
746 case SHT_REL: in linker_sanity_check_elf()
1166 return sec->shdr->sh_type == SHT_REL; in is_relo_sec()
Dlibbpf.c3519 } else if (sh->sh_type == SHT_REL) { in bpf_object__elf_collect()
6747 if (shdr->sh_type != SHT_REL) { in bpf_object__collect_relos()
/Linux-v6.6/arch/parisc/kernel/
Dmodule.c939 if (s->sh_type == SHT_REL) in module_finalize()
/Linux-v6.6/scripts/mod/
Dmodpost.c1592 else if (sechdrs[i].sh_type == SHT_REL) in check_sec_ref()
/Linux-v6.6/kernel/module/
Dmain.c1461 else if (info->sechdrs[i].sh_type == SHT_REL) in apply_relocations()
/Linux-v6.6/tools/perf/util/
Dsymbol-elf.c742 shdr_rel_plt.sh_type != SHT_REL) in dso__synthesize_plt_symbols()