Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\jump_label.c Create Date:2022-07-28 13:48:41
Last Modify:2020-03-17 20:59:06 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:addr_conflict

Proto:static int addr_conflict(struct jump_entry *entry, void *start, void *end)

Type:int

Parameter:

TypeParameterName
struct jump_entry *entry
void *start
void *end
311  If jump_entry_code(entry) <= end && jump_entry_code(entry) + JUMP_LABEL_NOP_SIZE > start Then Return 1
315  Return 0
Caller
NameDescribe
__jump_label_text_reserved