函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:sort_extable

函数原型:void sort_extable(struct exception_table_entry *start, struct exception_table_entry *finish)

返回类型:void

参数:

类型参数名称
struct exception_table_entry *start
struct exception_table_entry *finish
67  sort(start, finish - start, sizeof(structexception_table_entry), The exception table needs to be sorted so that the binary* search that we use to find entries in it works properly.* This is used both for the kernel exception table and for* the exception tables of modules that get loaded., swap_ex)
调用者
名称描述
post_relocation
sort_main_extable内置异常表排序