代码搜索:objcopy

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

代码结果 940
www.eeworm.com/read/324920/3492189

c hack-coff.c

/* * hack-coff.c - hack the header of an xcoff file to fill in * a few fields needed by the Open Firmware xcoff loader on * Power Macs but not initialized by objcopy. * * Copyright (C) Paul Macke
www.eeworm.com/read/316872/3588294

c hack-coff.c

/* * hack-coff.c - hack the header of an xcoff file to fill in * a few fields needed by the Open Firmware xcoff loader on * Power Macs but not initialized by objcopy. * * Copyright (C) Paul Macke
www.eeworm.com/read/443386/1744858

c hack-coff.c

/* * hack-coff.c - hack the header of an xcoff file to fill in * a few fields needed by the Open Firmware xcoff loader on * Power Macs but not initialized by objcopy. * * Copyright (C) Paul Macke
www.eeworm.com/read/408355/2251638

makefile

# USER_CROSS_COMPILE is a string that is prepended to all toolchain # executables, such as gcc, ld, as, objcopy etc. This is used for # cross-compiling userspace binaries. If not defined, CROSS_COMP
www.eeworm.com/read/408355/2251645

svn-base makefile.svn-base

# USER_CROSS_COMPILE is a string that is prepended to all toolchain # executables, such as gcc, ld, as, objcopy etc. This is used for # cross-compiling userspace binaries. If not defined, CROSS_COMP
www.eeworm.com/read/393286/2479701

c hack-coff.c

/* * hack-coff.c - hack the header of an xcoff file to fill in * a few fields needed by the Open Firmware xcoff loader on * Power Macs but not initialized by objcopy. * * Copyright (C) Paul Macke
www.eeworm.com/read/152843/5660688

c hack-coff.c

/* * hack-coff.c - hack the header of an xcoff file to fill in * a few fields needed by the Open Firmware xcoff loader on * Power Macs but not initialized by objcopy. * * Copyright (C) Paul Macke
www.eeworm.com/read/247346/12664026

makefile

CC = arm-elf-gcc LD = arm-elf-ld OBJCOPY = arm-elf-objcopy CFLAGS = -O0 -Wall all: bios bios.bin ls -l bios.bin bios:main.c init.S uart.c led_api.c led_driver.c shell.c my_printf.c my_string.c fla
www.eeworm.com/read/370331/9605509

makefile

CC = arm-elf-gcc LD = arm-elf-ld OBJCOPY = arm-elf-objcopy CFLAGS = -O0 -Wall all: bios bios.bin ls -l bios.bin bios:main.c init.S uart.c led_api.c led_driver.c shell.c my_printf.c my_string.c fla
www.eeworm.com/read/436920/7758858

h srec.h

/* * File: srec.h * * Interface definition of an srec parser. As an example, here is how you * might produce a SREC file suitable for download: * * $ objcopy -S -O srec vmlinux vmlinux.srec *