您要查找的是不是:
- shared library injection 共享库注射
- Display the current shared library prefix. 显示当前共享库前缀的配置。
- Any function from any shared library will serve this purpose. 来自所有共享库的任何方法都可以满足这一目的。
- Show solib-search-path Display the current shared library search path. 显示当前共享库查找路径的配置。
- However, shared library text and data may also be stored in this segment. 但是,共享的库文本和数据也可能存储在这个段中。
- It can be of three-type kernel code, user code, and shared library code. 它可以有三种类型:内核代码、用户代码和共享的库代码。
- Then you subtract the space used for program text and shared library text. 然后减去程序文本和共享的库文本使用的空间。
- Most packages won't build shared libraries. 多数软件包都不能构建共享库。
- First, a look at how shared libraries work. 首先来看一下共享程序库的工作原理。
- A notification to the linker that the section contains COFF shared library information. 告知链接器,段包含共享库的COFF信息。
- Moreover, for shared library systems, usr local lib must be added to the runtime library search path. 共程序库系统需将usr local lib追加成程序库查找路径。
- Show stop-on-solib-events Show whether GDB stops and gives you control when shared library events happen. 显示当共享库事件发生时,是否GDB停止并把控制权交给你。
- Emulation packages are often likely not to have every last shared library installed. 模拟环境软件包通常不会安装所有最新的共享程序库。
- So you must replace these in every package that you want to build as a shared library. 所以如果你需要构建共享库的时候,你要把每个软件包里面的这两个文件替换掉。
- So, you don't need to specify a PIC option when compiling code for a shared library or module. 因此,在编译共享库或模块的时候,你不需要指定PIC选项。
- You need to leave iPhoto open for users to see your shared library and albums on other computers. 要让用户在其他电脑上看到您的共享图库和相簿,您必须打开iPhoto。
- A dynamic-link library (DLL) is an executable file that acts as a shared library of functions. 动态链接库是一种可执行文件,它是一种函数的共享库。
- How do I make a shared library using PE1X and a program thatcan utilize it without linking against PEX? 如何建立使用PEX 的共享库和可以利用、但不链接PEX的程序?
- On an ELF system, version numbers are usually appended to the file name of the shared library after the extension, e. G. Libqt. So.2.3.0. 在ELF系统中;版本号通常会添加到共享库的文件名后面;例如:libqt.;so
- This linking process merges code from separately compiled source files, along with shared library code, to form an executable program. 这一链接过程将来自独立编译好的各个源文件的代码和共享库代码合并起来,从而形成了一个可执行程序。