函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\extable.c Create Date:2022-07-27 10:29:28
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Given an address, look for it in the kernel exception table

函数原型:const struct exception_table_entry *search_kernel_exception_table(unsigned long addr)

返回类型:struct exception_table_entry

参数:

类型参数名称
unsigned longaddr
47  返回:Search one exception table for an entry corresponding to the* given instruction address, and return the address of the entry,* or NULL if none is found.* We use a binary search, and thus we assume that the table is* already sorted.
调用者
名称描述
search_exception_tablesGiven an address, look for it in the exception tables.