HomeSort by relevance Sort by last modified time
    Searched full:args_slot (Results 1 - 1 of 1) sorted by null

  /bionic/libc/bionic/
libc_init_dynamic.cpp 69 KernelArgumentBlock** args_slot = &reinterpret_cast<KernelArgumentBlock**>(tls)[TLS_SLOT_BIONIC_PREINIT]; local
70 KernelArgumentBlock* args = *args_slot;
74 *args_slot = NULL;

Completed in 57 milliseconds