MCPcopy Create free account
hub / github.com/TinyCC/tinycc / export_global_syms

Function export_global_syms

tccelf.c:2135–2149  ·  view source on GitHub ↗

Export all non local symbols. This is used by shared libraries so that the non local symbols they define can resolve a reference in another shared library or in the executable. Correspondingly, it allows undefined local symbols to be resolved by other shared libraries or by the executable. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

elf_output_fileFunction · 0.85

Calls 2

set_elf_symFunction · 0.85
get_sym_attrFunction · 0.85

Tested by

no test coverage detected