Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
extable.c File Reference
#include <linux/module.h>
#include <linux/sort.h>
#include <asm/uaccess.h>

Go to the source code of this file.

Functions

void sort_extable (struct exception_table_entry *start, struct exception_table_entry *finish)
 
struct exception_table_entrysearch_extable (const struct exception_table_entry *first, const struct exception_table_entry *last, unsigned long value)
 

Function Documentation

struct exception_table_entry* search_extable ( const struct exception_table_entry first,
const struct exception_table_entry last,
unsigned long  value 
)
read

Definition at line 73 of file extable.c.

void sort_extable ( struct exception_table_entry start,
struct exception_table_entry finish 
)

Definition at line 44 of file extable.c.