Trees | Index | Help |
|
---|
Module ps_parsers :: Class xrefs_parser |
|
function offset address:source node offset address:destination node offset address 000000e0:0000011e:00015edc
Method Summary | |
---|---|
Initialize internal member variables. | |
Run a few basic tests to ensure the class is working. | |
Add a cross-reference entry to the internal lists. | |
Delete the cross-reference entry at the specified index. | |
Tuple |
Get the cross-reference entry at the specified index. |
List |
Return a list of all intra-modular cross-references from the specified function. |
Integer |
Get the entry count for this cross-reference list. |
Open the specified Cross-reference list filename and process the data into the internal lists. | |
Save a cross-reference list to the specified file. |
Method Details |
---|
__init__(self,
base_address=0)
Initialize internal member variables.
|
__module_test__(self)Run a few basic tests to ensure the class is working. |
add_xref_entry(self, function, source, destination, dupe_check=False)Add a cross-reference entry to the internal lists.
|
del_xref_entry(self, index)Delete the cross-reference entry at the specified index.
|
get_xref_entry(self, index)Get the cross-reference entry at the specified index.
|
get_xrefs_from(self, function)Return a list of all intra-modular cross-references from the specified function.
|
num_entries(self)Get the entry count for this cross-reference list.
|
parse(self, filename)Open the specified Cross-reference list filename and process the data into the internal lists. File format:function offset address:source node offset address:destination node offset address 000000e0:0000011e:00015edc
|
save(self, filename)Save a cross-reference list to the specified file. The contents of the cross-reference are generated from our internal variables in sorted order. File format:function offset address:source node offset address:destination node offset address 000000e0:0000011e:00015edc
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Jul 05 12:05:31 2005 | http://epydoc.sf.net |