SYMORDER(1) UNIX Programmer's Manual SYMORDER(1) NAME symorder - rearrange name list SYNOPSIS symorder symlist file DESCRIPTION The file _s_y_m_l_i_s_t contains a list of symbols to be found in _f_i_l_e, one symbol per line. The symbol table of _f_i_l_e is updated in place; symbols read from _s_y_m_l_i_s_t are relocated to the beginning of the table and in the order given. This program was specifically designed to cut down on the overhead of getting symbols from the kernel name list. DIAGNOSTICS The _s_y_m_o_r_d_e_r(1) utility exits 0 on success, non zero if an error occurs. SEE ALSO nm(1), nlist(3), strip(1) HISTORY The symorder command appeared in 3.0BSD. Printed 11/26/99 January 22, 1994 1