代码搜索:sections

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

代码结果 10,000
www.eeworm.com/read/277286/10648664

c colourwheel.c

#include /* get HP-PHIGS definitions for C */ #include /* get standard I/O definitions */ #include /* link with library "-lm" */ #define Sections 60 /* sections to
www.eeworm.com/read/421489/10735749

prm p&e_icd_linker.prm

/* This is a linker parameter file for the GZ16 */ 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/421489/10735752

prm p&e_fcs_linker.prm

/* This is a linker parameter file for the GZ16 */ 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/419052/10888301

html gfdl-5.html

COMBINING DOCUMENTS
www.eeworm.com/read/418361/10951532

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/418361/10951652

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/418361/10951667

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/418361/10951998

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/
www.eeworm.com/read/468715/6986755

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/466519/7026234

lds boot.lds

/* Simulated boot loader by Hao-Ran Liu This linker script is used when making Image.elf, which includes head.S, boot.c and piggy.o. Every output section has two addresses. The first i