Searched refs:stack_on_entry (Results 1 – 1 of 1) sorted by relevance
49 char **stack_on_entry) in __libc_start_main_impl() argument54 if (*stack_on_entry != NULL) in __libc_start_main_impl()61 argc = *(long int *) stack_on_entry; in __libc_start_main_impl()62 argv = stack_on_entry + 1; in __libc_start_main_impl()100 stack_on_entry); in __libc_start_main_impl()
Completed in 4 milliseconds