Searched refs:elf_ex (Results 1 – 4 of 4) sorted by relevance
852 if (elf_ex->e_type != ET_EXEC && elf_ex->e_type != ET_DYN) in load_elf_binary()854 if (!elf_check_arch(elf_ex)) in load_elf_binary()856 if (elf_check_fdpic(elf_ex)) in load_elf_binary()995 retval = arch_check_elf(elf_ex, in load_elf_binary()1092 elf_ex->e_phnum); in load_elf_binary()1190 if (elf_ex->e_type == ET_DYN) { in load_elf_binary()1237 e_entry = elf_ex->e_entry + load_bias; in load_elf_binary()1395 struct elfhdr elf_ex; in load_elf_library() local1398 retval = elf_read(file, &elf_ex, sizeof(elf_ex), 0); in load_elf_library()1406 if (elf_ex.e_type != ET_EXEC || elf_ex.e_phnum > 2 || in load_elf_library()[all …]
26 #define START_THREAD(elf_ex, regs, elf_entry, start_stack) \ argument
339 int mips_elf_read_implies_exec(void *elf_ex, int exstack) in mips_elf_read_implies_exec() argument
518 extern int mips_elf_read_implies_exec(void *elf_ex, int exstack);