代码搜索:ELF
找到约 10,000 项符合「ELF」的源代码
代码结果 10,000
www.eeworm.com/read/119864/6081986
c elfinterp.c
#define DEBUG
/* Run an ELF binary on a linux system.
Copyright (C) 1993, Eric Youngdale.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU
www.eeworm.com/read/119864/6082000
c elfinterp.c
/* Run an ELF binary on a linux system.
Copyright (C) 1993, Eric Youngdale.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public
www.eeworm.com/read/119864/6082010
c elfinterp.c
/* Run an ELF binary on a linux system.
Copyright (C) 1995, Eric Youngdale.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public
www.eeworm.com/read/110034/6166318
burner ld.sys.big.burner
OUTPUT_FORMAT("elf32-bigmips")
OUTPUT_ARCH(mips)
ENTRY(main)
SECTIONS
{
. = 0xA0400000;
.text : {*(.text)}
.data : {*(.data)}
.bss : {*(.bss)}
}
www.eeworm.com/read/233430/14151015
ld link_tornado.ld
OUTPUT_ARCH(mips)
OUTPUT_FORMAT("elf32-bigmips")
ENTRY(_start)
SECTIONS
{
. = 0xa0000000;
.text :
{
_fdata = .;
*(.text)
etext = .;
_etext = .;
}
.rodata :
{
www.eeworm.com/read/15240/440248
c cmd_portio.c
/*
* (C) Copyright 2003
* Marc Singer, elf@buici.com
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
www.eeworm.com/read/17071/711716
c cmd_portio.c
/*
* (C) Copyright 2003
* Marc Singer, elf@buici.com
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
www.eeworm.com/read/494783/1154327
c cmd_portio.c
/*
* (C) Copyright 2003
* Marc Singer, elf@buici.com
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
www.eeworm.com/read/492491/1173254
makefile
# Makefile - Sample makefile to demonstrate the use of the -mflat compiler
# option, and the mflat libraries
#
# See the readme.txt file for more information
GCC_VER = $(shell nios-elf-
www.eeworm.com/read/492491/1173276
makefile
# Makefile - Sample makefile to demonstrate the use of the -mflat compiler
# option, and the mflat libraries
#
# See the readme.txt file for more information
GCC_VER = $(shell nios-elf-