/aosp12/system/extras/simpleperf/ |
H A D | read_apk.cpp | 40 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()
|
H A D | read_elf.h | 66 uint64_t file_offset = 0; member 75 uint64_t file_offset = 0; member
|
H A D | read_elf.cpp | 84 ElfStatus IsValidElfFile(int fd, uint64_t file_offset) { in IsValidElfFile() 149 static ElfStatus OpenObjectFile(const std::string& filename, uint64_t file_offset, in OpenObjectFile()
|
H A D | record_file.h | 227 uint64_t file_offset; member
|
H A D | dso.h | 166 virtual void GetMinExecutableVaddr(uint64_t* min_vaddr, uint64_t* file_offset) { in GetMinExecutableVaddr()
|
H A D | JITDebugReader.h | 60 uint64_t file_offset; member
|
H A D | JITDebugReader.cpp | 497 uint64_t file_offset; in GetDescriptorsLocation() local 678 uint64_t file_offset = symfile->GetOffset(); in ReadJITCodeDebugInfo() local
|
H A D | dso.cpp | 517 void SetMinExecutableVaddr(uint64_t min_vaddr, uint64_t file_offset) override { in SetMinExecutableVaddr() 522 void GetMinExecutableVaddr(uint64_t* min_vaddr, uint64_t* file_offset) override { in GetMinExecutableVaddr()
|
/aosp12/system/iorap/src/serialize/ |
H A D | TraceFile.proto | 43 required int64 file_offset = 2; field
|
/aosp12/art/libartbase/base/ |
H A D | mem_map_windows.cc | 48 off_t file_offset = fd_off - padding; in TargetMMap() local
|
/aosp12/system/libbase/ |
H A D | mapped_file.cpp | 51 off64_t file_offset = offset - slop; in FromOsHandle() local
|
/aosp12/art/dex2oat/linker/ |
H A D | oat_writer.cc | 1669 const size_t file_offset, in WriteCodeMethodVisitor() 1734 size_t file_offset = file_offset_; // Used by DCHECK_OFFSET_ macro. in VisitMethod() local 2456 size_t file_offset = oat_data_offset_; in WriteRodata() local 2553 const size_t file_offset = oat_data_offset_; in WriteCode() local 2587 const size_t file_offset = oat_data_offset_; in WriteDataBimgRelRo() local 2709 const size_t file_offset = oat_data_offset_; in WriteHeader() local 2793 size_t OatWriter::WriteMaps(OutputStream* out, size_t file_offset, size_t relative_offset) { in WriteMaps() 2861 size_t file_offset, in WriteIndexBssMappings() 3030 size_t file_offset, in WriteCodeDexFiles() 3065 size_t file_offset, in WriteDataBimgRelRo() [all …]
|
/aosp12/bionic/linker/ |
H A D | linker.cpp | 279 const struct stat* file_stat, off64_t file_offset, in soinfo_alloc() 884 off64_t* file_offset, std::string* realpath) { in open_library_in_zipfile() 964 const char* path, off64_t* file_offset, in open_library_at_path() 989 const char* name, off64_t* file_offset, in open_library_on_paths() 1010 off64_t* file_offset, std::string* realpath) { in open_library() 1040 int open_executable(const char* path, off64_t* file_offset, std::string* realpath) { in open_executable() 1076 off64_t file_offset, in find_loaded_library_by_inode() 1134 off64_t file_offset = task->get_file_offset(); in load_library() local 1292 off64_t file_offset = 0; in load_library() local 1319 off64_t file_offset; in load_library() local
|
H A D | linker_phdr.cpp | 151 bool ElfReader::Read(const char* name, int fd, off64_t file_offset, off64_t file_size) { in Read() 955 size_t* file_offset) { in phdr_table_serialize_gnu_relro() 1003 size_t* file_offset) { in phdr_table_map_gnu_relro()
|
H A D | linker_main.cpp | 278 off64_t file_offset; in load_executable() local
|
H A D | linker_soinfo.cpp | 215 const struct stat* file_stat, off64_t file_offset, in soinfo()
|
/aosp12/system/core/trusty/apploader/ |
H A D | apploader.cpp | 134 off64_t file_offset = 0; in read_file() local
|
/aosp12/system/core/libsparse/ |
H A 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, uint64_t len, in sparse_file_add_fd()
|
/aosp12/system/update_engine/cros/ |
H A D | download_action_chromeos.cc | 122 off_t file_offset) { in WriteToP2PFile()
|
/aosp12/system/core/fs_mgr/libsnapshot/ |
H A D | snapuserd_readahead.cpp | 314 loff_t file_offset = snapuserd_->GetBufferDataOffset(); in ReadAheadIOStart() local
|
/aosp12/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
H A D | cow_format.h | 172 uint64_t file_offset; member
|
/aosp12/frameworks/compile/mclinker/lib/LD/ |
H A D | GNUArchiveReader.cpp | 354 uint32_t file_offset = pFileOffset; in includeMember() local
|
/aosp12/system/unwinding/libunwindstack/tests/ |
H A D | MapInfoCreateMemoryTest.cpp | 45 static void InitElf(int fd, uint64_t file_offset, uint64_t sh_offset, uint8_t class_type) { in InitElf()
|
/aosp12/art/libprofile/profile/ |
H A D | profile_compilation_info.cc | 232 uint32_t file_offset, in FileSectionInfo() 240 void SetFileOffset(uint32_t file_offset) { in SetFileOffset() 987 uint32_t file_offset = header_and_infos_size; in Save() local
|
/aosp12/art/libelffile/elf/ |
H A D | elf_builder.h | 154 off_t file_offset = owner_->stream_.Seek(0, kSeekCurrent); in GetPosition() local
|