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 57 __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.
78 __libc_init_common(*args);
libc_init_static.cpp 91 __libc_init_common(args);
libc_init_common.cpp 102 void __libc_init_common(KernelArgumentBlock& args) { function

Completed in 98 milliseconds