代码搜索:sections
找到约 10,000 项符合「sections」的源代码
代码结果 10,000
www.eeworm.com/read/171365/9760369
h krnl.h
#ifndef __TL_OS_H
#define __TL_OS_H
#ifdef __cplusplus
extern "C"
{
#endif
/* max. number of tasks */
#define MAX_TASK 16
/* max. number of virtual consoles */
#define MAX_VC 12
/*
www.eeworm.com/read/367274/9763886
c outbin.c
/* outbin.c output routines for the Netwide Assembler to produce
* flat-form binary files
*
* The Netwide Assembler is copyright (C) 1996 Simon Tatham and
* Julian Hall. All rights reserved
www.eeworm.com/read/415809/11052174
in vivi.lds.in
SECTIONS {
. = TEXTADDR;
.text : { *(.text) }
.data ALIGN(4) : { *(.data) *(.rodata) }
.bss ALIGN(4) : { *(.bss) *(COMMON) }
}
www.eeworm.com/read/415645/11060118
lds head.lds
SECTIONS
{
. = 0x31000000;
.text : { *(.text) }
.data ALIGN(4) : { *(.data) }
.rodata ALIGN(4) : {*(.rodata)}
.bss ALIGN(4) : { *(.bss) *(COMMON)}
}
www.eeworm.com/read/266902/11208761
lds head.lds
SECTIONS
{
. = 0x30000000;
.text : { *(.text) }
.data ALIGN(4) : { *(.data) }
.rodata ALIGN(4) : {*(.rodata)}
.bss ALIGN(4) : { *(.bss) *(COMMON)}
}
www.eeworm.com/read/266628/11216681
lds head.lds
SECTIONS
{
. = 0x00000000;
.text : { *(.text) }
.data ALIGN(4) : { *(.data) }
.rodata ALIGN(4) : {*(.rodata)}
.bss ALIGN(4) : { *(.bss) *(COMMON)}
}
www.eeworm.com/read/266625/11216728
lds tftp.lds
SECTIONS
{
. =0x30000000;
.text : { *(.text) }
.data ALIGN(4) : { *(.data) }
.rodata ALIGN(4) : {*(.rodata)}
.bss ALIGN(4) : { *(.bss) *(COMMON)}
}
www.eeworm.com/read/266625/11216742
lds head.lds
SECTIONS
{
. = 0x00000000;
.text : { *(.text) }
.data ALIGN(4) : { *(.data) }
.rodata ALIGN(4) : {*(.rodata)}
.bss ALIGN(4) : { *(.bss) *(COMMON)}
}
www.eeworm.com/read/411262/11249976
cmd lab4-asm.cmd
MEMORY
{
VECS : o=0h ,l=800h
IRAM : o=800h,l=0f800h
}
SECTIONS
{
.text :>IRAM
.data :>IRAM
.bss :>IRAM
}
www.eeworm.com/read/248047/12604947
3qt qheader.3qt
'\" t
.TH QHeader 3qt "11 October 2001" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2001 Trolltech AS. All rights reserved. See the
.\" license file included in the distribution for a complet