代码搜索:Exec

找到约 10,000 项符合「Exec」的源代码

代码结果 10,000
www.eeworm.com/read/225618/14529939

cc exec.cc

#include #include #include #include #include #include #include #include #include #in
www.eeworm.com/read/124744/14550698

strip-exec

# # strip-exec: Try to build the smallest executable possible from the current # source. # # # Slack 3.4 standard gcc -- change if you need to, but gcc 2.7.2.3 typically # generates much smaller code
www.eeworm.com/read/124442/14567828

c exec.c

/* * linux/fs/exec.c * * Copyright (C) 1991, 1992 Linus Torvalds */ /* * #!-checking implemented by tytso. */ /* * Demand-loading implemented 01.12.91 - no need to read anything
www.eeworm.com/read/222081/14706832

class exec.class

www.eeworm.com/read/221780/14722050

c exec.c

/* * linux/fs/exec.c * * (C) 1991 Linus Torvalds */ /* * #!-checking implemented by tytso. */ /* * Demand-loading implemented 01.12.91 - no need to read anything but * the header into mem
www.eeworm.com/read/221695/14729226

c exec.c

/* * linux/fs/exec.c * * Copyright (C) 1991, 1992 Linus Torvalds */ /* * #!-checking implemented by tytso. */ /* * Demand-loading implemented 01.12.91 - no need to read anything
www.eeworm.com/read/120797/14787879

c exec.c

#include "sh4sim.h" /* A default implementation you can call if you don't recognize the instruction in your block. */ int sim_exec_unimpl(uint16 instr) { DEBUG("unknown instruction %04x\n", instr
www.eeworm.com/read/120207/14809691

scr exec.scr

; EXEC.SCR structure param_block fields env_seg (word,hex) args (dword,ptr) intercept 21h function 0ah on_exit output (ds:dx[1]->byte,string,60) function 4bh
www.eeworm.com/read/120089/14813112

c exec.c

#include #include #include #include #include #include #include #include extern int sys_exi
www.eeworm.com/read/218591/14914568

c exec.c

/* * linux/fs/exec.c * * (C) 1991 Linus Torvalds */ /* * #!-checking implemented by tytso. */ /* * #!开始的程序检测部分是由tytso 实现的。 */ /* * Demand-loading implemented 01.12.91 - no need to read anything but