Home
last modified time | relevance | path

Searched refs:search_module_extables (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dextable.h25 const struct exception_table_entry *search_module_extables(unsigned long addr);
28 search_module_extables(unsigned long addr) in search_module_extables() function
/Linux-v4.19/kernel/
Dextable.c63 e = search_module_extables(addr); in search_exception_tables()
Dmodule.c4258 const struct exception_table_entry *search_module_extables(unsigned long addr) in search_module_extables() function