Home
last modified time | relevance | path

Searched refs:ET_REL (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Delf.h41 #define ET_REL 1 macro
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Delf.h41 #define ET_REL 1 macro
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dvpe.c593 || (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 Dgen-hyprel.c288 assert_eq(elf16toh(elf.ehdr->e_type), ET_REL, "%u"); in init_elf() local
/kernel/linux/linux-5.10/include/uapi/linux/
H A Delf.h70 #define ET_REL 1 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Delf.h71 #define ET_REL 1 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Delf.h53 #define ET_REL 1 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Delf.h53 #define ET_REL 1 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Delf.h39 #define ET_REL 1 macro
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dvpe.c594 || (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 Drecordmcount.c558 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 Drecordmcount.c558 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 Dsymbol-elf.c818 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 Dmain.c1687 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 Dsymbol-elf.c1224 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 Dlinker.c326 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 Dlibbpf.c1383 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 Dmodpost.c323 if (info->hdr->e_type != ET_REL) in sym_get_data_by_offset()
/kernel/linux/linux-6.6/scripts/mod/
H A Dmodpost.c474 if (hdr->e_type != ET_REL) in parse_elf()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dveristat.c377 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 Dmodule.c3016 || info->hdr->e_type != ET_REL in elf_validity_check()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.c1170 if (ep->e_type != ET_REL || in bpf_object__elf_init()

Completed in 72 milliseconds