Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/tools/
H A Drelocs_32.c8 #define SHT_REL_TYPE SHT_REL
/openbmc/linux/arch/mips/boot/tools/
H A Drelocs_32.c8 #define SHT_REL_TYPE SHT_REL
/openbmc/u-boot/tools/
H A Dmips-relocs.c319 if ((sh_type != SHT_REL) && (sh_type != SHT_RELA)) in main()
350 if (sh_type == SHT_REL) { in main()
/openbmc/linux/arch/mips/vdso/
H A Dgenvdso.h32 case SHT_REL: in FUNC()
/openbmc/linux/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()
H A Dsorttable.h317 if ((r(&s->sh_type) == SHT_REL || in do_sort()
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c432 case SHT_REL: in emit_all_relocs()
/openbmc/linux/include/uapi/linux/
H A Delf.h281 #define SHT_REL 9 macro
/openbmc/linux/arch/arm/kernel/
H A Dmodule-plts.c244 if (s->sh_type != SHT_REL) in module_frob_arch_sections()
/openbmc/linux/kernel/
H A Dkexec_file.c959 relsec->sh_type != SHT_REL) in kexec_apply_relocations()
993 else if (relsec->sh_type == SHT_REL) in kexec_apply_relocations()
/openbmc/linux/tools/objtool/include/objtool/
H A Delf.h178 return sec->sh.sh_type == SHT_RELA || sec->sh.sh_type == SHT_REL; in is_reloc_sec()
/openbmc/u-boot/include/
H A Delf.h280 #define SHT_REL 9 /* relation section without addends */ macro
/openbmc/linux/arch/mips/kernel/
H A Dvpe.c686 if (sechdrs[i].sh_type == SHT_REL) in vpe_elfload()
/openbmc/linux/tools/lib/bpf/
H A Dlinker.c683 case SHT_REL: in linker_load_obj_file()
748 case SHT_REL: in linker_sanity_check_elf()
1168 return sec->shdr->sh_type == SHT_REL; in is_relo_sec()
H A Dlibbpf.c3520 } else if (sh->sh_type == SHT_REL) { in bpf_object__elf_collect()
6753 if (shdr->sh_type != SHT_REL) { in bpf_object__collect_relos()
/openbmc/linux/arch/parisc/kernel/
H A Dmodule.c939 if (s->sh_type == SHT_REL) in module_finalize()
/openbmc/qemu/include/
H A Delf.h1571 #define SHT_REL 9 macro
/openbmc/linux/scripts/mod/
H A Dmodpost.c1506 else if (sechdrs[i].sh_type == SHT_REL) in check_sec_ref()
/openbmc/linux/kernel/module/
H A Dmain.c1461 else if (info->sechdrs[i].sh_type == SHT_REL) in apply_relocations()
/openbmc/linux/tools/perf/util/
H A Dsymbol-elf.c742 shdr_rel_plt.sh_type != SHT_REL) in dso__synthesize_plt_symbols()