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 43 extern void __libc_init_common(uintptr_t *elfdata);
libc_init_dynamic.c 65 * TLS area, then call __libc_init_common with it.
69 * - __libc_init_common() will change the TLS area so the old one
77 __libc_init_common(elfdata);
libc_init_static.c 69 __libc_init_common(elfdata);
libc_init_common.c 55 void __libc_init_common(uintptr_t *elfdata) function

Completed in 35 milliseconds