红联Linux门户
Linux帮助

询问一个内核函数的具体位置

发布时间:2008-04-21 20:49:28来源:红联作者:kewen
ret_from_sys_call()这个函数大概在内核的哪个模块里??
文章评论

共有 2 条评论

  1. gongji110 于 2008-04-22 13:01:22发表:

    我看到一个信息:

    相关数据和代码
    arch/i386/kernel/traps.c
    arch/i386/kernel/entry.S
    系统调用时的内核栈
    sys_call_table
    system_call和ret_from_sys_call
    include/linux/unistd.h
    系统调用编号
    宏定义展开系统调用
    glibc展开系统调用INLINE_SYSCALL (getuid, 0);

  2. kewen 于 2008-04-22 08:38:29发表:

    继续求教