`
highsky
  • 浏览: 269777 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

Linux核心数据结构--linux_binfmt

阅读更多
用来表示可被Linux理解的二进制文件格式。

struct linux_binfmt {

  struct linux_binfmt * next;

  long *use_count;

  int (*load_binary)(struct linux_binprm *, struct  pt_regs * regs);

  int (*load_shlib)(int fd);

  int (*core_dump)(long signr, struct pt_regs * regs);

};

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics