Definitions for "Mangling"
The encoding during compilation of identifiers such as function and variable names to include type and scope information. The prelinker uses these mangled names to ensure type-safe linkage. See demangling.
The encoding, during compilation, of C++ identifiers such as function and variable names to include type and scoping information. The linker uses these mangled names to ensure type-safe linkage.