Home
last modified time | relevance | path

Searched defs:file_offset (Results 1 – 19 of 19) sorted by relevance

/system/extras/simpleperf/
Dread_dex_file.cpp36 static void ReadSymbols(art_api::dex::DexFile& dex_file, uint64_t file_offset, in ReadSymbols()
51 for (uint64_t file_offset : dex_file_offsets) { in ReadSymbolsFromDexFileInMemory() local
Dread_apk.cpp40 EmbeddedElf* ApkInspector::FindElfInApkByOffset(const std::string& apk_path, uint64_t file_offset) { in FindElfInApkByOffset()
73 const std::string& apk_path, uint64_t file_offset) { in FindElfInApkByOffsetWithoutCache()
Dread_elf.h66 uint64_t file_offset = 0; member
75 uint64_t file_offset = 0; member
Dread_elf.cpp84 ElfStatus IsValidElfFile(int fd, uint64_t file_offset) { in IsValidElfFile()
149 static ElfStatus OpenObjectFile(const std::string& filename, uint64_t file_offset, in OpenObjectFile()
439 uint64_t ReadMinExecutableVaddr(uint64_t* file_offset) { in ReadMinExecutableVaddr()
459 bool VaddrToOff(uint64_t vaddr, uint64_t* file_offset) override { in VaddrToOff()
Drecord_file.h241 uint64_t file_offset; member
Ddso.h174 virtual void GetMinExecutableVaddr(uint64_t* min_vaddr, uint64_t* file_offset) { in GetMinExecutableVaddr()
DJITDebugReader.h60 uint64_t file_offset; member
DJITDebugReader.cpp449 uint64_t file_offset; in GetDescriptorsLocation() local
638 uint64_t file_offset = symfile->GetOffset(); in ReadJITCodeDebugInfo() local
Ddso.cpp558 void SetMinExecutableVaddr(uint64_t min_vaddr, uint64_t file_offset) override { in SetMinExecutableVaddr()
563 void GetMinExecutableVaddr(uint64_t* min_vaddr, uint64_t* file_offset) override { in GetMinExecutableVaddr()
Drecord.h546 uint64_t file_offset = 0; member
/system/libbase/
Dmapped_file.cpp51 off64_t file_offset = offset - slop; in FromOsHandle() local
/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
Dsnapuserd_verify.cpp104 loff_t file_offset = offset; in VerifyBlocks() local
Dsnapuserd_readahead.cpp367 loff_t file_offset = snapuserd_->GetBufferDataOffset(); in UpdateScratchMetadata() local
544 loff_t file_offset = snapuserd_->GetBufferDataOffset(); in ReadAheadSyncIO() local
/system/core/trusty/apploader/
Dapploader.cpp134 off64_t file_offset = 0; in read_file() local
/system/core/libsparse/
Dsparse.cpp62 int sparse_file_add_file(struct sparse_file* s, const char* filename, int64_t file_offset, in sparse_file_add_file()
67 int sparse_file_add_fd(struct sparse_file* s, int fd, int64_t file_offset, uint64_t len, in sparse_file_add_fd()
/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/
Dsnapuserd_readahead.cpp330 loff_t file_offset = snapuserd_->GetBufferDataOffset(); in ReadAheadIOStart() local
Dsnapuserd.cpp697 off_t file_offset = offset; in ReadBlocksToCache() local
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_format.h179 uint64_t file_offset; member
/system/unwinding/libunwindstack/tests/
DMapInfoCreateMemoryTest.cpp45 static void InitElf(int fd, uint64_t file_offset, uint64_t sh_offset, uint8_t class_type) { in InitElf()