Home
last modified time | relevance | path

Searched refs:OBJCOPY (Results 1 – 13 of 13) sorted by relevance

/DragonOS-0.1.8/user/apps/test_relibc/
DMakefile3 OBJCOPY=objcopy macro
19 …$(OBJCOPY) -I elf64-x86-64 -R ".eh_frame" -R ".comment" -O elf64-x86-64 $(tmp_output_dir)/test $(o…
/DragonOS-0.1.8/user/apps/test_bind/
DMakefile3 OBJCOPY=objcopy macro
19 …$(OBJCOPY) -I elf64-x86-64 -R ".eh_frame" -R ".comment" -O elf64-x86-64 $(tmp_output_dir)/test_bin…
/DragonOS-0.1.8/user/apps/test_gettimeofday/
DMakefile3 OBJCOPY=objcopy macro
19 …$(OBJCOPY) -I elf64-x86-64 -R ".eh_frame" -R ".comment" -O elf64-x86-64 $(tmp_output_dir)/test_get…
/DragonOS-0.1.8/user/apps/test_fstat/
DMakefile3 OBJCOPY=objcopy macro
19 …$(OBJCOPY) -I elf64-x86-64 -R ".eh_frame" -R ".comment" -O elf64-x86-64 $(tmp_output_dir)/test_fst…
/DragonOS-0.1.8/user/apps/http_server/
DMakefile3 OBJCOPY=objcopy macro
19 …$(OBJCOPY) -I elf64-x86-64 -R ".eh_frame" -R ".comment" -O elf64-x86-64 $(tmp_output_dir)/http_ser…
/DragonOS-0.1.8/user/apps/test_sqlite3/
DMakefile3 OBJCOPY=objcopy macro
24 …$(OBJCOPY) -I elf64-x86-64 -R ".eh_frame" -R ".comment" -O elf64-x86-64 $(tmp_output_dir)/test_sql…
/DragonOS-0.1.8/user/apps/test_signal/
DMakefile7 …$(OBJCOPY) -I elf64-x86-64 -R ".eh_frame" -R ".comment" -O elf64-x86-64 $(tmp_output_dir)/test_sig…
/DragonOS-0.1.8/user/apps/about/
DMakefile10 …$(OBJCOPY) -I elf64-x86-64 -R ".eh_frame" -R ".comment" -O elf64-x86-64 $(tmp_output_dir)/about $(…
/DragonOS-0.1.8/user/apps/shell/
DMakefile7 …$(OBJCOPY) -I elf64-x86-64 -R ".eh_frame" -R ".comment" -O elf64-x86-64 $(tmp_output_dir)/shell $(…
/DragonOS-0.1.8/user/
DMakefile38 CC=gcc AS=as AR=ar LD=ld OBJCOPY=objcopy NM=nm cargo install dadk
46 …CC=gcc AS=as AR=ar LD=ld OBJCOPY=objcopy NM=nm cargo install dadk || (echo "dadk update failed" &&…
/DragonOS-0.1.8/tools/
Dgrub_auto_install.sh16 export OBJCOPY=objcopy
/DragonOS-0.1.8/kernel/src/
DMakefile61 $(OBJCOPY) -I elf64-x86-64 -O elf64-x86-64 kernel ../../bin/kernel/kernel.elf
/DragonOS-0.1.8/
DMakefile37 export OBJCOPY=$(DragonOS_GCC)/x86_64-elf-objcopy macro