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 270 CHECK_EQ(shdr, elf_file_->FindSectionByType(SHT_OAT_PATCH))
288 LOG(ERROR) << "Unable to find section header for SHT_OAT_PATCH";
elf_writer_quick.cc     [all...]
  /art/patchoat/
patchoat.cc 477 if (patches_sec->sh_type != SHT_OAT_PATCH) {
608 CHECK_EQ(patches_sec->sh_type, SHT_OAT_PATCH) << "Unexpected type of .oat_patches";
    [all...]

Completed in 199 milliseconds