Home
last modified time | relevance | path

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

/linux-6.15/arch/mips/boot/tools/
H A Drelocs_32.c8 #define SHT_REL_TYPE SHT_REL
/linux-6.15/arch/x86/tools/
H A Drelocs_32.c8 #define SHT_REL_TYPE SHT_REL
/linux-6.15/arch/mips/vdso/
H A Dgenvdso.h32 case SHT_REL: in FUNC()
/linux-6.15/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c438 case SHT_REL: in emit_all_relocs()
/linux-6.15/scripts/
H A 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()
/linux-6.15/arch/arm/kernel/
H A Dmodule-plts.c244 if (s->sh_type != SHT_REL) in module_frob_arch_sections()
/linux-6.15/tools/include/uapi/linux/
H A Delf.h289 #define SHT_REL 9 macro
/linux-6.15/tools/objtool/include/objtool/
H A Delf.h181 return sec->sh.sh_type == SHT_RELA || sec->sh.sh_type == SHT_REL; in is_reloc_sec()
/linux-6.15/include/uapi/linux/
H A Delf.h289 #define SHT_REL 9 macro
/linux-6.15/kernel/
H A Dkexec_file.c995 relsec->sh_type != SHT_REL) in kexec_apply_relocations()
1029 else if (relsec->sh_type == SHT_REL) in kexec_apply_relocations()
/linux-6.15/arch/mips/kernel/
H A Dvpe.c686 if (sechdrs[i].sh_type == SHT_REL) in vpe_elfload()
/linux-6.15/arch/parisc/kernel/
H A Dmodule.c927 if (s->sh_type == SHT_REL) in module_finalize()
/linux-6.15/tools/lib/bpf/
H A Dlinker.c811 case SHT_REL: in linker_load_obj_file()
895 case SHT_REL: in linker_sanity_check_elf()
1351 return sec->shdr->sh_type == SHT_REL; in is_relo_sec()
H A Dlibbpf.c3958 } else if (sh->sh_type == SHT_REL) { in bpf_object__elf_collect()
7331 if (shdr->sh_type != SHT_REL || idx < 0 || idx >= obj->efile.sec_cnt) { in bpf_object__collect_relos()
/linux-6.15/scripts/mod/
H A Dmodpost.c1430 if (sechdr->sh_type == SHT_REL || sechdr->sh_type == SHT_RELA) { in check_sec_ref()
/linux-6.15/tools/perf/util/
H A Dsymbol-elf.c746 shdr_rel_plt.sh_type != SHT_REL) in dso__synthesize_plt_symbols()
/linux-6.15/kernel/module/
H A Dmain.c1518 else if (info->sechdrs[i].sh_type == SHT_REL) in apply_relocations()