Home
last modified time | relevance | path

Searched refs:objcopy (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/subzero/pydir/
Dszbuild.py300 objcopy = '{base}/{objcopy}'.format(base=path_addition,
301 objcopy=GetObjcopyCmd(args.target))
339 ).format(objcopy=objcopy, obj=obj_llc), echo=args.verbose)
384 ).format(objcopy=objcopy, obj=obj_sz), echo=args.verbose)
410 ).format(objcopy=objcopy, obj=obj_sz, weak=obj_sz_weak),
416 ).format(objcopy=objcopy,
423 ).format(objcopy=objcopy, obj=obj_llc, weak=obj_llc_weak),
443 ).format(objcopy=objcopy, partial=obj_partial),
448 ).format(objcopy=objcopy, partial=obj_partial,
Dcrosstest.py178 objcopy=GetObjcopyCmd(args.target)),
195 objcopy=GetObjcopyCmd(args.target)),
268 objcopy=GetObjcopyCmd(args.target)),
/external/libunwind/tests/
Drun-coredump-unwind24objcopy -S --remove-section .gdb_index --remove-section .comment --keep-symbols="$keep_symbols" "$…
28 objcopy --add-section .gnu_debugdata="$mini_debuginfo" "$binary"
/external/linux-kselftest/tools/testing/selftests/powerpc/switch_endian/
DMakefile12 $(CROSS_COMPILE)objcopy -j .text --reverse-bytes=4 -O binary $< $@
/external/syslinux/mk/
Dsyslinux.mk58 OBJCOPY = objcopy
/external/python/cpython2/Lib/test/
Dpickletester.py485 def assert_is_copy(self, obj, objcopy, msg=None): argument
489 msg = "{!r} is not a copy of {!r}".format(obj, objcopy)
490 self.assertEqual(obj, objcopy, msg=msg)
491 self.assertIs(type(obj), type(objcopy), msg=msg)
493 self.assertDictEqual(obj.__dict__, objcopy.__dict__, msg=msg)
494 self.assertIsNot(obj.__dict__, objcopy.__dict__, msg=msg)
496 self.assertListEqual(obj.__slots__, objcopy.__slots__, msg=msg)
499 hasattr(obj, slot), hasattr(objcopy, slot), msg=msg)
501 getattr(objcopy, slot, None), msg=msg)
/external/syslinux/gnu-efi/gnu-efi-3.0/
DREADME.gnuefi36 - A version of "objcopy" that supports EFI applications. To
40 objcopy --help
56 - A version of "objcopy" that supports EFI applications. To
60 objcopy --help
182 could be accomplished with the "objcopy" utility by specifying option
289 mentioned with the -j option in the final "objcopy" command are
382 its own section so that the objcopy program can recognize it and can
DMake.defaults60 OBJCOPY := $(prefix)objcopy
/external/avb/examples/uefi/
DMakefile32 EFI_OBJCOPY = objcopy
/external/syslinux/gpxe/src/
DMakefile31 OBJCOPY := $(CROSS_COMPILE)objcopy
/external/syslinux/diag/geodsp/
Dgeodspms.asm27 ; objcopy -O binary geodsp.elf geodsp.raw
Dgeodsp1s.asm27 ; objcopy -O binary geodsp.elf geodsp.raw
/external/modp_b64/
Dcommon.mk260 $(eval $(call override_var,OBJCOPY,objcopy))
/external/minijail/
Dcommon.mk260 $(eval $(call override_var,OBJCOPY,objcopy))
/external/syslinux/gpxe/src/doc/
Dbuild_sys.dox404 objcopy -O binary <elf file> <output file>
/external/curl/docs/
DINSTALL.md418 library using the -R option to objcopy (e.g. the .comment section).
/external/boringssl/src/third_party/android-cmake/
Dandroid.toolchain.cmake1109 …TOOLCHAIN_ROOT}/bin/${ANDROID_TOOLCHAIN_MACHINE_NAME}-objcopy${TOOL_OS_SUFFIX}" CACHE PATH "objcop…
/external/toolchain-utils/dejagnu/gdb_baseline/
Di686-pc-linux-gnu3949 PASS: gdb.base/gnu-debugdata.exp: objcopy 1
3954 PASS: gdb.base/gnu-debugdata.exp: objcopy 2
Dx86_64-cros-linux-gnu4184 PASS: gdb.base/gnu-debugdata.exp: objcopy 1
4189 PASS: gdb.base/gnu-debugdata.exp: objcopy 2
Darmv7a-cros-linux-gnueabi3808 PASS: gdb.base/gnu-debugdata.exp: objcopy 1
3813 PASS: gdb.base/gnu-debugdata.exp: objcopy 2