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

/seL4-refos-master/libs/libmuslc/src/env/
H A D__libc_start_main.c22 void __init_libc(char **envp, char *pn) function
70 __init_libc(envp, argv[0]);
/seL4-refos-master/libs/libsel4muslcsys/src/
H A Dvsyscall.c314 extern void __init_libc(char const *const *envp, char const *pn);
333 __init_libc(sel4runtime_envp(), sel4runtime_argv()[0]);
/seL4-refos-master/projects/seL4_libs/libsel4muslcsys/src/
H A Dvsyscall.c314 extern void __init_libc(char const *const *envp, char const *pn);
333 __init_libc(sel4runtime_envp(), sel4runtime_argv()[0]);
/seL4-refos-master/libs/libmuslc/ldso/
H A Ddynlink.c99 void __init_libc(char **, char *);

Completed in 47 milliseconds