Home
last modified time | relevance | path

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

/linux/arch/x86/tools/
A Drelocs_32.c8 #define SHT_REL_TYPE SHT_REL
/linux/arch/mips/boot/tools/
A Drelocs_32.c8 #define SHT_REL_TYPE SHT_REL
/linux/tools/objtool/
A Delf.c593 (sec->sh.sh_type != SHT_REL)) in read_relocs()
614 case SHT_REL: in read_relocs()
848 sec->sh.sh_type = SHT_REL; in elf_create_rel_reloc_section()
892 case SHT_REL: return elf_create_rel_reloc_section(elf, base); in elf_create_reloc_section()
964 case SHT_REL: return elf_rebuild_rel_reloc_section(sec); in elf_rebuild_reloc_section()
993 if (sec->sh.sh_type == SHT_REL) { in elf_write_reloc()
/linux/arch/mips/vdso/
A Dgenvdso.h32 case SHT_REL: in FUNC()
/linux/scripts/
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()
A Dsorttable.h246 if ((r(&s->sh_type) == SHT_REL || in do_sort()
/linux/arch/arm/kernel/
A Dmodule-plts.c249 if (s->sh_type != SHT_REL) in module_frob_arch_sections()
/linux/include/uapi/linux/
A Delf.h277 #define SHT_REL 9 macro
/linux/arch/arm64/kvm/hyp/nvhe/
A Dgen-hyprel.c432 case SHT_REL: in emit_all_relocs()
/linux/kernel/
A Dkexec_file.c979 relsec->sh_type != SHT_REL) in kexec_apply_relocations()
1013 else if (relsec->sh_type == SHT_REL) in kexec_apply_relocations()
A Dmodule.c2378 else if (info->sechdrs[i].sh_type == SHT_REL) in apply_relocations()
/linux/arch/mips/kernel/
A Dvpe.c687 if (sechdrs[i].sh_type == SHT_REL) in vpe_elfload()
/linux/tools/lib/bpf/
A Dlinker.c680 case SHT_REL: in linker_load_obj_file()
750 case SHT_REL: in linker_sanity_check_elf()
1158 return sec->shdr->sh_type == SHT_REL; in is_relo_sec()
A Dlibbpf.c3303 } else if (sh->sh_type == SHT_REL) { in bpf_object__elf_collect()
6298 if (shdr->sh_type != SHT_REL) { in bpf_object__collect_relos()
/linux/arch/parisc/kernel/
A Dmodule.c956 if (s->sh_type == SHT_REL) in module_finalize()
/linux/scripts/mod/
A Dmodpost.c1963 else if (sechdrs[i].sh_type == SHT_REL) in check_sec_ref()
/linux/tools/perf/util/
A Dsymbol-elf.c414 } else if (shdr_rel_plt.sh_type == SHT_REL) { in dso__synthesize_plt_symbols()

Completed in 58 milliseconds