代码搜索:Script
找到约 10,000 项符合「Script」的源代码
代码结果 10,000
www.eeworm.com/read/439082/1812502
script ld.script
OUTPUT_FORMAT("ecoff-littlemips")
OUTPUT_ARCH(mips)
SECTIONS
{
.initrd :
{
*(.data)
}
}
www.eeworm.com/read/439082/1812556
in ld.script.in
OUTPUT_ARCH(mips)
ENTRY(kernel_entry)
SECTIONS
{
/* Read-only sections, merged into text segment: */
. = @@LOADADDR@@;
.init : { *(.init) } =0
.text :
{
_ftext = . ;
*
www.eeworm.com/read/439082/1814583
script ld.script
OUTPUT_ARCH(powerpc)
SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/usr/local/powerpc-any-elf/lib);
/* Do we need any of these for elf?
__DYNAMIC = 0; */
SECTION
www.eeworm.com/read/439082/1814586
script ld.script
OUTPUT_ARCH(powerpc)
SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/usr/local/powerpc-any-elf/lib);
/* Do we need any of these for elf?
__DYNAMIC = 0; */
SECTION
www.eeworm.com/read/438443/1825269
script restart.script
/* Default linker script, for normal executables */
OUTPUT_FORMAT("elf32-i386", "elf32-i386",
"elf32-i386")
OUTPUT_ARCH(i386)
ENTRY(_start)
SEARCH_DIR("/usr/i486-slackware-linux/lib"); SEARCH_D
www.eeworm.com/read/437033/1836223
script fp.script
s/_adf4/.adf4/
s/_adf8/.adf8/
s/_cff4/.cff4/
s/_cff8/.cff8/
s/_cfi/.cfi/
s/_cfu/.cfu/
s/_cif4/.cif4/
s/_cif8/.cif8/
s/_cmf4/.cmf4/
s/_cmf8/.cmf8/
s/_cuf4/.cuf4/
s/_cuf8/.cuf8/
s/_dvf4/.dvf4/
s/_dvf8/.
www.eeworm.com/read/437033/1836277
script fp.script
s/_adf4/.adf4/
s/_adf8/.adf8/
s/_cff4/.cff4/
s/_cff8/.cff8/
s/_cfi/.cfi/
s/_cfu/.cfu/
s/_cif4/.cif4/
s/_cif8/.cif8/
s/_cmf4/.cmf4/
s/_cmf8/.cmf8/
s/_cuf4/.cuf4/
s/_cuf8/.cuf8/
s/_dvf4/.dvf4/
s/_dvf8/.
www.eeworm.com/read/436162/1851861
java script.java
// ========================================================================
// $Id: Script.java,v 1.3 2004/05/09 20:31:28 gregwilkins Exp $
// Copyright 1996-2004 Mort Bay Consulting Pty. Ltd.
// ----
www.eeworm.com/read/433911/1880262
mpb script.mpb
// -*- MPC -*-
// $Id: script.mpb 80826 2008-03-04 14:51:23Z wotte $
project {
Define_Custom(Script) {
automatic = 1
inputext = .sh
}
}