Home
last modified time | relevance | path

Searched refs:custom_sort (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/
H A Dsorttable.c562 table_sort_t custom_sort)
711 if (custom_sort) {
712 custom_sort(extab_image, shdr_size(extab_sec));
861 table_sort_t custom_sort = NULL;
896 custom_sort = sort_relative_table_with_data;
901 custom_sort = sort_relative_table;
990 return do_sort(ehdr, fname, custom_sort);
272 table_sort_t custom_sort = NULL; do_file() local