Home
last modified time | relevance | path

Searched refs:AT_ENTRY (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/
Delf.h172 #define AT_ENTRY 9 /* entry point of program */ macro
/linux-2.4.37.9/arch/mips/kernel/
Dirixelf.c199 NEW_AUX_ENT (6, AT_ENTRY, (elf_addr_t) exec->e_entry); in create_irix_tables()
/linux-2.4.37.9/fs/
Dbinfmt_elf.c201 NEW_AUX_ENT( 8, AT_ENTRY, load_bias + exec->e_entry); in create_elf_tables()