Home
last modified time | relevance | path

Searched refs:ET_REL (Results 1 – 9 of 9) sorted by relevance

/linux/arch/powerpc/boot/
H A Delf.h41 #define ET_REL 1 macro
/linux/scripts/
H A Dtracepoint-update.c253 addr = elf_map(argv[i], &size, 1 << ET_REL); in main()
H A Drecordmcount.c558 w2(ehdr->e_type) != ET_REL || in do_file()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c291 assert_eq(elf16toh(elf.ehdr->e_type), ET_REL, "%u"); in init_elf()
/linux/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()
/linux/kernel/module/
H A Dmain.c1848 if (info->hdr->e_type != ET_REL) { in elf_validity_ehdr()
1850 info->hdr->e_type, ET_REL); in elf_validity_ehdr()
/linux/tools/perf/util/
H A Dsymbol-elf.c1064 return ehdr.e_type == ET_EXEC || ehdr.e_type == ET_REL || in elf__needs_adjust_symbols()
1761 dso__set_rel(dso, syms_ss->ehdr.e_type == ET_REL); in dso__load_sym()
/linux/tools/testing/selftests/bpf/
H A Dveristat.c505 if (!ehdr || ehdr->e_type != ET_REL || (ehdr->e_machine && ehdr->e_machine != EM_BPF)) in should_process_file_prog()
/linux/tools/lib/bpf/
H A Dlibbpf.c1652 if (ehdr->e_type != ET_REL || (ehdr->e_machine && ehdr->e_machine != EM_BPF)) { in bpf_object__elf_init()