Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/tools/
Drelocs_32.c8 #define SHT_REL_TYPE SHT_REL
/linux-6.1.9/arch/mips/boot/tools/
Drelocs_32.c8 #define SHT_REL_TYPE SHT_REL
/linux-6.1.9/tools/objtool/
Delf.c864 (sec->sh.sh_type != SHT_REL)) in read_relocs()
885 case SHT_REL: in read_relocs()
1119 sec->sh.sh_type = SHT_REL; in elf_create_rel_reloc_section()
1163 case SHT_REL: return elf_create_rel_reloc_section(elf, base); in elf_create_reloc_section()
1235 case SHT_REL: return elf_rebuild_rel_reloc_section(sec); in elf_rebuild_reloc_section()
1264 if (sec->sh.sh_type == SHT_REL) { in elf_write_reloc()
/linux-6.1.9/arch/mips/vdso/
Dgenvdso.h32 case SHT_REL: in FUNC()
/linux-6.1.9/arch/arm/kernel/
Dmodule-plts.c249 if (s->sh_type != SHT_REL) in module_frob_arch_sections()
/linux-6.1.9/arch/arm64/kvm/hyp/nvhe/
Dgen-hyprel.c432 case SHT_REL: in emit_all_relocs()
/linux-6.1.9/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-6.1.9/include/uapi/linux/
Delf.h281 #define SHT_REL 9 macro
/linux-6.1.9/kernel/
Dkexec_file.c937 relsec->sh_type != SHT_REL) in kexec_apply_relocations()
971 else if (relsec->sh_type == SHT_REL) in kexec_apply_relocations()
/linux-6.1.9/arch/mips/kernel/
Dvpe.c687 if (sechdrs[i].sh_type == SHT_REL) in vpe_elfload()
/linux-6.1.9/tools/lib/bpf/
Dlinker.c681 case SHT_REL: in linker_load_obj_file()
746 case SHT_REL: in linker_sanity_check_elf()
1154 return sec->shdr->sh_type == SHT_REL; in is_relo_sec()
Dlibbpf.c3437 } else if (sh->sh_type == SHT_REL) { in bpf_object__elf_collect()
6591 if (shdr->sh_type != SHT_REL) { in bpf_object__collect_relos()
/linux-6.1.9/arch/parisc/kernel/
Dmodule.c956 if (s->sh_type == SHT_REL) in module_finalize()
/linux-6.1.9/scripts/mod/
Dmodpost.c1660 else if (sechdrs[i].sh_type == SHT_REL) in check_sec_ref()
/linux-6.1.9/tools/perf/util/
Dsymbol-elf.c441 } else if (shdr_rel_plt.sh_type == SHT_REL) { in dso__synthesize_plt_symbols()
/linux-6.1.9/kernel/module/
Dmain.c1372 else if (info->sechdrs[i].sh_type == SHT_REL) in apply_relocations()