函数逻辑报告 |
Source Code:include\linux\sched\coredump.h |
Create Date:2022-07-27 06:41:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:This returns the actual value of the suid_dumpable flag. For things* that are using this for checking for privilege transitions, it must* test against SUID_DUMP_USER rather than treating it as a boolean* value.
函数原型:static inline int __get_dumpable(unsigned long mm_flags)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned long | mm_flags |
26 | 返回:mm_flags按位与MMF_DUMPABLE_MASK |
名称 | 描述 |
---|---|
format_corename | rmat_corename will inspect the pattern parameter, and output a* name into corename, which must have space for at least* CORENAME_MAX_SIZE bytes plus one byte for the zero terminator. |
do_coredump | |
get_dumpable |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |