Searched defs:__libc_start_main (Results 1 - 1 of 1) sorted by relevance

/external/minijail/
H A Dlibminijailpreload.c41 * __libc_start_main (see below).
85 /** @brief LD_PRELOAD override of __libc_start_main.
92 * __libc_start_main with this one, so we have to look up the real one from
95 * __libc_start_main is responsible for setting up the C runtime environment,
99 int API __libc_start_main(int (*main) (int, char **, char **), function
118 /* We hold this handle for the duration of the real __libc_start_main()
130 sym = dlsym(libc_handle, "__libc_start_main");
132 syslog(LOG_ERR, "can't find the real __libc_start_main()");

Completed in 942 milliseconds