MAP (file format)

The map file generated by linker is a useful tool to aid in the resource analysis. ".map" file has almost all information needed to find memory usage in details. Symbols, including functions and variables, with memory address, size and memory section name that holds this symbol can be found there and much more. The Map file provides valuable information that can help you understand and optimize memory.


Other uses

  • Debugging maps. These are typically plain text files that indicate the relative offsets of functions for a given version of a compiled binary.
  • .map files are used on the site Azgaar's Fantasy Map Generator.
  • .map files are also used by the MapInfo Professional geographic information system.
  • .MAPs are also identified as color maps. An example of such software that supports .map files is SoundSpectrum's G-Force music visualizer.
  • Another form of the .MAP file is for HTML image maps. An image map is formatted in HTML and creates click-able areas over a provided image.
  • More generically, the .MAP extension can be used to denote any file type that indicates relative offsets from a starting point. MAP file types are used in this way, for example, when variables in software are expected to be "mapped" to a specific spot in memory.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.