Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/boot/
Delf_util.c34 (elf64->e_type == ET_EXEC || in parse_elf64()
66 (elf32->e_type == ET_EXEC || in parse_elf32()
Delf.h41 #define ET_EXEC 2 macro
/linux-4.1.27/fs/
Dbinfmt_em86.c39 if ((elf_ex.e_type != ET_EXEC && elf_ex.e_type != ET_DYN) || in load_em86()
Dbinfmt_elf.c530 if (interp_elf_ex->e_type != ET_EXEC && in load_elf_interp()
560 if (interp_elf_ex->e_type == ET_EXEC || load_addr_set) in load_elf_interp()
700 if (loc->elf_ex.e_type != ET_EXEC && loc->elf_ex.e_type != ET_DYN) in load_elf_binary()
907 if (loc->elf_ex.e_type == ET_EXEC || load_addr_set) { in load_elf_binary()
1124 if (elf_ex.e_type != ET_EXEC || elf_ex.e_phnum > 2 || in load_elf_library()
Dbinfmt_elf_fdpic.c110 if (hdr->e_type != ET_EXEC && hdr->e_type != ET_DYN) in is_elf_fdpic()
/linux-4.1.27/arch/frv/mm/
Delf-fdpic.c34 exec_params->hdr.e_type != ET_EXEC in elf_fdpic_arch_lay_out_mm()
/linux-4.1.27/arch/ia64/hp/sim/boot/
Dbootloader.c118 if (elf->e_type != ET_EXEC) { in start_bootloader()
/linux-4.1.27/arch/powerpc/oprofile/cell/
Dvma_map.c147 if (ehdr.e_type != ET_EXEC) { in create_vma_map()
/linux-4.1.27/arch/alpha/boot/tools/
Dobjstrip.c151 if (elf->e_type != ET_EXEC) { in main()
/linux-4.1.27/scripts/
Dsortextable.c265 || r2(&ehdr->e_type) != ET_EXEC in do_file()
/linux-4.1.27/include/uapi/linux/
Delf.h66 #define ET_EXEC 2 macro
/linux-4.1.27/tools/perf/util/
Dunwind-libunwind.c201 retval = (ehdr.e_type == ET_EXEC); in elf_is_exec()
Dsymbol-elf.c707 ss->adjust_symbols = (ehdr.e_type == ET_EXEC || in symsrc__init()
714 ss->adjust_symbols = ehdr.e_type == ET_EXEC || in symsrc__init()
/linux-4.1.27/arch/mips/kernel/
Dvpe.c594 || (hdr->e_type != ET_REL && hdr->e_type != ET_EXEC) in vpe_elfload()
/linux-4.1.27/arch/x86/tools/
Drelocs.c366 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) { in read_ehdr()
/linux-4.1.27/arch/powerpc/kernel/
Dprom_init.c769 .e_type = ET_EXEC, /* yeah right */
/linux-4.1.27/scripts/mod/
Dmodpost.c1700 if (elf->hdr->e_type == ET_EXEC) in addend_386_rel()
/linux-4.1.27/tools/lguest/
Dlguest.c435 if (ehdr->e_type != ET_EXEC in map_elf()