Lines Matching refs:OBJCOPY
452 # will assemble FILE.s, run some tool like `objdump', `objcopy', or
496 # Run objcopy with the specified flags after assembling any source
501 # Run objcopy on the linked file with the specified flags.
502 # This lets you transform the linked file using objcopy, before the
504 # may in turn *also* be objcopy).
514 # objcopy: FLAGS
548 # to pass. The PROG, objdump, nm and objcopy options have no
566 global OBJDUMP NM AS OBJCOPY READELF LD
599 set opts(objcopy) {}
718 objcopy { set program objcopy }
727 foreach p {objdump objcopy nm readelf} {
819 set cmd "$OBJCOPY $opts(objcopy_objects) $objfile"
823 "" "/dev/null" "objcopy.tmp"]
824 remote_upload host "objcopy.tmp"
825 set comp_output [prune_warnings [file_contents "objcopy.tmp"]]
826 remote_file host delete "objcopy.tmp"
827 remote_file build delete "objcopy.tmp"
877 set cmd "$OBJCOPY $opts(objcopy_linked_file) $infile $objfile"
932 # Objcopy, unlike the other two, won't send its output to stdout,
935 if { $program == "objcopy" } {