1396 views|0 replies

2015

Posts

0

Resources
The OP
 

CCS5.5 CMD File Summary [Copy link]

The smallest unit in a section target file is called a block. A block is a piece of code or data that ultimately occupies a continuous space in the memory image. 1. COFF object file contains three default blocks: .text executable code.data initialized data.bss space reserved for uninitialized data 2. Assembler processing of blocks Uninitialized block.bss variable storage space.usect User-defined uninitialized segment initialization block.text assembly instruction code.data constant data (such as initialization data for quantity) .sect User-defined initialized segment.asect .sect has the absolute address positioning function, which is generally not used 3. C language segment Uninitialized block (data) .bss stores global and static variables.ebss .bss for long calls (exceeds the 64K address limit) .stack stores the C language stack.sysmem stores the C language heap.esysmem .sysmem for long calls (exceeds the 64K address limit) Initialization block.text executable code and constants (program) .switch constant table generated by switch statement (program/low 64K data space) .pinit Tables for global constructors (C++)(program) .cinit is used to store the initialization constant values of global and static variables (program) .const global and static const variable initialization values and string constants, (data) .econst long .const (can be located anywhere) (data)



This post is from DSP and ARM Processors
 

Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews

Room 1530, Zhongguancun MOOC Times Building, Block B, 18 Zhongguancun Street, Haidian District, Beijing 100190, China Tel:(010)82350740 Postcode:100190

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list