Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\exec.c Create Date:2022-07-28 20:03:57
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:read_code

Proto:ssize_t read_code(struct file *file, unsigned long addr, loff_t pos, size_t len)

Type:ssize_t

Parameter:

TypeParameterName
struct file *file
unsigned longaddr
loff_tpos
size_tlen
1002  res = vfs_read(file, (void__user * )addr, len, & pos)
1003  If res > 0 Then flush_icache_range(addr, addr + len)
1005  Return res
Caller
NameDescribe
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_aout_library
load_flat_file