E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
sections
交叉编译的一些常用Make语法(转)
arm-linux-gcc-wall-O2-c-o$@$region:phdr=fill…..}一个例子:
SECTIONS
{firtst0x00000000:{tron.oinit.o}second0xB0004000
frankyzhangc
·
2011-05-30 16:00
交叉编译的一些常用Make语法(转)
arm-linux-gcc-wall-O2-c-o$@$region:phdr=fill…..}一个例子:
SECTIONS
{ firtst 0x00000000:{tron.oinit.o} second
FrankyzhangC
·
2011-05-30 16:00
优化
汇编
File
脚本
编译器
一些常用代码分析工具的使用
gcc-Shello.c-ohello.sobjdump-hhello.o hello.o: fileformatelf32-i386
Sections
:IdxName Size
chenji001
·
2011-05-16 15:00
File
header
table
processing
工具
代码分析
Creating Custom Configuration
Sections
in Web.config Using .NET 2.0's Configuration API
http://www.4guysfromrolla.com/articles/032807-1.aspx
xutao_ustc
·
2011-05-04 11:00
ld: /ubuntu/omnibook/
sections
.lds: No such file: No such file or directory解决
ld:/ubuntu/omnibook/
sections
.lds:Nosuchfile:Nosuchfileordirectory解决LuoWeifeng2011-5-1 今天编译2.6.38内核,make
luoweifeng1989
·
2011-05-01 14:00
shell
网络
File
vim
Setting up a TTSectionedDataSource
I am trying to create a TTTable with multiple
sections
.
shuai1234
·
2011-04-20 15:00
UP
对.lds连接脚本文件的分析
先看一下GNU官方网站上对.lds文件形式的完整描述:
SECTIONS
{ ...
isiqi
·
2011-04-11 17:00
linux
脚本
Flash
[转载]INF文件格式说明
INF文件必须包含以下规则: 节(
Sections
)开始于由中括号([])扩起来的节名必须包含版本信息节以表明自己属于win95还是winnt4格式。
jianwushuang
·
2011-04-07 16:00
连接脚本相关使用注意点
输入section和垃圾回收:在连接命令行内使用了选项--gc-
sections
后,连接器可能将某些它认为没用的section过滤掉,此时就有必要强制连接器保留一些特定的section,可用KEEP()
zhongyunde
·
2011-03-31 23:00
uboot.lds
指定输出可执行文件是elf格式,32位ARM指令,小端*/OUTPUT_ARCH(arm)/*指定输出可执行文件的平台为ARM*/ENTRY(_start)/*指定输出可执行文件的起始代码段为_start*/
SECTIONS
xxu0123456789
·
2011-03-26 16:00
image
cmd
makefile
编译器
output
alignment
使用ireport+jasperreports心得
->在“如果没有数据时:后面的下拉菜单中选 All
sections
,no detail 2.设置图形刻度 解决方法: 切换到xml视图状态,加上 <reportElement x=
zhy584520
·
2011-03-25 09:00
.net
xml
jfreechart
groovy
OpenMP 参考(指令详解)
表示一种"数据并行处理".
SECTIONS
-将工作分成独立,不
saga1979
·
2011-03-21 17:00
工作
list
Integer
fortran
parallel
newline
<>iReport报表开发中遇到的问题:
->在“如果没有数据时:后面的下拉菜单中选 All
sections
,no detail” 如果没有数据时:后面的下拉菜单中的几个选项的意思分别是: No pages [当Deta
originwxit
·
2011-03-14 16:00
数据结构
F#
Studying note of GCC-3.4.6 source (172)
nextoutputthevariable. assemble_variable(continue) 1468 resolve_unique_section(decl,reloc,flag_data_
sections
wuhui_gdnt
·
2011-03-12 15:00
Stream
object
File
tree
output
alignment
GCC-3.4.6源代码学习笔记(172)
assemble_variable(continue) 1468 resolve_unique_section(decl,reloc,flag_data_
sections
); 上面的flag_data_
sections
wuhui_gdnt
·
2011-03-12 15:00
Stream
object
File
tree
output
alignment
GNU-ld链接脚本浅析
0.Contents1.概论2.基本概念3.脚本格式4.简单例子5.简单脚本命令6.对符号的赋值7.
SECTIONS
命令8.MEMORY命令9.PHDRS命令10.VERSION命令11.脚本内的表达式
voluptas
·
2011-03-10 01:00
linux-2.6.32 编译问题(ld: /ubuntu/omnibook/
sections
.lds: No such file: No such file
开始配置内核,选择最快的原版的配置(默认)方式:在终端中输入:make oldconfig 完成后,先去配置/usr/src/linux-source-2.6.32/linux-source-2.6.35/ubuntu/omnibook /Makefile文件。 不然会出现ld: /ubuntu/om
yiranwuqing
·
2011-02-21 09:00
linux
.net
ubuntu
Blog
如何减小编译后可执行文件的大小
CFLAGS+=-ffunction-
sections
-fdata-sectionsLDFLAGS+=-Wl,-Map=object.map,--cref,--gc-sectioniffoundoverlaperror
hansel
·
2011-02-12 11:00
DSP的CMD文件讲解
CMD主要是用来分配rom和ram空间用的,它告诉链接程序怎样计算地址和分配空间.所以不同的芯片就有不同大小的rom和ram.放用户程序的地方也不尽相同.所以要根据芯片进行修改.分两部分.MEMORY和
SECTIONS
.MEMORY
yuyin86
·
2011-01-18 17:00
TI DSP .CMD 文件的编写[转】
CMD它是用来分配rom和ram空间用的,告诉链接程序怎样计算地址和分配空间.所以不同的芯片就有不同大小的rom和ram.放用户程序的地方也不尽相同.所以要根据你的芯片进行修改.分两部分.MEMORY和
SECTIONS
.MEMORY
yuyin86
·
2011-01-18 17:00
TI_DSP链接命令文件(*.cmd)的介绍
如: -eCodeStartMEMORY{page0: PRAM:org="0100h"len="0F00h" }
SECTIONS
{.
yuyin86
·
2010-12-18 13:00
算法
存储
任务
binding
alignment
Allocation
Asterisk SIP NAT solutions
Asterisk as a SIP client is configured with type=peer (or type=friend) in one or more client
sections
jiagou
·
2010-12-16 22:00
NAT
Asterisk SIP NAT solutions
Asterisk as a SIP client is configured with type=peer (or type=friend) in one or more client
sections
javahigh1
·
2010-12-16 22:00
NAT
Asterisk SIP NAT solutions
Asterisk as a SIP client is configured with type=peer (or type=friend) in one or more client
sections
javatoyou
·
2010-12-16 22:00
NAT
GNU LD脚本解析
.原作者的E-mail是
[email protected]
,
[email protected]
.概论2.基本概念3.脚本格式4.简单例子5.简单脚本命令6.对符号的赋值7.
SECTIONS
b02042236
·
2010-12-16 22:00
脚本
gcc
File
存储
include
output
U-Boot关键代码分析
U-Boot关键代码理解 1.u-boot程序的入口地址 要理解程序的入口地址,自然想到的是连接文件,首先看连接文件"/board/smdk2410/u-boot.lds" ENTRY(_start)
SECTIONS
liaozc
·
2010-12-02 21:00
增加Magento后台管理功能三:在后台设置(System/Configuration)中加入自定义设置
> <config> <
sections
> <!
cgzhang
·
2010-11-30 16:00
xml
配置管理
ld script格式
SECTIONS
{ .=0x7c00; .text: { _ftext=.; }=0 } .和=之间要有空格,否则报语法错误。
ruyanhai
·
2010-11-18 14:00
对.lds连接脚本文件的分析
先看一下GNU官方网站上对.lds文件形式的完整描述:
SECTIONS
{...secnamestartBLO
qsycn
·
2010-11-01 14:00
脚本
cmd
Flash
存储
编译器
output
uboot之lds文件说明
2、OUTPUT_ARCH(bfdname)指定输出可执行文件所运行CPU平台3、ENTRY(symbol)指定可执行文件的入口段 段定义说明1、段定义格式
SECTIONS
{...段名:{
l_nan
·
2010-10-17 14:00
image
cmd
Flash
平台
编译器
output
[转]搜集到Joomla!资源
/useful-joomla-resources.html Joomla Resources Please find in the various
sections
hehailin1986_163.com
·
2010-10-10 13:00
PHP
Blog
Security
Flash
twitter
Python利用ConfigParser读取配置文件
python#-*-coding:utf-8-*-importConfigParserconfig=ConfigParser.ConfigParser()config.read("flashfxp.ini")
sections
hackfreer
·
2010-09-23 15:35
python
职场
文件
configparser
休闲
Python利用ConfigParser读取配置文件
python#-*-coding:utf-8-*-importConfigParserconfig=ConfigParser.ConfigParser()config.read("flashfxp.ini")
sections
hackfreer
·
2010-09-23 15:35
python
职场
文件
configparser
休闲
编写TI DSP的CMD 文件
CMD它是用来分配rom和ram空间用的,告诉链接程序怎样计算地址和分配空间.所以不同的芯片就有不同大小的rom和ram.放用户程序的地方也不尽相同.所以要根据你的芯片进行修改.分两部分.MEMORY和
SECTIONS
.MEMORY
delphityro
·
2010-09-15 14:00
vector
cmd
command
File
table
linker
VC++的文件简介
VC++的文件简介*.cmd文件: cmd,链接器配置文件,是存放链接器的配置信息的,其中比较关键的就是MEMORY和
SECTIONS
两个伪指令的使用。
longshen
·
2010-09-11 11:00
drupal theme:按照内容类型设计页面布局
由 Evance 于 星期一, 2007-12-24 08:54 发表 源文: Customising the full page layout and
sections
based on node
rexcn
·
2010-09-08 22:00
工作
PHP
Blog
对.lds连接脚本文件的分析
先看一下GNU官方网站上对.lds文件形式的完整描述:
SECTIONS
{...secnamestartBLOCK(align)(NOLOAD):AT(ldadr){contents}>region:phdr
willand1981
·
2010-08-10 17:00
Uboot启动流程分析
ENTRY(_start)
SECTIONS
{ .=0x00000000; .=A
farsight2009
·
2010-07-21 15:00
c
cmd
嵌入式
linux-2.6.32 编译问题(ld: /ubuntu/omnibook/
sections
.lds: No such file: No such file or directory )
解决方法:在/usr/src/linux-source-2.6.32/ubuntu/omnibook/Makefile中ifeq($(KERNELRELEASE),) #SupportfordirectMakefileinvocation的前面增加:PWD=$(shellpwd)
ustc_dylan
·
2010-07-04 20:00
php获取文件后缀名
process_
sections
可选。规定要返回的数组元素。默认是all。可能的值:PATHINFO_DIRNAME-只返回dir
fengda2870
·
2010-06-29 23:00
PHP
function
File
Path
extension
GNU-ld链接脚本浅析
0.Contents1.概论2.基本概念3.脚本格式4.简单例子5.简单脚本命令6.对符号的赋值7.
SECTIONS
命令8.MEMORY命令9.PHDRS命令10.VERSION命令11.脚本内的表达式
mike_gz
·
2010-06-24 16:00
脚本
File
存储
include
DST
output
一起来学OpenMP(9)——线程同步之事件同步机制
而事件同步则通过nowait、
sections
、single、master等预处理器指示符声明来完成。 二、隐式栅障 在介绍本节内容之前,先介绍一下并行区域中的隐式栅障。
donhao
·
2010-06-09 10:00
多线程
编程
优化
parallel
链接定位文件
本例中在RAM调试和固化时使用的链接定位文件不相同,下面是固化时使用的链接定位文件:
SECTIONS
{ . = 0x000000; &
bigfirebird
·
2010-05-31 10:00
嵌入式
ELF文件格式详解
序言1.OBJECT文件 导言 ELF头(ELFHeader)
Sections
String表(StringTable) Symbol表(SymbolTable) 重定位(Relocation
tenfyguo
·
2010-05-28 18:00
String
object
header
File
table
dependencies
cut 行数据操作
blog.sina.com.cn/s/blog_6238358c0100hb90.html NAME cut - remove
sections
xserver
·
2010-05-27 09:00
C++
c
Blog
C#
F#
解释一个ld.script文件
OUTPUT_FORMAT("elf32-tradlittlemips") OUTPUT_ARCH(mips) ENTRY(_start)
SECTIONS
{ /*Read-onlysections
CHALLEN537
·
2010-05-26 22:00
c
list
脚本
Access
平台
output
独立存储应用Using Isolated
It breaks up the data into two separate
sections
: Section #1 contains administrative inform
wyf
·
2010-04-27 10:00
windows
Security
UP
silverlight
LINQ
对GNU的.lds连接脚本文件的分析
先看一下GNU官方网站上对.lds文件形式的完整描述:
SECTIONS
{...secname start
billpig
·
2010-04-14 10:00
Linux下的lds链接脚本基础
Linux部分,发现要对链接脚本深入了解,才能知道各个目标文件的内存分布映像,下面是我看到的一些资料0.Contents1.概论2.基本概念3.脚本格式4.简单例子5.简单脚本命令6.对符号的赋值7.
SECTIONS
billpig
·
2010-04-14 10:00
linux
脚本
File
存储
include
output
How To Monitor Remote Windows Machine Using Nagios on Linux
Following three
sections
are covered in this a
tianlesoftware
·
2010-03-25 23:00
windows
linux
command
service
user
nagios
上一页
11
12
13
14
15
16
17
18
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他