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
54
__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
95
__libc_init_common
(args);
libc_init_common.cpp
73
* has to be done later from libc itself (see
__libc_init_common
).
107
void
__libc_init_common
(KernelArgumentBlock& args) {
function
Completed in 40 milliseconds