Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Delf.h41 #define ET_REL 1 macro
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Delf.h67 #define ET_REL 1 macro
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c288 assert_eq(elf16toh(elf.ehdr->e_type), ET_REL, "%u"); in init_elf()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Delf.h66 #define ET_REL 1 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Delf.h66 #define ET_REL 1 macro
/OK3568_Linux_fs/u-boot/include/
H A Delf.h119 #define ET_REL 1 /* relocatable file */ macro
/OK3568_Linux_fs/kernel/scripts/
H A Drecordmcount.c524 w2(ehdr->e_type) != ET_REL || in do_file()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Delf_common.h136 #define ET_REL 1 /* Relocatable. */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Delf_common.h136 #define ET_REL 1 /* Relocatable. */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Delf_common.h136 #define ET_REL 1 /* Relocatable. */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Delf_common.h136 #define ET_REL 1 /* Relocatable. */ macro
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsymbol-elf.c818 return ehdr.e_type == ET_EXEC || ehdr.e_type == ET_REL || in elf__needs_adjust_symbols()
1092 dso->rel = syms_ss->ehdr.e_type == ET_REL; in dso__load_sym()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Delf.h159 #define ET_REL 1 /* Relocatable file */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Delf.h159 #define ET_REL 1 /* Relocatable file */ macro
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmodpost.c328 if (info->hdr->e_type != ET_REL) in sym_get_data_by_offset()
/OK3568_Linux_fs/kernel/kernel/
H A Dmodule.c3017 || info->hdr->e_type != ET_REL in elf_validity_check()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.c1170 if (ep->e_type != ET_REL || in bpf_object__elf_init()