Searched defs:file_offset (Results 1 – 13 of 13) sorted by relevance
/system/extras/simpleperf/ |
D | read_apk.cpp | 38 EmbeddedElf* ApkInspector::FindElfInApkByOffset(const std::string& apk_path, uint64_t file_offset) { in FindElfInApkByOffset() 71 const std::string& apk_path, uint64_t file_offset) { in FindElfInApkByOffsetWithoutCache()
|
D | read_elf.cpp | 83 ElfStatus IsValidElfFile(int fd, uint64_t file_offset) { in IsValidElfFile() 138 static ElfStatus OpenObjectFile(const std::string& filename, uint64_t file_offset, in OpenObjectFile() 423 uint64_t ReadMinExecutableVaddr(uint64_t* file_offset) { in ReadMinExecutableVaddr() 443 bool VaddrToOff(uint64_t vaddr, uint64_t* file_offset) override { in VaddrToOff()
|
D | read_elf.h | 67 uint64_t file_offset = 0; member
|
D | record_file.h | 205 uint64_t file_offset; member
|
D | dso.h | 173 virtual void GetMinExecutableVaddr(uint64_t* min_vaddr, uint64_t* file_offset) { in GetMinExecutableVaddr()
|
D | JITDebugReader.h | 57 uint64_t file_offset; member
|
D | dso.cpp | 494 void SetMinExecutableVaddr(uint64_t min_vaddr, uint64_t file_offset) override { in SetMinExecutableVaddr() 499 void GetMinExecutableVaddr(uint64_t* min_vaddr, uint64_t* file_offset) override { in GetMinExecutableVaddr()
|
D | JITDebugReader.cpp | 494 uint64_t file_offset; in GetDescriptorsLocation() local 679 uint64_t file_offset = app_symfile_->GetOffset(); in ReadJITCodeDebugInfo() local
|
D | record.h | 505 uint64_t file_offset = 0; member
|
/system/libbase/ |
D | mapped_file.cpp | 51 off64_t file_offset = offset - slop; in FromOsHandle() local
|
/system/core/libsparse/ |
D | sparse.cpp | 62 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, unsigned int len, in sparse_file_add_fd()
|
/system/update_engine/payload_consumer/ |
D | download_action.cc | 121 off_t file_offset) { in WriteToP2PFile()
|
/system/core/libunwindstack/tests/ |
D | MapInfoCreateMemoryTest.cpp | 45 static void InitElf(int fd, uint64_t file_offset, uint64_t sh_offset, uint8_t class_type) { in InitElf()
|