Searched refs:elf (Results 1 – 4 of 4) sorted by relevance
/art/build/ |
D | Android.cpplint.mk | 21 … -name "*$(ART_CPP_EXTENSION)" | grep -v art/compiler/llvm/generated/ | grep -v art/runtime/elf\.h)
|
/art/patchoat/ |
D | patchoat.cc | 258 std::unique_ptr<ElfFile> elf(ElfFile::Open(input_oat, in Patch() local 260 if (elf.get() == nullptr) { in Patch() 266 MaybePic is_oat_pic = IsOatPic(elf.get()); in Patch() 285 PatchOat p(isa, elf.release(), image.release(), ispc->GetLiveBitmap(), ispc->GetMemMap(), in Patch() 667 std::unique_ptr<ElfFile> elf(ElfFile::Open(input_oat, in Patch() local 669 if (elf.get() == nullptr) { in Patch() 674 MaybePic is_oat_pic = IsOatPic(elf.get()); in Patch() 689 PatchOat p(elf.release(), delta, timings); in Patch()
|
/art/compiler/ |
D | image_writer.cc | 1449 static OatHeader* GetOatHeaderFromElf(ElfFile* elf) { in GetOatHeaderFromElf() argument 1451 bool has_data_sec = elf->GetSectionOffsetAndSize(".rodata", &data_sec_offset, nullptr); in GetOatHeaderFromElf() 1455 return reinterpret_cast<OatHeader*>(elf->Begin() + data_sec_offset); in GetOatHeaderFromElf() 1460 std::unique_ptr<ElfFile> elf(ElfFile::Open(elf_file, PROT_READ|PROT_WRITE, in SetOatChecksumFromElfFile() local 1462 if (elf.get() == nullptr) { in SetOatChecksumFromElfFile() 1466 OatHeader* oat_header = GetOatHeaderFromElf(elf.get()); in SetOatChecksumFromElfFile()
|
/art/ |
D | NOTICE | 193 For art/runtime/elf.h derived from external/llvm/include/llvm/Support/ELF.h
|