6.2. Symbol Mapping

Symbols in a source program are translated by the compilation system into symbols that exist in the object file. The rules for this translation are defined here.

6.2.1. C Language

External C symbols have the same names in C and object files' symbol tables.