shared-libraries
In shared library's constructor (_init section), how to know what function is interrupted?
On x86 linux, process A.exe invokes dlopen() to load a sha开发者_运维知识库red library B.so. In B.so, there\'s a constructor, who wants to know which function in process A.exe is interrupted right bef[详细]
2023-03-22 01:06 分类:问答PostgreSQL query isolation with C extension using persistent data
The situation: I need to do a procedural sort of a query result set. The data set size/access frequency does not allow this sort to occur in application memory.[详细]
2023-03-21 04:06 分类:问答What's wrong in creating/using a shared library with gcc here?
In libname.h: int add_libname(int, int); In libname.c: #include开发者_JAVA百科 \"libname.h\" int add_libname(int a, int b)[详细]
2023-03-21 03:45 分类:问答What is __i686.get_pc_thunk.bx? Why do we need this call?
When I disassemble 开发者_开发百科my small function, I happened to see this call call0xf60d2f47 <__i686.get_pc_thunk.bx>.[详细]
2023-03-20 05:15 分类:问答Why the size of exe file is more, when we use a static library than the shared library
I got some question regarding the shared and static libraries.So let me tell you what i did is, I have created a static library and also a shared library using the gcc commands and the size of libarit[详细]
2023-03-19 21:08 分类:问答Shared library, library dependancy
Is it possible to provide a shar开发者_JAVA百科ed library - which links against another shared library during its creation - transparent to the end user?[详细]
2023-03-19 02:41 分类:问答What are the ELF header differences between an ELF object file and shared object?
First of all, I\'m asking this from a technical perspective, not a perspective of the user of library code. One example of a difference is that shared objects contain program headers and ordinary obje[详细]
2023-03-19 01:52 分类:问答Compiling python from source error with shared library loading error
When I try to run python I get the error: python2.6: error while loading shared libraries: libpython2.6.so.1.0: cannot open shared object file: No such file or directory[详细]
2023-03-18 16:38 分类:问答Symbol lookup error: undefined symbol atexit (linux/C)
I get the error Symbol lookup error: undefined symbol atexit (linux/C) when I try to run my program. atexit() should be defined in <stdlib.h>.[详细]
2023-03-18 11:56 分类:问答Solving 16 equations simultaneously to solve 16 variables using the 'solve' command in MATLAB
I have been trying to get a solution to 16 variables with 16 equations (linear) with the solve command.[详细]
2023-03-18 08:35 分类:问答