Home
last modified time | relevance | path

Searched refs:m_file_offset (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/opencsd/decoder/include/mem_acc/
H A Dtrc_mem_acc_file.h53 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/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h154 lldb::offset_t GetFileOffset() const { return m_file_offset; } in GetFileOffset()
157 m_file_offset = file_offset; in SetFileOffset()
271 lldb::offset_t m_file_offset; // Object file offset (if any) variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h145 lldb::offset_t GetFileOffset() const { return m_file_offset; } in GetObjectAtIndex()
166 lldb::offset_t m_file_offset; in GetArchiveType()
173 lldb::offset_t m_file_offset; global() variable
H A DObjectContainerBSDArchive.cpp73 : m_arch(arch), m_modification_time(time), m_file_offset(file_offset), in ExtractFromThin()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h266 virtual lldb::addr_t GetFileOffset() const { return m_file_offset; } in GetFileOffset()
751 lldb::addr_t m_file_offset; ///< The offset in bytes into the file, or the variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp167 m_file_offset(file_offset), m_file_size(file_size), in Section()
183 m_file_offset(file_offset), m_file_size(file_size), in Section()
301 m_file_offset, m_file_size, Get()); in Dump()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp257 m_file_offset(file_offset), m_length(length), m_data(), m_process_wp(), in ObjectFile()
270 m_file ? m_file.GetPath().c_str() : "<NULL>", m_file_offset, in ObjectFile()
278 m_strata(eStrataInvalid), m_file_offset(0), m_length(0), m_data(), in ObjectFile()