代码搜索:objcopy

找到约 940 项符合「objcopy」的源代码

代码结果 940
www.eeworm.com/read/256195/4370454

1 xscale_be-objcopy.1

.\" Automatically generated by Pod::Man v1.3, Pod::Parser v1.13 .\" .\" Standard preamble: .\" ======================================================================== .de Sh \" Subsection heading .br
www.eeworm.com/read/346607/11735867

exe arm-elf-objcopy.exe

www.eeworm.com/read/7878/139347

1 arm-linux-objcopy.1

.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14 .\" .\" Standard preamble: .\" ======================================================================== .de Sh \" Subsection heading .b
www.eeworm.com/read/302443/3825879

1 arm-linux-objcopy.1

.\" Automatically generated by Pod::Man v1.3, Pod::Parser v1.13 .\" .\" Standard preamble: .\" ======================================================================== .de Sh \" Subsection heading .br
www.eeworm.com/read/455624/7369292

64 mk.64

# # Define the path to your 64-bit toolchain here. # #CC= /usr/local/gnu/bin/x86_64-elf-gcc #AR= /usr/local/gnu/bin/x86_64-elf-ar #AS= /usr/local/gnu/bin/x86_64-elf-as #LD= /usr/local/gnu/bin/x86
www.eeworm.com/read/152843/5657384

makefile

# # This file is subject to the terms and conditions of the GNU General Public # License. See the file "COPYING" in the main directory of this archive # for more details. # GZIP = gzip GZIP_FLAGS =
www.eeworm.com/read/444618/7610427

makefile

CC = gcc LD = ld LDFILE = os_x86.ld OBJCOPY = objcopy all:boot_hw.img boot_hw.o: boot_hw.s $(CC) -c boot_hw.s boot_hw.elf: boot_hw.o $(LD) boot_hw.o -o boot_hw.elf -e c -T$(LDFILE) boot_hw.bin
www.eeworm.com/read/172198/9719984

makefile

SHELL = /bin/sh bindir = /usr/local/arm/bin CC = ${bindir}/arm-linux-gcc AS = ${bindir}/arm-linux-as LD = ${bindir}/arm-linux-ld OBJCOPY = ${bindir}/arm-linux-objcopy CFILES = routine.o ua