xref: /original-bsd/old/symorder/symorder.1 (revision 4d1ce0b0)
Copyright (c) 1980, 1990 The Regents of the University of California.
All rights reserved.

%sccs.include.redist.man%

@(#)symorder.1 6.3 (Berkeley) 06/24/90

SYMORDER 1 "%Q"
C
NAME
symorder - rearrange name list
SYNOPSIS
symorder orderlist symbolfile
DESCRIPTION
Orderlist is a file containing symbols to be found in symbolfile, 1 symbol per line.

Symbolfile is updated in place to put the requested symbols first in the symbol table, in the order specified. This is done by swapping the old symbols in the required spots with the new ones. If all of the order symbols are not found, an error is generated.

This program was specifically designed to cut down on the overhead of getting symbols from /vmunix.

"SEE ALSO"
nlist(3)