函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:set_binfmt

函数原型:void set_binfmt(struct linux_binfmt *new)

返回类型:void

参数:

类型参数名称
struct linux_binfmt *new
1933  mm等于mm
1935  如果可执行文件的格式module_put(module)
1938  可执行文件的格式等于new
1939  如果new__module_get(module)
调用者
名称描述
load_aout_binaryThese are the functions used to load a.out style executables and shared* libraries. There is no binary dependent code anywhere else.
load_elf_binary
load_elf_fdpic_binaryload an fdpic binary into various bits of memory
load_flat_binaryThese are the functions used to load flat style executables and shared* libraries. There is no binary dependent code anywhere else.