tcc_list_symbols: List symbols known to a libtcc state

View source: R/tinycc.R

tcc_list_symbolsR Documentation

List symbols known to a libtcc state

Description

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().

Usage

tcc_list_symbols(state)

Arguments

state

A tcc_state.

Value

A data frame with columns name and address, where address is a hexadecimal character string.


Rtinycc documentation built on July 26, 2026, 1:06 a.m.