HomeSort by relevance Sort by last modified time
    Searched refs:__libc_init_common (Results 1 - 4 of 4) sorted by null

  /bionic/libc/bionic/
libc_init_common.h 53 void __LIBC_HIDDEN__ __libc_init_common(KernelArgumentBlock& args);
libc_init_dynamic.cpp 73 // __libc_init_common() will change the TLS area so the old one won't be accessible anyway.
76 __libc_init_common(*args);
libc_init_static.cpp 92 __libc_init_common(args);
libc_init_common.cpp 71 * has to be done later from libc itself (see __libc_init_common).
94 void __libc_init_common(KernelArgumentBlock& args) { function

Completed in 1318 milliseconds