Searched refs:m_file_offset (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/opencsd/decoder/include/mem_acc/ |
| H A 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;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Section.h | 149 lldb::offset_t GetFileOffset() const { return m_file_offset; } in GetFileOffset() 152 m_file_offset = file_offset; in SetFileOffset() 267 lldb::offset_t m_file_offset; // Object file offset (if any) variable
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
| H A D | ObjectContainerBSDArchive.h | 143 lldb::offset_t GetFileOffset() const { return m_file_offset; } in GetFileOffset() 162 lldb::offset_t m_file_offset; variable
|
| H A D | ObjectContainerBSDArchive.cpp | 141 : m_arch(arch), m_time(time), m_file_offset(file_offset), m_objects(), in Archive()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Section.cpp | 155 m_file_offset(file_offset), m_file_size(file_size), in Section() 177 m_file_offset(file_offset), m_file_size(file_size), in Section() 328 m_writable ? 'w' : '-', m_executable ? 'x' : '-', m_file_offset, in Dump()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | ObjectFile.h | 285 virtual lldb::addr_t GetFileOffset() const { return m_file_offset; } in GetFileOffset() 771 lldb::addr_t m_file_offset; ///< The offset in bytes into the file, or the variable
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 267 m_file_offset(file_offset), m_length(length), m_data(), in ObjectFile() 281 m_file ? m_file.GetPath().c_str() : "<NULL>", m_file_offset, in ObjectFile() 289 m_strata(eStrataInvalid), m_file_offset(0), m_length(0), m_data(), in ObjectFile()
|