| tcc_list_symbols | R Documentation |
Return the global symbols currently reported by libtcc for a state. This is
a best-effort symbol-table inspection helper for compiled/linked TCC states,
not a portable exhaustive symbol enumerator, not a DLL export scanner, and
not a C signature discovery API. Platform backends may omit symbols that are
still resolvable with tcc_get_symbol(). For meaningful runtime addresses,
call it after tcc_relocate().
tcc_list_symbols(state)
state |
A |
A data frame with columns name and address, where address is a
hexadecimal character string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.