From: Joseph K. <jk...@us...> - 2012-12-26 05:43:27
|
Hello All, The proposed `elftc_symbol_table*()` and `elftc_string_table*()` functions are convenience APIs for managing ELF symbol tables [1] and string tables [2], respectively. These functions would be useful in implementing as(1), and could also help reduce code duplication in our source tree. I have added reference documentation for these proposed functions to the source tree in changesets [2819] and [2821]. Your review & comments of these APIs would be appreciated. [1]: http://sourceforge.net/apps/trac/elftoolchain/browser/trunk/libelftc/elftc_symbol_table_create.3 [2]: http://sourceforge.net/apps/trac/elftoolchain/browser/trunk/libelftc/elftc_string_table_create.3 Regards, Joseph Koshy <jk...@us...> |