Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/tools/
Drelocs_32.c7 #define SHT_REL_TYPE SHT_REL
/linux-4.4.14/arch/mips/vdso/
Dgenvdso.h38 case SHT_REL: in FUNC()
/linux-4.4.14/arch/arm/kernel/
Dmodule-plts.c158 if (s->sh_type != SHT_REL) in module_frob_arch_sections()
/linux-4.4.14/scripts/
Dsortextable.h135 if ((r(&shdr[i].sh_type) == SHT_REL || in do_func()
Drecordmcount.h234 : w(SHT_REL); in append_func()
477 if (w(relhdr->sh_type) != SHT_REL && w(relhdr->sh_type) != SHT_RELA) in has_rel_mcount()
/linux-4.4.14/include/uapi/linux/
Delf.h275 #define SHT_REL 9 macro
/linux-4.4.14/samples/bpf/
Dbpf_load.c286 if (shdr.sh_type == SHT_REL) { in load_bpf_file()
/linux-4.4.14/kernel/
Dkexec_file.c854 sechdrs[i].sh_type != SHT_REL) in kexec_apply_relocations()
888 else if (sechdrs[i].sh_type == SHT_REL) in kexec_apply_relocations()
Dmodule.c2191 if (info->sechdrs[i].sh_type == SHT_REL) in apply_relocations()
/linux-4.4.14/tools/lib/bpf/
Dlibbpf.c567 } else if (sh.sh_type == SHT_REL) { in bpf_object__elf_collect()
790 if (shdr->sh_type != SHT_REL) { in bpf_object__collect_reloc()
/linux-4.4.14/arch/mips/kernel/
Dvpe.c687 if (sechdrs[i].sh_type == SHT_REL) in vpe_elfload()
/linux-4.4.14/tools/perf/util/
Dsymbol-elf.c311 } else if (shdr_rel_plt.sh_type == SHT_REL) { in dso__synthesize_plt_symbols()
/linux-4.4.14/scripts/mod/
Dmodpost.c1908 else if (sechdrs[i].sh_type == SHT_REL) in check_sec_ref()