OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dlopen_handle_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
oat_file.cc
119
: location_(location), begin_(NULL), end_(NULL),
dlopen_handle_
(NULL) {
125
if (
dlopen_handle_
!= NULL) {
126
dlclose(
dlopen_handle_
);
136
dlopen_handle_
= dlopen(absolute_path, RTLD_NOW);
138
if (
dlopen_handle_
== NULL) {
142
begin_ = reinterpret_cast<byte*>(dlsym(
dlopen_handle_
, "oatdata"));
156
end_ = reinterpret_cast<byte*>(dlsym(
dlopen_handle_
, "oatlastword"));
oat_file.h
256
void*
dlopen_handle_
;
member in class:art::OatFile
Completed in 56 milliseconds