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

Function sort_syms

tccelf.c:866–907  ·  view source on GitHub ↗

In an ELF file symbol table, the local symbols must appear below the global and weak ones. Since TCC cannot sort it while generating the code, we must do it after. All the relocation tables are also modified to take into account the symbol table sorting */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

tcc_output_elfFunction · 0.85

Calls 3

tcc_mallocFunction · 0.85
tcc_freeFunction · 0.85
update_relocsFunction · 0.85

Tested by

no test coverage detected