OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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