OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OBJCOPY
(Results
1 - 25
of
88
) sorted by relevancy
1
2
3
4
/src/sys/arch/dreamcast/conf/
Makefile.dreamcast.inc
9
echo ${
OBJCOPY
} -O binary $@ $@.bin; \
10
${
OBJCOPY
} -O binary $@ $@.bin; \
/src/sys/arch/evbppc/conf/
Makefile.ev64260.inc
12
OBJDUMP=${OBJDUMP};
OBJCOPY
=${
OBJCOPY
}; STAT=${TOOL_STAT}; \
13
export OBJDUMP
OBJCOPY
STAT; ${MKIMG} $@ $@.img
Makefile.walnut.inc
13
OBJDUMP=${OBJDUMP};
OBJCOPY
=${
OBJCOPY
}; STAT=${TOOL_STAT}; \
14
export OBJDUMP
OBJCOPY
STAT; ${MKIMG} $@ $@.img
Makefile.explora.inc
10
echo ${
OBJCOPY
} --adjust-vma 0x81000000 $@ $@.img ; \
11
${
OBJCOPY
} --adjust-vma 0x81000000 $@ $@.img
Makefile.obs405.inc
18
OBJDUMP=${OBJDUMP};
OBJCOPY
=${
OBJCOPY
}; STAT=${TOOL_STAT}; \
19
export OBJDUMP
OBJCOPY
STAT; ${MKIMG} $@ $@.img
33
OBJDUMP=${OBJDUMP};
OBJCOPY
=${
OBJCOPY
}; STAT=${TOOL_STAT}; \
34
export OBJDUMP
OBJCOPY
STAT; ${MKIMG} $@ $@.img
59
echo ${
OBJCOPY
} -S -O binary $@ $@.bin; \
60
${
OBJCOPY
} -S -O binary $@ $@.bin; \
/src/distrib/evbppc/md-kernel/
Makefile
20
OBJDUMP=${OBJDUMP};
OBJCOPY
=${
OBJCOPY
}; STAT=${TOOL_STAT}; \
21
export OBJDUMP
OBJCOPY
STAT; ${MKIMG} ${.TARGET:R} ${.TARGET}
/src/sys/arch/hpcmips/stand/romboot/
Makefile
6
OBJCOPY
?= ${CROSSDIR}
objcopy
19
$(
OBJCOPY
) --remove-section=.reginfo -O binary $? $@
/src/distrib/i386/ramdisks/ramdisk-rescuetiny/
Makefile
8
STRIP=${
OBJCOPY
} -S -R .ident -R .note
/src/external/gpl3/gdb.old/dist/gdb/contrib/
gdb-add-index.sh
19
# This program assumes gdb and
objcopy
are in $PATH.
22
OBJCOPY
=${
OBJCOPY
:=
objcopy
}
147
if ! $
OBJCOPY
--dump-section .debug_str="$debugstrmerge" "$fpath" \
155
$
OBJCOPY
--add-section $section="$index" \
161
$
OBJCOPY
--add-section $section="$index" \
167
$
OBJCOPY
--add-section $section="$index" \
test_pubnames_and_indexes.py
20
# This program requires readelf, gdb and
objcopy
. The default values are gdb
21
# from the build tree and
objcopy
and readelf from $PATH. They may be
22
# overridden by setting environment variables GDB, READELF and
OBJCOPY
48
OBJCOPY
= None
127
"""Find the copies of readelf,
objcopy
and gdb to use."""
133
global
OBJCOPY
134
OBJCOPY
= os.getenv("
OBJCOPY
")
135
if
OBJCOPY
is None:
136
OBJCOPY
= "objcopy
[
all
...]
/src/distrib/evbarm/instkernel/instkernel/
Makefile
26
create-srec= ${
OBJCOPY
} -O srec ${.TARGET:R} ${.TARGET}
27
create-img= ${
OBJCOPY
} -O binary ${.TARGET:R} ${.TARGET}
/src/sys/arch/sun68k/stand/
Makefile.inc
45
${
OBJCOPY
} --output-target=binary ${SA_PROG} $@
/src/sys/arch/x68k/usr.bin/loadkmap/
Makefile
15
${
OBJCOPY
} -O binary ${.TARGET}.aout ${.TARGET}
20
${
OBJCOPY
} -O binary ${.TARGET}.aout ${.TARGET}
/src/distrib/dreamcast/instkernel/
Makefile
13
create-bin= ${
OBJCOPY
} -O binary ${.TARGET:R} ${.TARGET}
/src/sys/arch/playstation2/conf/
build.playstation2.sh
19
OBJCOPY
=${root}/bin/${target}-
objcopy
; export
OBJCOPY
/src/external/gpl3/gdb/dist/gdb/
gdb-add-index.in
19
# This program assumes gdb and
objcopy
are in $PATH.
22
OBJCOPY
=${
OBJCOPY
:=
objcopy
}
204
if ! $
OBJCOPY
--dump-section .debug_str="$debugstrmerge" "$fpath" \
212
$
OBJCOPY
--add-section $section="$index" \
218
$
OBJCOPY
--add-section $section="$index" \
224
$
OBJCOPY
--add-section $section="$index" \
/src/external/gpl3/gdb/dist/gdb/contrib/
test_pubnames_and_indexes.py
20
# This program requires readelf, gdb and
objcopy
. The default values are gdb
21
# from the build tree and
objcopy
and readelf from $PATH. They may be
22
# overridden by setting environment variables GDB, READELF and
OBJCOPY
48
OBJCOPY
= None
127
"""Find the copies of readelf,
objcopy
and gdb to use."""
133
global
OBJCOPY
134
OBJCOPY
= os.getenv("
OBJCOPY
")
135
if
OBJCOPY
is None:
136
OBJCOPY
= "objcopy
[
all
...]
gdb-add-index.sh
19
# This program assumes gdb and
objcopy
are in $PATH.
22
OBJCOPY
=${
OBJCOPY
:=
objcopy
}
204
if ! $
OBJCOPY
--dump-section .debug_str="$debugstrmerge" "$fpath" \
212
$
OBJCOPY
--add-section $section="$index" \
218
$
OBJCOPY
--add-section $section="$index" \
224
$
OBJCOPY
--add-section $section="$index" \
/src/distrib/evbsh3/instkernel/instkernel/
Makefile
22
create-bin= ${
OBJCOPY
} -O binary ${.TARGET:R} ${.TARGET}
/src/sys/arch/evbmips/conf/
Makefile.evbmips.inc
27
echo ${
OBJCOPY
} -S -O binary $@ $@.bin; \
28
${
OBJCOPY
} -S -O binary $@ $@.bin
/src/sys/arch/mvmeppc/stand/boot/
Makefile
10
${
OBJCOPY
} -O binary ${.OBJDIR}/boot.elf $@
/src/sys/arch/sparc/stand/bootxx/
Makefile
28
${
OBJCOPY
} -O binary ${.TARGET}.sym ${.TARGET}
/src/sys/external/bsd/gnu-efi/dist/
Make.rules
38
$(
OBJCOPY
) -j .text -j .sdata -j .data -j .dynamic -j .dynsym -j .rel \
43
$(
OBJCOPY
) -j .debug_info -j .debug_abbrev -j .debug_aranges \
/src/sys/arch/dreamcast/dev/microcode/
Makefile
8
OBJCOPY
= ${TOOLDIR}/bin/arm-none-eabi-
objcopy
18
${
OBJCOPY
} -O binary aica_armcode.elf aica_armcode.bin
/src/sys/arch/evbppc/compile/
walnut-mkimg.sh
20
: ${
OBJCOPY
=
objcopy
}
30
${
OBJCOPY
} -O binary ${input} ${input}.bin.$$
Completed in 33 milliseconds
1
2
3
4
Indexes created Mon Apr 06 00:22:49 UTC 2026