Searched refs:sort_extable (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/lib/ |
D | extable.c | 36 void sort_extable(struct exception_table_entry *start, in sort_extable() function
|
/linux-4.4.14/kernel/ |
D | extable.c | 46 sort_extable(__start___ex_table, __stop___ex_table); in sort_main_extable()
|
D | module.c | 3169 sort_extable(mod->extable, mod->extable + mod->num_exentries); in post_relocation()
|
/linux-4.4.14/arch/sparc/mm/ |
D | extable.c | 8 void sort_extable(struct exception_table_entry *start, in sort_extable() function
|
/linux-4.4.14/arch/s390/mm/ |
D | extable.c | 48 void sort_extable(struct exception_table_entry *start, in sort_extable() function
|
/linux-4.4.14/arch/alpha/mm/ |
D | extable.c | 44 void sort_extable(struct exception_table_entry *start, in sort_extable() function
|
/linux-4.4.14/arch/ia64/mm/ |
D | extable.c | 49 void sort_extable (struct exception_table_entry *start, in sort_extable() function
|
/linux-4.4.14/arch/x86/mm/ |
D | extable.c | 123 void sort_extable(struct exception_table_entry *start, in sort_extable() function
|
/linux-4.4.14/include/linux/ |
D | module.h | 165 void sort_extable(struct exception_table_entry *start,
|
/linux-4.4.14/arch/mips/kernel/ |
D | traps.c | 2353 sort_extable(__start___dbe_table, __stop___dbe_table); in trap_init()
|