Kenwood HP 9000 Personal Computer User Manual


 
106 Chapter 4
Linker Tools
Changing a Program's Attributes with chatr(1)
For the 64-bit only syntax:
To do this: Use this option:
Set the modification bit for the file’s data
segment(s).
+md
Set the modification bit for the file’s text
segment(s).
+mi
Set the code bit for the file’s data segment(s). +cd
Set the code bit for the file’s text segment(s). +ci
Enable lazy swap on all data segments. Do not
use with non-data segments.
+z
To do this: Use this option:
Set the code bit for a specified segment. +c
Enables or disables lazy swap allocation for
dynamically allocated segments (such as the
stack or heap).
+dz
Set the modification bit for a specified segment. +m
Set the page size for a specified segment. +p
Identify a segment using a segment index
number.
+si
Identify a segment using an address. +sa
Use all segments in the file for a set of attribute
modifications.
+sall
Enable lazy swap on a specific segment (using the
second command syntax). Do not use with
non-data segments.
+z