函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:open_exec

函数原型:struct file *open_exec(const char *name)

返回类型:struct file

参数:

类型参数名称
const char *name
884  filename等于getname_kernel(name)
885  f等于错误指示
887  如果非是错误
888  f等于do_open_execat(Special value used to indicateopenat should use the currentworking directory. , filename, 0)
889  putname(filename)
891  返回:f
调用者
名称描述
load_em86
load_misc_binaryhe loader itself
bm_register_write/register
load_script
load_elf_binary
load_elf_fdpic_binaryload an fdpic binary into various bits of memory