Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/boot/
H A Delf.h41 #define ET_REL 1 macro
/openbmc/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()
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c288 assert_eq(elf16toh(elf.ehdr->e_type), ET_REL, "%u"); in init_elf()
/openbmc/linux/include/uapi/linux/
H A Delf.h71 #define ET_REL 1 macro
/openbmc/u-boot/include/
H A Delf.h129 #define ET_REL 1 /* relocatable file */ macro
/openbmc/linux/scripts/
H A Drecordmcount.c558 w2(ehdr->e_type) != ET_REL || in do_file()
/openbmc/qemu/include/
H A Delf.h124 #define ET_REL 1 macro
/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/linux/scripts/mod/
H A Dmodpost.c473 if (hdr->e_type != ET_REL) in parse_elf()
/openbmc/linux/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()