Searched refs:elf_ex (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/
H A Dbinfmt_elf.c499 * @elf_ex: ELF header of the binary whose program headers should be loaded
503 * header pointed to by elf_ex, into a newly allocated array. The caller is
506 static struct elf_phdr *load_elf_phdrs(const struct elfhdr *elf_ex, argument
517 if (elf_ex->e_phentsize != sizeof(struct elf_phdr))
522 size = sizeof(struct elf_phdr) * elf_ex->e_phnum;
531 retval = elf_read(elf_file, elf_phdata, size, elf_ex->e_phoff);
835 struct elfhdr *elf_ex = (struct elfhdr *)bprm->buf; local
843 if (memcmp(elf_ex->e_ident, ELFMAG, SELFMAG) != 0)
846 if (elf_ex->e_type != ET_EXEC && elf_ex
1327 struct elfhdr elf_ex; local
[all...]
/linux-master/include/linux/
H A Delf.h26 #define START_THREAD(elf_ex, regs, elf_entry, start_stack) \
/linux-master/arch/mips/kernel/
H A Delf.c335 int mips_elf_read_implies_exec(void *elf_ex, int exstack) argument
/linux-master/arch/mips/include/asm/
H A Delf.h518 extern int mips_elf_read_implies_exec(void *elf_ex, int exstack);

Completed in 220 milliseconds