Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/boot/tools/
Drelocs_32.c8 #define SHT_REL_TYPE SHT_REL
/Linux-v5.10/arch/x86/tools/
Drelocs_32.c8 #define SHT_REL_TYPE SHT_REL
/Linux-v5.10/tools/objtool/
Delf.c535 (sec->sh.sh_type != SHT_REL)) in read_relocs()
556 case SHT_REL: in read_relocs()
778 sec->sh.sh_type = SHT_REL; in elf_create_rel_reloc_section()
822 case SHT_REL: return elf_create_rel_reloc_section(elf, base); in elf_create_reloc_section()
900 case SHT_REL: return elf_rebuild_rel_reloc_section(sec, nr); in elf_rebuild_reloc_section()
929 if (sec->sh.sh_type == SHT_REL) { in elf_write_reloc()
/Linux-v5.10/arch/mips/vdso/
Dgenvdso.h32 case SHT_REL: in FUNC()
/Linux-v5.10/arch/arm/kernel/
Dmodule-plts.c224 if (s->sh_type != SHT_REL) in module_frob_arch_sections()
/Linux-v5.10/include/uapi/linux/
Delf.h277 #define SHT_REL 9 macro
/Linux-v5.10/scripts/
Drecordmcount.h319 : w(SHT_REL); in append_func()
573 if (w(relhdr->sh_type) != SHT_REL && w(relhdr->sh_type) != SHT_RELA) in has_rel_mcount()
Dsorttable.h246 if ((r(&s->sh_type) == SHT_REL || in do_sort()
/Linux-v5.10/kernel/
Dkexec_file.c967 relsec->sh_type != SHT_REL) in kexec_apply_relocations()
1001 else if (relsec->sh_type == SHT_REL) in kexec_apply_relocations()
Dmodule.c2411 else if (info->sechdrs[i].sh_type == SHT_REL) in apply_relocations()
/Linux-v5.10/samples/bpf/
Dbpf_load.c606 if (shdr.sh_type == SHT_REL) { in do_load_bpf_file()
/Linux-v5.10/arch/mips/kernel/
Dvpe.c687 if (sechdrs[i].sh_type == SHT_REL) in vpe_elfload()
/Linux-v5.10/arch/parisc/kernel/
Dmodule.c956 if (s->sh_type == SHT_REL) in module_finalize()
/Linux-v5.10/scripts/mod/
Dmodpost.c1974 else if (sechdrs[i].sh_type == SHT_REL) in check_sec_ref()
/Linux-v5.10/tools/perf/util/
Dsymbol-elf.c409 } else if (shdr_rel_plt.sh_type == SHT_REL) { in dso__synthesize_plt_symbols()
/Linux-v5.10/tools/lib/bpf/
Dlibbpf.c2897 } else if (sh.sh_type == SHT_REL) { in bpf_object__elf_collect()
6554 if (shdr->sh_type != SHT_REL) { in bpf_object__collect_relos()