Lines Matching refs:sort
91 { "numeric-sort", 'n', NULL, 0, N_("Sort symbols numerically by address"),
93 { "no-sort", 'p', NULL, 0, N_("Do not sort the symbols"), 0 },
94 { "reverse-sort", 'r', NULL, 0, N_("Reverse the sense of the sort"), 0 },
195 } sort;
289 sort = sort_numeric;
293 sort = sort_nosort;
1475 if (sort == sort_name)
1481 else if (sort == sort_numeric)