/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | elf.h | 41 #define ET_REL 1 macro
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | elf.h | 41 #define ET_REL 1 macro
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | vpe.c | 593 || (hdr->e_type != ET_REL && hdr->e_type != ET_EXEC) in vpe_elfload() 601 if (hdr->e_type == ET_REL) in vpe_elfload()
|
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/ |
H A D | gen-hyprel.c | 288 assert_eq(elf16toh(elf.ehdr->e_type), ET_REL, "%u"); in init_elf() local
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | elf.h | 70 #define ET_REL 1 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | elf.h | 71 #define ET_REL 1 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | elf.h | 53 #define ET_REL 1 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | elf.h | 53 #define ET_REL 1 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | elf.h | 39 #define ET_REL 1 macro
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | vpe.c | 594 || (hdr->e_type != ET_REL && hdr->e_type != ET_EXEC) in vpe_elfload() 602 if (hdr->e_type == ET_REL) in vpe_elfload()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | recordmcount.c | 558 w2(ehdr->e_type) != ET_REL || in do_file() 560 fprintf(stderr, "unrecognized ET_REL file %s\n", fname); in do_file() 620 "unrecognized ET_REL file: %s\n", fname); in do_file() 639 "unrecognized ET_REL file: %s\n", fname); in do_file()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | recordmcount.c | 558 w2(ehdr->e_type) != ET_REL || in do_file() 560 fprintf(stderr, "unrecognized ET_REL file %s\n", fname); in do_file() 620 "unrecognized ET_REL file: %s\n", fname); in do_file() 639 "unrecognized ET_REL file: %s\n", fname); in do_file()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | symbol-elf.c | 818 return ehdr.e_type == ET_EXEC || ehdr.e_type == ET_REL || in elf__needs_adjust_symbols() 1092 dso->rel = syms_ss->ehdr.e_type == ET_REL; in dso__load_sym()
|
/kernel/linux/linux-6.6/kernel/module/ |
H A D | main.c | 1687 if (info->hdr->e_type != ET_REL) { in elf_validity_cache_copy() 1689 info->hdr->e_type, ET_REL); in elf_validity_cache_copy()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | symbol-elf.c | 1224 return ehdr.e_type == ET_EXEC || ehdr.e_type == ET_REL || in elf__needs_adjust_symbols() 1753 dso->rel = syms_ss->ehdr.e_type == ET_REL; in dso__load_sym()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | linker.c | 326 linker->elf_hdr->e_type = ET_REL; in init_output_elf() 585 if (ehdr->e_type != ET_REL in linker_load_obj_file()
|
H A D | libbpf.c | 1383 if (ehdr->e_type != ET_REL || (ehdr->e_machine && ehdr->e_machine != EM_BPF)) { in bpf_object__elf_init()
|
/kernel/linux/linux-5.10/scripts/mod/ |
H A D | modpost.c | 323 if (info->hdr->e_type != ET_REL) in sym_get_data_by_offset()
|
/kernel/linux/linux-6.6/scripts/mod/ |
H A D | modpost.c | 474 if (hdr->e_type != ET_REL) in parse_elf()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | veristat.c | 377 if (!ehdr || ehdr->e_type != ET_REL || (ehdr->e_machine && ehdr->e_machine != EM_BPF)) in is_bpf_obj_file()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | module.c | 3016 || info->hdr->e_type != ET_REL in elf_validity_check()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.c | 1170 if (ep->e_type != ET_REL || in bpf_object__elf_init()
|