代码搜索:sections
找到约 10,000 项符合「sections」的源代码
代码结果 10,000
www.eeworm.com/read/246798/12704633
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/331375/12831612
pas peheaderunit.pas
unit PEHeaderUnit;
interface
uses
Windows, SysUtils,
JwaWinnt, UtilUnit;
type
TPEHeader = class
private
FHdrPtr: Pointer;
FSections: Array of PImageSectionH
www.eeworm.com/read/241680/13126306
cmd my_lnk_cmd.cmd
-l Edma_inout_cslcfg.cmd
SECTIONS
{
mydata > IRAM
mycode > IRAM
}
www.eeworm.com/read/139738/13137047
java coff.java
// PART OF THE MACHINE SIMULATION. DO NOT CHANGE.
package nachos.machine;
import java.io.EOFException;
/**
* A COFF (common object file format) loader.
*/
public final class Coff {
/**
*
www.eeworm.com/read/241323/13156513
m hard.m
%> calculates the partial cross sections for a hard sphere.
%> The program asks for a maximal angular momentum Lmax and displays
%> the successive sums partial cross sections up to Lmax. Not
www.eeworm.com/read/139347/13160260
lds second.lds
OUTPUT_FORMAT("elf32-sh-linux", "elf32-sh-linux",
"elf32-sh-linux")
OUTPUT_ARCH(sh)
ENTRY(start)
SECTIONS
{
/* Read-only sections, merged into text segment: */
. = 0x400000 + SIZEOF_HEADERS
www.eeworm.com/read/239885/13249478
prm mon08_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/239885/13249481
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/239885/13249482
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/239510/13274719
pas peheaderunit.pas
unit PEHeaderUnit;
interface
uses
Windows, SysUtils,
JwaWinnt, UtilUnit;
type
TPEHeader = class
private
FHdrPtr: Pointer;
FSections: Array of PImageSectionH