Home
last modified time | relevance | path

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

/art/sigchainlib/
Dsigchain.cc111 constexpr const char* libc_name = "libc.so"; in lookup_libc_symbol() local
116 constexpr const char* libc_name = "libc.so.6"; in lookup_libc_symbol()
122 void* result = dlopen(libc_name, RTLD_LOCAL | RTLD_LAZY); in lookup_libc_symbol()
124 fatal("failed to dlopen %s: %s", libc_name, dlerror()); in lookup_libc_symbol()