Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dextable.h15 void sort_extable(struct exception_table_entry *start,
/linux-6.1.9/kernel/
Dextable.c41 sort_extable(__start___ex_table, __stop___ex_table); in sort_main_extable()
/linux-6.1.9/lib/
Dextable.c63 void sort_extable(struct exception_table_entry *start, in sort_extable() function
/linux-6.1.9/arch/s390/kernel/
Dearly.c286 sort_extable(__start_amode31_ex_table, __stop_amode31_ex_table); in sort_amode31_extable()
/linux-6.1.9/arch/mips/kernel/
Dtraps.c2530 sort_extable(__start___dbe_table, __stop___dbe_table); in trap_init()
/linux-6.1.9/kernel/module/
Dmain.c2362 sort_extable(mod->extable, mod->extable + mod->num_exentries); in post_relocation()