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

  /art/runtime/
elf_file.cc 112 program_header_only_(program_header_only),
176 if (program_header_only_) {
208 if (program_header_only_) {
341 if (program_header_only_) {
370 if (!program_header_only_) {
435 // We'd also like to confirm a shstrtab in program_header_only_ mode (else Open() does this for
438 if (program_header_only_) {
566 if (!program_header_only_) {
598 CHECK(!program_header_only_); // Only used in "full" mode.
728 CHECK(!program_header_only_) << file_->GetPath()
    [all...]
elf_file.h 173 const bool program_header_only_; member in class:art::ElfFile
175 // ELF header mapping. If program_header_only_ is false, will
182 // when program_header_only_ is true.

Completed in 138 milliseconds