Home
last modified time | relevance | path

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

/scripts/
Dsorttable.c301 table_sort_t custom_sort = NULL; in do_file() local
336 custom_sort = x86_sort_relative_table; in do_file()
339 custom_sort = s390_sort_relative_table; in do_file()
345 custom_sort = sort_relative_table; in do_file()
368 rc = do_sort_32(ehdr, fname, custom_sort); in do_file()
380 rc = do_sort_64(ghdr, fname, custom_sort); in do_file()
Dsorttable.h197 table_sort_t custom_sort) in do_sort() argument
317 if (custom_sort) { in do_sort()
318 custom_sort(extab_image, _r(&extab_sec->sh_size)); in do_sort()