Home
last modified time | relevance | path

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

/openbmc/linux/scripts/
H A Dsorttable.c272 table_sort_t custom_sort = NULL; in do_file() local
311 custom_sort = sort_relative_table_with_data; in do_file()
316 custom_sort = sort_relative_table; in do_file()
339 rc = do_sort_32(ehdr, fname, custom_sort); in do_file()
351 rc = do_sort_64(ghdr, fname, custom_sort); in do_file()
H A Dsorttable.h263 table_sort_t custom_sort) in do_sort() argument
416 if (custom_sort) { in do_sort()
417 custom_sort(extab_image, _r(&extab_sec->sh_size)); in do_sort()