Home
last modified time | relevance | path

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

12

/aosp12/system/extras/simpleperf/
H A 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()
H A Dread_elf.h66 uint64_t file_offset = 0; member
75 uint64_t file_offset = 0; member
H A 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()
H A Drecord_file.h227 uint64_t file_offset; member
H A Ddso.h166 virtual void GetMinExecutableVaddr(uint64_t* min_vaddr, uint64_t* file_offset) { in GetMinExecutableVaddr()
H A DJITDebugReader.h60 uint64_t file_offset; member
H A DJITDebugReader.cpp497 uint64_t file_offset; in GetDescriptorsLocation() local
678 uint64_t file_offset = symfile->GetOffset(); in ReadJITCodeDebugInfo() local
H A Ddso.cpp517 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 DTraceFile.proto43 required int64 file_offset = 2; field
/aosp12/art/libartbase/base/
H A Dmem_map_windows.cc48 off_t file_offset = fd_off - padding; in TargetMMap() local
/aosp12/system/libbase/
H A Dmapped_file.cpp51 off64_t file_offset = offset - slop; in FromOsHandle() local
/aosp12/art/dex2oat/linker/
H A Doat_writer.cc1669 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 Dlinker.cpp279 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 Dlinker_phdr.cpp151 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 Dlinker_main.cpp278 off64_t file_offset; in load_executable() local
H A Dlinker_soinfo.cpp215 const struct stat* file_stat, off64_t file_offset, in soinfo()
/aosp12/system/core/trusty/apploader/
H A Dapploader.cpp134 off64_t file_offset = 0; in read_file() local
/aosp12/system/core/libsparse/
H A 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()
/aosp12/system/update_engine/cros/
H A Ddownload_action_chromeos.cc122 off_t file_offset) { in WriteToP2PFile()
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapuserd_readahead.cpp314 loff_t file_offset = snapuserd_->GetBufferDataOffset(); in ReadAheadIOStart() local
/aosp12/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dcow_format.h172 uint64_t file_offset; member
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DGNUArchiveReader.cpp354 uint32_t file_offset = pFileOffset; in includeMember() local
/aosp12/system/unwinding/libunwindstack/tests/
H A DMapInfoCreateMemoryTest.cpp45 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 Dprofile_compilation_info.cc232 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 Delf_builder.h154 off_t file_offset = owner_->stream_.Seek(0, kSeekCurrent); in GetPosition() local

12