Note this question is related to, but more specific than:
What do Shared and Common Memory Represent in an IAR for MSP430 MAP File?
In my IAR map file I have the following lines:
Module CODE DATA CONST
------ ---- ---- -----
(Rel) (Rel) (Abs) (Rel)
...
N/A (command line) 1 360
N/A (alignment)
What do these sections represent? I'm most concerned with N/A (command line) which is using more than 1K of data memory.