Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\extable.c Create Date:2022-07-28 06:13:56
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:sort_extable

Proto:void sort_extable(struct exception_table_entry *start, struct exception_table_entry *finish)

Type:void

Parameter:

TypeParameterName
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)
Caller
NameDescribe
post_relocation