BSD 4_3_Tahoe development
[unix-history] / usr / man / cat1 / symorder.0
CommitLineData
362b077f
C
1
2
3
4SYMORDER(1) UNIX Programmer's Manual SYMORDER(1)
5
6
7
8N\bNA\bAM\bME\bE
9 symorder - rearrange name list
10
11S\bSY\bYN\bNO\bOP\bPS\bSI\bIS\bS
12 s\bsy\bym\bmo\bor\brd\bde\ber\br orderlist symbolfile
13
14D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
15 _\bO_\br_\bd_\be_\br_\bl_\bi_\bs_\bt is a file containing symbols to be found in sym-
16 bolfile, 1 symbol per line.
17
18 _\bS_\by_\bm_\bb_\bo_\bl_\bf_\bi_\bl_\be is updated in place to put the requested symbols
19 first in the symbol table, in the order specified. This is
20 done by swapping the old symbols in the required spots with
21 the new ones. If all of the order symbols are not found, an
22 error is generated.
23
24 This program was specifically designed to cut down on the
25 overhead of getting symbols from /vmunix.
26
27S\bSE\bEE\bE A\bAL\bLS\bSO\bO
28 nlist(3)
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63Printed 7/9/88 April 29, 1985 1
64
65
66