cx86unix.cpp
来自「openssl是ssl的开源项目」· C++ 代码 · 共 36 行
CPP
36 行
#define TYPE(a,b) .type a,b#define SIZE(a,b) .size a,b#ifdef OUT#define OK 1#define des_SPtrans _des_SPtrans#define fcrypt_body _fcrypt_body#define ALIGN 4#endif#ifdef BSDI#define OK 1#define des_SPtrans _des_SPtrans#define fcrypt_body _fcrypt_body#define ALIGN 4#undef SIZE#undef TYPE#endif#if defined(ELF) || defined(SOL)#define OK 1#define ALIGN 16#endif#ifndef OKYou need to define one ofELF - elf systems - linux-elf, NetBSD and DG-UXOUT - a.out systems - linux-a.out and FreeBSDSOL - solaris systems, which are elf with strange comment linesBSDI - a.out with a very primative version of as.#endif#include "cx86-cpp.s"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?