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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/kernel/
H A Dirixelf.c102 static void print_elfhdr(struct elfhdr *ehp) argument
108 pr_debug("%x ", ehp->e_ident[i]);
109 pr_debug("%x>\n", ehp->e_ident[i]);
111 (unsigned short) ehp->e_type, (unsigned short) ehp->e_machine,
112 (unsigned long) ehp->e_version);
115 (unsigned long) ehp->e_entry, (unsigned long) ehp->e_phoff,
116 (unsigned long) ehp->e_shoff, (unsigned long) ehp
410 verify_binary(struct elfhdr *ehp, struct linux_binprm *bprm) argument
[all...]

Completed in 95 milliseconds