Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:set_brk

Proto:static int set_brk(unsigned long start, unsigned long end)

Type:int

Parameter:

TypeParameterName
unsigned longstart
unsigned longend
47  start = align the pointer to the (next) page boundary (start)
48  end = align the pointer to the (next) page boundary (end)
49  If end > start Then Return vm_brk(start, end - start)
51  Return 0
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.