Searched refs:m_file_offset (Results 1 – 8 of 8) sorted by relevance
/external/OpenCSD/decoder/include/mem_acc/ |
D | trc_mem_acc_file.h | 53 void setOffset(const size_t offset) { m_file_offset = offset; }; in setOffset() 54 const size_t getOffset() const { return m_file_offset; }; in getOffset() 64 size_t m_file_offset;
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | Section.h | 140 lldb::offset_t GetFileOffset() const { return m_file_offset; } in GetFileOffset() 143 m_file_offset = file_offset; in SetFileOffset() 250 lldb::offset_t m_file_offset; // Object file offset (if any) variable
|
/external/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
D | ObjectContainerBSDArchive.h | 145 lldb::offset_t GetFileOffset() const { return m_file_offset; } in GetFileOffset() 164 lldb::offset_t m_file_offset; variable
|
D | ObjectContainerBSDArchive.cpp | 142 : m_arch(arch), m_modification_time(time), m_file_offset(file_offset), in Archive()
|
/external/llvm-project/lldb/source/Core/ |
D | Section.cpp | 163 m_file_offset(file_offset), m_file_size(file_size), in Section() 185 m_file_offset(file_offset), m_file_size(file_size), in Section() 311 m_file_offset, m_file_size, Get()); in Dump()
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | ObjectFile.h | 281 virtual lldb::addr_t GetFileOffset() const { return m_file_offset; } in GetFileOffset() 674 lldb::addr_t m_file_offset; ///< The offset in bytes into the file, or the variable
|
/external/llvm-project/lldb/source/Symbol/ |
D | ObjectFile.cpp | 269 m_file_offset(file_offset), m_length(length), m_data(), m_process_wp(), in ObjectFile() 282 m_file ? m_file.GetPath().c_str() : "<NULL>", m_file_offset, in ObjectFile() 290 m_strata(eStrataInvalid), m_file_offset(0), m_length(0), m_data(), in ObjectFile()
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.cpp | 1051 data_sp = MapFileData(m_file, header_and_lc_size, m_file_offset); in ParseHeader()
|