#include <p_module.h>
Inheritance diagram for module_info:


Public Member Functions | |
| module_info () | |
| void | dump () |
| void | build_module (string const &n, sym_iterator it, size_t l, size_t h) |
| string | get_name () |
| void | set_lo (size_t l) |
| void | set_hi (size_t h) |
| count_array_t const & | get_summary () |
| void | set_begin (sym_iterator b) |
| void | set_end (sym_iterator e) |
| void | add_to_summary (count_array_t const &counts) |
| void | output (ostream &out) |
| bool | is_closed (string const &n) |
Public Attributes | |
| unsigned long | addr |
| unsigned long | size |
| unsigned long | flags |
| long | usecount |
Protected Member Functions | |
| void | output_summary (ostream &out) |
| void | output_symbols (ostream &out, bool is_module) |
Protected Attributes | |
| string | name |
| sym_iterator | begin |
| sym_iterator | end |
| count_array_t | summary |
| size_t | lo |
| size_t | hi |
|
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
|
Reimplemented in thread_info, process_info, and binary_info. |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in thread_info, process_info, and binary_info. |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
Reimplemented in thread_info, and process_info. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6