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

/linux-master/arch/powerpc/boot/
H A Delf.h41 #define ET_REL 1 macro
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c288 assert_eq(elf16toh(elf.ehdr->e_type), ET_REL, "%u"); local
/linux-master/include/uapi/linux/
H A Delf.h71 #define ET_REL 1 macro
/linux-master/arch/mips/kernel/
H A Dvpe.c593 || (hdr->e_type != ET_REL && hdr->e_type != ET_EXEC)
601 if (hdr->e_type == ET_REL)
/linux-master/scripts/
H A Drecordmcount.c558 w2(ehdr->e_type) != ET_REL ||
560 fprintf(stderr, "unrecognized ET_REL file %s\n", fname);
619 "unrecognized ET_REL file: %s\n", fname);
638 "unrecognized ET_REL file: %s\n", fname);
/linux-master/tools/lib/bpf/
H A Dlinker.c326 linker->elf_hdr->e_type = ET_REL;
585 if (ehdr->e_type != ET_REL
H A Dlibbpf.c1533 if (ehdr->e_type != ET_REL || (ehdr->e_machine && ehdr->e_machine != EM_BPF)) {
/linux-master/kernel/module/
H A Dmain.c1687 if (info->hdr->e_type != ET_REL) {
1689 info->hdr->e_type, ET_REL);
/linux-master/tools/perf/util/
H A Dsymbol-elf.c1225 return ehdr.e_type == ET_EXEC || ehdr.e_type == ET_REL ||
1826 dso->rel = syms_ss->ehdr.e_type == ET_REL;
/linux-master/tools/testing/selftests/bpf/
H A Dveristat.c395 if (!ehdr || ehdr->e_type != ET_REL || (ehdr->e_machine && ehdr->e_machine != EM_BPF))
/linux-master/scripts/mod/
H A Dmodpost.c465 if (hdr->e_type != ET_REL)

Completed in 275 milliseconds