Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_value.cpp52 | RTLD_FIRST // Only search the image pointed-to by the handle. in getObjCClassName()
/external/llvm-project/clang-tools-extra/clangd/xpc/test-client/
DClangdXPCTestClient.cpp51 void *dlHandle = dlopen(LibPath.c_str(), RTLD_LOCAL | RTLD_FIRST); in main()
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs1782 pub const RTLD_FIRST: ::c_int = 0x2000; constant
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs2807 pub const RTLD_FIRST: ::c_int = 0x100; constant