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

  /art/runtime/
elf_utils.h 68 #define SHT_OAT_PATCH SHT_LOUSER
  /art/compiler/
elf_patcher.cc 283 CHECK_EQ(shdr, elf_file_->FindSectionByType(SHT_OAT_PATCH))
301 LOG(ERROR) << "Unable to find section header for SHT_OAT_PATCH";
elf_writer_quick.cc     [all...]
  /art/patchoat/
patchoat.cc 612 if (patches_sec->sh_type != SHT_OAT_PATCH) {
743 CHECK_EQ(patches_sec->sh_type, SHT_OAT_PATCH) << "Unexpected type of .oat_patches";
    [all...]

Completed in 181 milliseconds