added new API for function address lookups. this gives us O(1) code_addr -> sequential index

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40180
This commit is contained in:
David Anderson
2006-11-11 05:47:00 +00:00
parent 50e5307d32
commit 438ccf39a0
5 changed files with 118 additions and 17 deletions
+2
View File
@@ -505,6 +505,8 @@ cleanup:
delete_pathtable();
delete_sourcefiletable();
delete_dbgstringtable();
funcenums_free();
pstructs_free();
#if !defined NO_DEFINE
delete_substtable();
#endif