Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/boot/
Delf_util.c30 (elf64->e_type == ET_EXEC || in parse_elf64()
62 (elf32->e_type == ET_EXEC || in parse_elf32()
Delf.h41 #define ET_EXEC 2 macro
/linux-3.4.99/fs/
Dbinfmt_em86.c39 if ((elf_ex.e_type != ET_EXEC && elf_ex.e_type != ET_DYN) || in load_em86()
Dbinfmt_elf.c391 if (interp_elf_ex->e_type != ET_EXEC && in load_elf_interp()
447 if (interp_elf_ex->e_type == ET_EXEC || load_addr_set) in load_elf_interp()
592 if (loc->elf_ex.e_type != ET_EXEC && loc->elf_ex.e_type != ET_DYN) in load_elf_binary()
786 if (loc->elf_ex.e_type == ET_EXEC || load_addr_set) { in load_elf_binary()
1017 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_fdpic()
/linux-3.4.99/arch/frv/mm/
Delf-fdpic.c34 exec_params->hdr.e_type != ET_EXEC in elf_fdpic_arch_lay_out_mm()
/linux-3.4.99/arch/ia64/hp/sim/boot/
Dbootloader.c118 if (elf->e_type != ET_EXEC) { in start_bootloader()
/linux-3.4.99/arch/powerpc/oprofile/cell/
Dvma_map.c147 if (ehdr.e_type != ET_EXEC) { in create_vma_map()
/linux-3.4.99/arch/alpha/boot/tools/
Dobjstrip.c148 if (elf->e_type != ET_EXEC) { in main()
/linux-3.4.99/include/linux/
Delf.h69 #define ET_EXEC 2 macro
/linux-3.4.99/arch/x86/tools/
Drelocs.c303 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) { in read_ehdr()
/linux-3.4.99/arch/mips/kernel/
Dvpe.c860 || (hdr->e_type != ET_REL && hdr->e_type != ET_EXEC) in vpe_elfload()
/linux-3.4.99/tools/lguest/
Dlguest.c382 if (ehdr->e_type != ET_EXEC in map_elf()
/linux-3.4.99/scripts/mod/
Dmodpost.c1497 if (elf->hdr->e_type == ET_EXEC) in addend_386_rel()
/linux-3.4.99/arch/powerpc/kernel/
Dprom_init.c814 .e_type = ET_EXEC, /* yeah right */
/linux-3.4.99/tools/perf/util/
Dsymbol.c1241 dso->adjust_symbols = (ehdr.e_type == ET_EXEC || in dso__load_sym()