taglinefilesource code
e_entry127fs/binfmt_elf.cput_fs_long(9,dlinfo++); put_fs_long((unsigned long) exec->e_entry,dlinfo++);
e_entry242fs/binfmt_elf.creturn ((unsigned int) interp_elf_ex->e_entry) + load_addr;
e_entry500fs/binfmt_elf.celf_entry = (unsigned int) elf_ex.e_entry;
e_entry98ibcs/binfmt_elf.cput_fs_long(9,dlinfo++); put_fs_long((unsigned long) exec->e_entry,dlinfo++);
e_entry213ibcs/binfmt_elf.creturn ((unsigned int) interp_elf_ex->e_entry) + load_addr;
e_entry432ibcs/binfmt_elf.celf_entry = (unsigned int) elf_ex.e_entry;
e_entry128include/linux/elf.hchar *e_entry;  /* Entry point */