Home
last modified time | relevance | path

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

/scripts/
Dsorttable.c305 table_sort_t custom_sort = NULL; in do_file() local
340 custom_sort = x86_sort_relative_table; in do_file()
343 custom_sort = s390_sort_relative_table; in do_file()
349 custom_sort = sort_relative_table; in do_file()
373 rc = do_sort_32(ehdr, fname, custom_sort); in do_file()
385 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()