Home
last modified time | relevance | path

Searched refs:__libdl_info_buf (Results 1 – 1 of 1) sorted by relevance

/bionic/linker/
Ddlfcn.cpp305 static uint8_t __libdl_info_buf[sizeof(soinfo)] __attribute__((aligned(8))); variable
313 __libdl_info = new (__libdl_info_buf) soinfo(&g_default_namespace, nullptr, nullptr, 0, 0); in get_libdl_info()