Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:OBJCOPY
(Results
1 - 11
of
11
) sorted by relevance
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/cmd_bin/
H
A
D
Makefile
26
OBJCOPY
:= $(CROSS_COMPILE)objcopy
macro
66
$(
OBJCOPY
) -O srec $(PWD)/$(DDR_CMD).elf $(DDR_CMD).srec
67
$(
OBJCOPY
) --gap-fill=0xff -O binary $(PWD)/$(DDR_CMD).elf $@
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/
H
A
D
Makefile
25
export
OBJCOPY
:= $(CROSS_COMPILE)objcopy
macro
61
$(
OBJCOPY
) -O binary $(TARGET) $(TARGET).bin
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/
H
A
D
Makefile
25
export
OBJCOPY
:= $(CROSS_COMPILE)objcopy
macro
61
$(
OBJCOPY
) -O binary $(TARGET) $(TARGET).bin
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/make_scripts/
H
A
D
config.mk
27
OBJCOPY
:= $(TOOLS_PREFIX)objcopy
macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/make_scripts/
H
A
D
config.mk
27
OBJCOPY
:= $(TOOLS_PREFIX)objcopy
macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/
H
A
D
non_factory.mk
82
$(
OBJCOPY
) -O binary $(MAIN_TOPDIR)/$(BIN_PATH)/$(TARGET_NAME).out $(MAIN_TOPDIR)/$(CACHE_PATH)/$(TARGET_NAME).bin
90
$(
OBJCOPY
) -O binary $(MAIN_TOPDIR)/$(BIN_PATH)/$(TARGET_NAME)_$(X).out $(MAIN_TOPDIR)/$(CACHE_PATH)/$(TARGET_NAME)_$(X).bin; \
H
A
D
factory.mk
79
$(
OBJCOPY
) -O binary $(MAIN_TOPDIR)/$(BIN_PATH)/$(TARGET_NAME)_factory.out $(MAIN_TOPDIR)/$(CACHE_PATH)/$(TARGET_NAME)_factory.bin;
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/
H
A
D
Makefile
66
$(
OBJCOPY
) -Obinary -R .rom.text -R .rom.code.text -R .u_boot_cmd -R .rom.data -R .rom.code.data -R .rom.bss -R .rom.code.bss -S $(BOOT_ELF) $(BOOT_BIN)
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/
H
A
D
Makefile
62
$(
OBJCOPY
) -Obinary -R .rom.text -R .rom.code.text -R .u_boot_cmd -R .rom.data -R .rom.code.data -R .rom.bss -R .rom.code.bss -S $(BOOT_ELF) $(BOOT_BIN)
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/boot/flashboot/
H
A
D
Makefile
66
$(
OBJCOPY
) -Obinary -R .rom.text -R .rom.code.text -R .u_boot_cmd -R .rom.data -R .rom.code.data -R .rom.bss -R .rom.code.bss -S $(BOOT_ELF) $(BOOT_BIN)
/device/soc/rockchip/common/sdk_linux/
H
A
D
Makefile
435
OBJCOPY
= llvm-objcopy
macro
444
OBJCOPY
= $(CROSS_COMPILE)objcopy
macro
513
export CPP AR NM STRIP
OBJCOPY
OBJDUMP READELF PAHOLE RESOLVE_BTFIDS LEX YACC AWK INSTALLKERNEL
Completed in 10 milliseconds