Home
last modified time | relevance | path

Searched defs:ElfFileImpl (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/extras/simpleperf/
H A Dread_elf.cpp347 class ElfFileImpl {}; class
350 class ElfFileImpl<llvm::object::ELFObjectFile<ELFT>> : public ElfFile { class
352 ElfFileImpl(BinaryWrapper&& wrapper, const llvm::object::ELFObjectFile<ELFT>* elf_obj) in ElfFileImpl() function in simpleperf::__anonba8d13f80111::ElfFileImpl
/aosp_15_r20/frameworks/libs/binary_translation/tools/nogrod/
Delf_reader.cc82 class ElfFileImpl : public ElfFile { class
189 ElfFileImpl<ElfT>::ElfFileImpl(const char* path, int fd) in ElfFileImpl() function in nogrod::__anonde4d16950111::ElfFileImpl
/aosp_15_r20/art/runtime/oat/
H A Delf_file.cc40 ElfFileImpl<ElfTypes>::ElfFileImpl(File* file, bool writable, bool program_header_only) in ElfFileImpl() function in art::ElfFileImpl
1488 template class ElfFileImpl<ElfTypes32>; variable
1489 template class ElfFileImpl<ElfTypes64>; variable
H A Delf_file.h32 class ElfFileImpl; variable