Searched refs:OBJCOPY (Results 1 - 3 of 3) sorted by relevance

/seL4-test-master/tools/seL4/cmake-tool/helpers/
H A Dmake-uimage47 $PROGNAME OBJCOPY-TOOL ELF-FILE ARCHITECTURE OUTPUT-FILE
54 OBJCOPY-TOOL should be the path to a version of GNU objcopy appropriate
88 OBJCOPY=$1
96 if ! [ -x "$OBJCOPY" ]
98 die "\"$OBJCOPY\" does not exist or is not executable"
119 "$OBJCOPY" -O binary "$ELF_FILE" /dev/stdout >> $TEMPFILE
/seL4-test-master/tools/riscv-pk/
H A DMakefile.in104 OBJCOPY := @OBJCOPY@
H A Dconfigure608 OBJCOPY
3376 if test -n "$OBJCOPY"; then
3377 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
3396 OBJCOPY=$ac_cv_prog_OBJCOPY
3397 if test -n "$OBJCOPY"; then
3398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
3399 $as_echo "$OBJCOPY" >&6; }
3408 ac_ct_OBJCOPY=$OBJCOPY
3446 OBJCOPY=""
3454 OBJCOPY
[all...]

Completed in 36 milliseconds