Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/tools/perf/arch/powerpc/util/
Dsym-handling.c17 return ehdr.e_type == ET_EXEC || in elf__needs_adjust_symbols()
/linux-4.4.14/fs/
Dbinfmt_em86.c39 if ((elf_ex.e_type != ET_EXEC && elf_ex.e_type != ET_DYN) || in load_em86()
Dbinfmt_elf.c531 if (interp_elf_ex->e_type != ET_EXEC && in load_elf_interp()
561 if (interp_elf_ex->e_type == ET_EXEC || load_addr_set) in load_elf_interp()
701 if (loc->elf_ex.e_type != ET_EXEC && loc->elf_ex.e_type != ET_DYN) in load_elf_binary()
908 if (loc->elf_ex.e_type == ET_EXEC || load_addr_set) { in load_elf_binary()
1125 if (elf_ex.e_type != ET_EXEC || elf_ex.e_phnum > 2 || in load_elf_library()
Dbinfmt_elf_fdpic.c111 if (hdr->e_type != ET_EXEC && hdr->e_type != ET_DYN) in is_elf()
/linux-4.4.14/arch/frv/mm/
Delf-fdpic.c34 exec_params->hdr.e_type != ET_EXEC in elf_fdpic_arch_lay_out_mm()
/linux-4.4.14/arch/ia64/hp/sim/boot/
Dbootloader.c118 if (elf->e_type != ET_EXEC) { in start_bootloader()
/linux-4.4.14/arch/powerpc/oprofile/cell/
Dvma_map.c147 if (ehdr.e_type != ET_EXEC) { in create_vma_map()
/linux-4.4.14/arch/alpha/boot/tools/
Dobjstrip.c151 if (elf->e_type != ET_EXEC) { in main()
/linux-4.4.14/scripts/
Dsortextable.c269 || r2(&ehdr->e_type) != ET_EXEC in do_file()
/linux-4.4.14/include/uapi/linux/
Delf.h66 #define ET_EXEC 2 macro
/linux-4.4.14/tools/perf/util/
Dunwind-libunwind.c201 retval = (ehdr.e_type == ET_EXEC); in elf_is_exec()
Dsymbol-elf.c635 return ehdr.e_type == ET_EXEC || ehdr.e_type == ET_REL; in elf__needs_adjust_symbols()
713 ss->adjust_symbols = (ehdr.e_type == ET_EXEC || in symsrc__init()
/linux-4.4.14/arch/mips/kernel/
Dvpe.c594 || (hdr->e_type != ET_REL && hdr->e_type != ET_EXEC) in vpe_elfload()
/linux-4.4.14/arch/x86/tools/
Drelocs.c366 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) { in read_ehdr()
/linux-4.4.14/drivers/media/platform/sti/c8sectpfe/
Dc8sectpfe-core.c1023 if (ehdr->e_type != ET_EXEC) { in c8sectpfe_elf_sanity_check()
/linux-4.4.14/arch/powerpc/kernel/
Dprom_init.c777 .e_type = ET_EXEC, /* yeah right */
/linux-4.4.14/scripts/mod/
Dmodpost.c1704 if (elf->hdr->e_type == ET_EXEC) in addend_386_rel()
/linux-4.4.14/tools/lguest/
Dlguest.c439 if (ehdr->e_type != ET_EXEC in map_elf()