Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\moduleloader.h Create Date:2022-07-28 08:38:13
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:apply_relocate

Proto:static inline int apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me)

Type:int

Parameter:

TypeParameterName
Elf32_Shdr *sechdrs
const char *strtab
unsigned intsymindex
unsigned intrelsec
struct module *me
54  printk(r conditions "module %s: REL relocation unsupported\n", This is a #define so the string doesn't get put in every .o file (me))
56  Return -ENOEXEC
Caller
NameDescribe
apply_relocations