OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:force_64bit
(Results
1 - 3
of
3
) sorted by null
/system/extras/simpleperf/
dso.h
106
bool
force_64bit
= false);
159
Dso(DsoType type, const std::string& path, bool
force_64bit
);
dso.cpp
145
bool
force_64bit
) {
146
return std::unique_ptr<Dso>(new Dso(dso_type, dso_path,
force_64bit
));
149
Dso::Dso(DsoType type, const std::string& path, bool
force_64bit
)
173
if (
force_64bit
&& !vdso_64bit_.empty()) {
175
} else if (!
force_64bit
&& !vdso_32bit_.empty()) {
thread_tree.cpp
145
bool
force_64bit
= start_addr > UINT_MAX;
local
146
user_dso_tree_[filename] = Dso::CreateDso(DSO_ELF_FILE, filename,
force_64bit
);
Completed in 206 milliseconds