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

/bionic/linker/
H A Ddlfcn.cpp321 static uint8_t __libdl_info_buf[sizeof(soinfo)] __attribute__((aligned(8))); variable
327 __libdl_info = new (__libdl_info_buf) soinfo(&g_default_namespace, linker_path, nullptr, 0, 0);

Completed in 160 milliseconds