[LLVMdev] how to enumerate a binary's imported and exported symbols, in LLVM generated binary?

Jason E. Aten j.e.aten at gmail.com
Tue Mar 27 20:55:53 PDT 2012


If I've generated some JIT-compiled binary object, is there portable (LLVM
based) API for determining the symbols that this binary code imports
(functions that are called) and exports (functions that are provided by
code)?

Thank you!

Jason
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120327/cd49f0d6/attachment.html>


More information about the llvm-dev mailing list