Linker Map File

A linker map file is a text file containing information about a program's global symbols, source file and source line numbers. The linker names the map file with the base name of the program and the extension .map. The linker map consists of the following sections:

Related information
Predefined Sections
Additional Small Data Sections
Deadstripping
CodeWarrior Linker Command File (LCF)
Creating an LCF from Scratch
Relocating Code in ROM
Relocating Code and Data in Internal RAM
Relocating Code and Data in External MRAM
Unique LCF Examples
Linker Command File Commands