函数__module_address()

简介: 函数__module_address()

文件包含

需要添加的头文件:#include <linux/module.h>

函数定义

函数在内核源码中的位置:linux-2.6.30/kernel/module.c

函数功能描述

函数__module_address()主要用于根据给定一个内存地址addr,获得该内存地址所在的模块。addr:其值表示内存地址;

返回值

如果内存地址addr在某一模块的地址空间中,则返回指向该模块的结构体指针,否则返回NULL。其中关于结构体struct module的定义关于find_module()函数分析

目录
相关文章
|
2月前
ts中interface和type的区别
ts中interface和type的区别
98 21
Warning: To load an ES module, set “type“: “module“ in the package.json or use the .mjs extension.
Warning: To load an ES module, set “type“: “module“ in the package.json or use the .mjs extension.
|
6月前
|
JavaScript
TS中 type和interface的区别
TS中 type和interface的区别
557 0
|
6月前
Angular启动/node_modules/@types/node/index.d.ts (20,1): Invalid ‘reference‘ directive syntax.
Angular启动/node_modules/@types/node/index.d.ts (20,1): Invalid ‘reference‘ directive syntax.
73 2
|
11月前
|
编译器 C语言
__builtin_return_address()函数的使用方法
__builtin_return_address()函数的使用方法
213 1
|
6月前
|
JavaScript 前端开发 索引
TS - interface和type的区别
TS - interface和type的区别
80 0
|
11月前
(node)Warning: Accessing non-existent property ‘xxx‘ of module exports inside circular depen
(node)Warning: Accessing non-existent property ‘xxx‘ of module exports inside circular depen
|
Java 关系型数据库 MySQL
8. 成功解决:Error: Module not specified
使用 IDEA 时,调用 `main` 方法,提示 `Error: Module not specified` 错误,意思是“module 未指定”。
3308 1
|
安全 JavaScript
TS中的unknown类型
TS中的unknown类型
182 0
|
机器人
DefaultRobotHWSim::initSim函数详解
DefaultRobotHWSim::initSim函数详解
DefaultRobotHWSim::initSim函数详解