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 40 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 71 __libc_init_common(elfdata);
libc_init_common.c 61 * has to be done later from libc itself (see __libc_init_common).
85 void __libc_init_common(uintptr_t *elfdata) function

Completed in 185 milliseconds