cancel
Showing results for 
Search instead for 
Did you mean: 

.map file

nanuradha
Associate II
Posted on July 06, 2007 at 08:05

.map file

4 REPLIES 4
nanuradha
Associate II
Posted on May 17, 2011 at 09:44

Hi,

What is .bss in ''.map'' file.

regards

raj

nanuradha
Associate II
Posted on May 17, 2011 at 09:44

Hi all,

Can anybody Please give me the explanation of the contents of the .map file? :o

Regards,

Neelima

mehdi239955
Associate II
Posted on May 17, 2011 at 09:44

Hi anuradha,

The bss section is used for local common variable storage. You may allocate address space in the bss section, but you may not dictate data to load into it before your program executes. When your program starts running, all the contents of the bss section are zeroed bytes.

Regards ,

Mehdi

nanuradha
Associate II
Posted on May 17, 2011 at 09:44

Hi,

Thankyou for the reply. You told the data in the bss section are zeroed bytes. Could you please tell me whether thses bytes count under the ZI data? And what is meant by ''local common variable storage''? Is it the space used to store all the common global variables used in many programs under the same project?

Regards,

Neelima.