Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:is_constdisp

Proto:static int is_constdisp(struct elf32_hdr *hdr)

Type:int

Parameter:

TypeParameterName
struct elf32_hdr *hdr
127  If Not That's for binfmt_elf_fdpic to deal with (hdr) Then Return 1
129  If elf_check_const_displacement(hdr) Then Return 1
131  Return 0
Caller
NameDescribe
load_elf_fdpic_binaryload an fdpic binary into various bits of memory