Home
last modified time | relevance | path

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

/DragonOS-0.1.3/user/apps/test_signal/
DMakefile5 …$(OBJCOPY) -I elf64-x86-64 -R ".eh_frame" -R ".comment" -O elf64-x86-64 $(tmp_output_dir)/test_sig…
/DragonOS-0.1.3/user/apps/about/
DMakefile8 …$(OBJCOPY) -I elf64-x86-64 -R ".eh_frame" -R ".comment" -O elf64-x86-64 $(tmp_output_dir)/about $(…
/DragonOS-0.1.3/user/apps/shell/
DMakefile5 …$(OBJCOPY) -I elf64-x86-64 -R ".eh_frame" -R ".comment" -O elf64-x86-64 $(tmp_output_dir)/shell $(…
/DragonOS-0.1.3/tools/
Dgrub_auto_install.sh16 export OBJCOPY=objcopy
/DragonOS-0.1.3/kernel/src/
DMakefile61 …$(OBJCOPY) -I elf64-x86-64 -O elf64-x86-64 -R ".comment" -R ".eh_frame" kernel ../../bin/kernel/ke…
/DragonOS-0.1.3/
DMakefile37 export OBJCOPY=$(DragonOS_GCC)/x86_64-elf-objcopy macro