HomeSort by: relevance | last modified time | path
    Searched defs:OBJCOPY (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/hpcmips/stand/romboot/
Makefile 6 OBJCOPY?= ${CROSSDIR}objcopy
19 $(OBJCOPY) --remove-section=.reginfo -O binary $? $@
  /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/external/gpl3/gdb.old/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...]
  /src/sys/arch/news68k/stand/bootxx/
Makefile 18 OBJCOPY?= objcopy
40 ${OBJCOPY} -O binary ${.TARGET}.sym ${.TARGET}
  /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...]
  /src/share/mk/
bsd.sys.mk 272 OBJCOPY?= objcopy
352 # Objcopy
bsd.own.mk 409 OBJCOPY= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE_GNU_PLATFORM}-objcopy
435 OBJCOPY= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-objcopy
827 # OBJCOPY flags to create a.out binaries for old firmware

Completed in 26 milliseconds