代码搜索:sections
找到约 10,000 项符合「sections」的源代码
代码结果 10,000
www.eeworm.com/read/104760/6202780
def kbdll.def
; Kbdll.def : Declares the module parameters for the DLL.
LIBRARY "Kbdll"
DESCRIPTION 'Kbdll Windows Dynamic Link Library'
SECTIONS
.sdata READ WRITE SHARED
EXPORTS
; Explic
www.eeworm.com/read/102935/6225513
balo ld.script.balo
OUTPUT_FORMAT("elf32-bigmips")
OUTPUT_ARCH(mips)
ENTRY(balo_entry)
SECTIONS
{
/* Read-only sections, merged into text segment: */
. = 0x80400000;
.rel.text : { *(.rel.text) }
.rela.text
www.eeworm.com/read/101082/6244616
8 catman.8
.\" SCCSID: @(#)catman.8 8.1 9/11/90
.TH catman 8
.SH Name
catman \- create the cat files for the manual
.SH Syntax
.B /etc/catman
[
.B \-p
] [
.B \-n
] [
.B \-w
]
[
.I sections
]
.SH Description
.N
www.eeworm.com/read/101082/6244942
1 trman.1
.\" SCCSID: @(#)trman.1 8.1 9/11/90
.TH trman 1 "" "" Unsupported
.SH Name
trman \- translate version 6 manual macros to version 7 macros
.SH Syntax
.B trman
[ \fIfile\fP ]
.SH Description
The
.PN tr
www.eeworm.com/read/101082/6246479
8 catman.8
.\" SCCSID: @(#)catman.8 8.1 9/11/90
.TH catman 8
.SH Name
catman \- create the cat files for the manual
.SH Syntax
.B /etc/catman
[
.B \-p
] [
.B \-n
] [
.B \-w
]
[
.I sections
]
.SH Description
.N
www.eeworm.com/read/101082/6246817
1 trman.1
.\" SCCSID: @(#)trman.1 8.1 9/11/90
.TH trman 1 "" "" Unsupported
.SH Name
trman \- translate version 6 manual macros to version 7 macros
.SH Syntax
.B trman
[ \fIfile\fP ]
.SH Description
The
.PN tr
www.eeworm.com/read/263059/6306810
pas peheaderunit.pas
unit PEHeaderUnit;
interface
uses
Windows, SysUtils,
JwaWinnt, UtilUnit;
type
TPEHeader = class
private
FHdrPtr: Pointer;
FSections: Array of PImageSectionH