函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:unhandled_signal

函数原型:bool unhandled_signal(struct task_struct *tsk, int sig)

返回类型:bool

参数:

类型参数名称
struct task_struct *tsk
intsig
551  __userhandler等于sa_handler
552  如果检查进程已初始化则返回:true
555  如果handler不等于gnore signal handler不等于default signal handling 则返回:false
559  返回:非ptrace
调用者
名称描述
force_sig_info_umip_faultrce_sig_info_umip_fault() - Force a SIGSEGV with SEGV_MAPERR*@addr: Address that caused the signal*@regs: Register set containing the instruction pointer* Force a SIGSEGV signal with SEGV_MAPERR as the error code
show_signal