libcsdbg  1.28
C++ exception (and generic) stack trace debug library
mem_addr_t csdbg::symtab::base ( ) const
inlinevirtual

Get the load base address.

Returns
this->m_base

Definition at line 224 of file symtab.cpp.

References m_base.

Referenced by csdbg::process::ilookup().

225 {
226  return m_base;
227 }
mem_addr_t m_base
Load base address.
Definition: symtab.hpp:35

+ Here is the caller graph for this function: