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 __LIBC_HIDDEN__ void __libc_init_common(KernelArgumentBlock& args);
libc_init_dynamic.cpp 74 // __libc_init_common() will change the TLS area so the old one won't be accessible anyway.
77 __libc_init_common(*args);
libc_init_static.cpp 94 __libc_init_common(args);
libc_init_common.cpp 69 * has to be done later from libc itself (see __libc_init_common).
104 void __libc_init_common(KernelArgumentBlock& args) { function

Completed in 126 milliseconds