HomeSort by relevance Sort by last modified time
    Searched refs:Dlopen (Results 1 - 2 of 2) sorted by null

  /art/runtime/
oat_file.h 64 // Does not use dlopen underneath so cannot be used for runtime use
285 bool Dlopen(const std::string& elf_filename, uint8_t* requested_base,
321 // dlopen handle during runtime.
324 // Dummy memory map objects corresponding to the regions mapped by dlopen.
oat_file.cc 51 // Whether OatFile::Open will try DlOpen() first. Fallback is our own ELF loader.
54 // Whether OatFile::Open will try DlOpen() on the host. On the host we're not linking against
60 // For debugging, Open will print DlOpen error message if set to true.
113 // Use dlopen only when flagged to do so, and when it's OK to load things executable.
118 // Try to use dlopen. This may fail for various reasons, outlined below. We try dlopen, as
125 LOG(ERROR) << "Failed to dlopen: " << *error_msg;
131 // On target, dlopen may fail when compiling due to selinux restrictions on installd.
137 // On host, dlopen is expected to fail when cross compiling, so fall back to OpenElfFile.
140 // Another independent reason is the absolute placement of boot.oat. dlopen on the host usuall
    [all...]

Completed in 74 milliseconds