Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/boot/
Delf.h41 #define ET_REL 1 macro
/linux-6.12.1/arch/mips/kernel/
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-6.12.1/arch/arm64/kvm/hyp/nvhe/
Dgen-hyprel.c291 assert_eq(elf16toh(elf.ehdr->e_type), ET_REL, "%u"); in init_elf()
/linux-6.12.1/include/uapi/linux/
Delf.h71 #define ET_REL 1 macro
/linux-6.12.1/scripts/
Drecordmcount.c558 w2(ehdr->e_type) != ET_REL || in do_file()
/linux-6.12.1/tools/perf/util/
Dsymbol-elf.c1225 return ehdr.e_type == ET_EXEC || ehdr.e_type == ET_REL || in elf__needs_adjust_symbols()
1825 dso__set_rel(dso, syms_ss->ehdr.e_type == ET_REL); in dso__load_sym()
/linux-6.12.1/tools/lib/bpf/
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()
Dlibbpf.c1590 if (ehdr->e_type != ET_REL || (ehdr->e_machine && ehdr->e_machine != EM_BPF)) { in bpf_object__elf_init()
/linux-6.12.1/kernel/module/
Dmain.c1705 if (info->hdr->e_type != ET_REL) { in elf_validity_cache_copy()
1707 info->hdr->e_type, ET_REL); in elf_validity_cache_copy()
/linux-6.12.1/scripts/mod/
Dmodpost.c461 if (hdr->e_type != ET_REL) in parse_elf()
/linux-6.12.1/tools/testing/selftests/bpf/
Dveristat.c396 if (!ehdr || ehdr->e_type != ET_REL || (ehdr->e_machine && ehdr->e_machine != EM_BPF)) in is_bpf_obj_file()