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