函数逻辑报告 |
Source Code:mm\util.c |
Create Date:2022-07-27 15:45:55 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:vm_mmap
函数原型:unsigned long vm_mmap(struct file *file, unsigned long addr, unsigned long len, unsigned long prot, unsigned long flag, unsigned long offset)
返回类型:unsigned long
参数:
类型 | 参数 | 名称 |
---|---|---|
struct file * | file | |
unsigned long | addr | |
unsigned long | len | |
unsigned long | prot | |
unsigned long | flag | |
unsigned long | offset |
520 | 如果此条件成立可能性小(为编译器优化)(offset + align the pointer to the (next) page boundary (len) < offset)则返回:负EINVAL |
522 | 如果此条件成立可能性小(为编译器优化)(offset_in_page(offset))则返回:负EINVAL |
525 | 返回:vm_mmap_pgoff(file, addr, len, prot, flag, offset >> PAGE_SHIFT determines the page size ) |
名称 | 描述 |
---|---|
test_user_copy_init | |
load_aout_binary | These are the functions used to load a.out style executables and shared* libraries. There is no binary dependent code anywhere else. |
load_aout_library | |
elf_map | |
load_elf_binary | |
elf_fdpic_map_file_by_direct_mmap | map a binary by direct mmap() of the individual PT_LOAD segments |
load_flat_file | |
copy_user_test |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |