Home
last modified time | relevance | path

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

/scripts/
Dsortextable.c270 table_sort_t custom_sort; in do_file() local
304 custom_sort = NULL; in do_file()
313 custom_sort = x86_sort_relative_table; in do_file()
321 custom_sort = sort_relative_table; in do_file()
345 do32(ehdr, fname, custom_sort); in do_file()
355 do64(ghdr, fname, custom_sort); in do_file()
Dsortextable.h91 do_func(Elf_Ehdr *ehdr, char const *const fname, table_sort_t custom_sort) in do_func() argument
165 if (custom_sort) { in do_func()
166 custom_sort(extab_image, _r(&extab_sec->sh_size)); in do_func()