OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:program_header_only_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
elf_file.h
146
bool
program_header_only_
;
member in class:art::ElfFile
148
// ELF header mapping. If
program_header_only_
is false, will actually point to the entire elf file.
153
// Pointer to start of first PT_LOAD program segment after Load() when
program_header_only_
is true.
elf_file.cc
28
program_header_only_
(false),
55
program_header_only_
= program_header_only;
215
if (!
program_header_only_
) {
353
CHECK(!
program_header_only_
) << file_->GetPath();
363
CHECK(!
program_header_only_
) << file_->GetPath();
440
CHECK(!
program_header_only_
) << file_->GetPath();
508
CHECK(!
program_header_only_
) << file_->GetPath();
601
CHECK(
program_header_only_
) << file_->GetPath();
Completed in 535 milliseconds