Binder Manual (G06.27+, H06.04+, J06.03+)
BIND Commands
Binder Manual—528613-004
3-75
STRIP Command
•
The command SHOW INFO FROM file-name produces a listing such as the
following for D-series object files:
@SHOW INFO FROM myfile
Object File: \RUSTY.$USER.TEST.MYFILE
General Information
Binder Region: YES
Binder Timestamp: 1994-10-24 11:51:06.30
Data Pages: 2
Debugger: INSPECT
Inspect Region: NO
Process Subtype: 0
Program File Segment: 0 WORDS
Highrequesters: OFF
Runnamed: ON
Highpin: ON
Saveabend: OFF
Segments: 1
Target: UNSPECIFIED
STRIP Command
The STRIP command removes the Binder, Inspect, and Accelerator regions from the
named object file. STRIP can also selectively remove the Itanium instruction region
from the named object file.
Note that STRIP modifies the named file; Binder does not copy the file to a target file. If
you need Binder and Inspect tables for future analysis, copy the file to another location.
file-name
specifies the Guardian disk file name or OSS pathname of an object file whose
Binder region and Inspect region (if any) are to be deleted. STRIP file-name leaves
the Accelerator region in the file.
SYMBOLS
strips the Inspect region containing symbols tables from the object file, leaving the
Binder, Accelerator and IPF regions.
STRIP file-name [ , SYMBOLS | , AXCEL| , IPF / OCA ]