代码搜索:sections

找到约 10,000 项符合「sections」的源代码

代码结果 10,000
www.eeworm.com/read/337306/12377823

lds nios2.lds

/* * (C) Copyright 2004, Psyent Corporation * Scott McNutt * * See file CREDITS for list of people who contributed to this * project. * * This program is f
www.eeworm.com/read/148775/12427166

inf nedimageprinter.inf

; OEMDLL.INF ; ; INF file for OEM DLL Customization samples ; ; Copyright 1999 Microsoft Corporation [Version] Signature="$Windows NT$" Provider=%MS% LayoutFile=ntprint.inf ClassGUID={4
www.eeworm.com/read/249889/12463708

prm p&e_fcs_linker.prm

/* This is a linker parameter file for the SR12 */ NAMES END /* CodeWarrior will pass all the needed files to the linker by command line. But here you may add your own files too. */ SECTIONS /* he
www.eeworm.com/read/231350/14238234

lds elf32-littlearm.lds

OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm") OUTPUT_ARCH(arm) ENTRY(reset) SECTIONS { . = ALIGN(4); .text : { _stext = .; *(.text)
www.eeworm.com/read/128381/14301596

cs buslist1.cs

//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version: 1.0.3705.0 // // Changes
www.eeworm.com/read/227822/14410666

ld m68k.ld

/* Script for -z combreloc: combine and sort reloc sections */ OUTPUT_FORMAT("elf32-m68k", "elf32-m68k", "elf32-m68k") OUTPUT_ARCH(m68k) ENTRY(_start) SEARCH_DIR("/usr/local/m68k-linux/lib"); /
www.eeworm.com/read/227822/14410783

ld i386-vl.ld

/* ld script to make i386 Linux kernel * Written by Martin Mares ; */ OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386") OUTPUT_ARCH(i386) SEARCH_DIR(/lib); SEARCH_
www.eeworm.com/read/227822/14410799

ld alpha.ld

OUTPUT_FORMAT("elf64-alpha", "elf64-alpha", "elf64-alpha") OUTPUT_ARCH(alpha) ENTRY(__start) SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/usr/alpha-unknown-li
www.eeworm.com/read/227822/14411044

ld sparc.ld

OUTPUT_FORMAT("elf32-sparc", "elf32-sparc", "elf32-sparc") OUTPUT_ARCH(sparc) SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/usr/alpha-unknown-linux-gnu/lib); E
www.eeworm.com/read/225349/14544432

java bakcreateviewgraphand.java

/* public BranchGroup createViewGraph(Canvas3D canvas,TransformGroup tg) { // All according to cookbook recipe BranchGroup objRoot = new BranchGroup(); View view = new View(); Vie