Home
last modified time | relevance | path

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

/linux/arch/powerpc/boot/
H A Delf.h41 #define ET_REL 1 macro
/linux/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()
/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/include/uapi/linux/
H A Delf.h71 #define ET_REL 1 macro
/linux/scripts/
H A Drecordmcount.c558 w2(ehdr->e_type) != ET_REL || in do_file()
/linux/tools/perf/util/
H A Dsymbol-elf.c1227 return ehdr.e_type == ET_EXEC || ehdr.e_type == ET_REL || in elf__needs_adjust_symbols()
1827 dso__set_rel(dso, syms_ss->ehdr.e_type == ET_REL); in dso__load_sym()
/linux/tools/lib/bpf/
H A Dlinker.c380 linker->elf_hdr->e_type = ET_REL; in init_output_elf()
717 if (ehdr->e_type != ET_REL in linker_load_obj_file()
H A Dlibbpf.c1615 if (ehdr->e_type != ET_REL || (ehdr->e_machine && ehdr->e_machine != EM_BPF)) { in bpf_object__elf_init()
/linux/scripts/mod/
H A Dmodpost.c453 if (hdr->e_type != ET_REL) in parse_elf()
/linux/tools/testing/selftests/bpf/
H A Dveristat.c422 if (!ehdr || ehdr->e_type != ET_REL || (ehdr->e_machine && ehdr->e_machine != EM_BPF)) in is_bpf_obj_file()