gcc手册

源代码在线查看: input-section.html

软件大小: 1194 K
上传用户: Erlin
关键词: gcc
下载地址: 免注册下载 普通下载 VIP

相关代码

				

				

				Untitled

				

				

				

				

				

				

				

				

				Node:Input Section,

				Next:Output Section Data,

				Previous:Output Section Address,

				Up:SECTIONS

				

				

				

				Input section description

				

				   The most common output section command is an input section description.

				

				   The input section description is the most basic linker script operation. 

				You use output sections to tell the linker how to lay out your program

				in memory.  You use input section descriptions to tell the linker how to

				map the input files into your memory layout.

				

				

				Input Section Basics: 	Input section basics

				Input Section Wildcards: 	Input section wildcard patterns

				Input Section Common: 	Input section for common symbols

				Input Section Keep: 		Input section and garbage collection

				Input Section Example: 	Input section example

				

				

				   

				

							

相关资源