代码搜索:executed

找到约 9,141 项符合「executed」的源代码

代码结果 9,141
www.eeworm.com/read/357083/3031020

h mman.h

#ifndef __M68K_MMAN_H__ #define __M68K_MMAN_H__ #define PROT_READ 0x1 /* page can be read */ #define PROT_WRITE 0x2 /* page can be written */ #define PROT_EXEC 0x4 /* page can be executed */ #defi