List Question
17 TechQA 2024-02-21T08:54:47.957000Identifying which global variable is allocated by which shared library
140 views
Asked by Hunter
Is there an equivalent of GetModuleFileName() for Linux and how would I use it?
372 views
Asked by user3443063
How to print source file name with dladdr() function?
401 views
Asked by Kirubakaran
Is it possible to define a symbol dynamically such that it will be found by dlsym?
207 views
Asked by Bruce Adams
C How to make static function to be contained in .dynsym?
172 views
Asked by Rhino hu
Memory semantics of dladdr() out parameter
302 views
Asked by IanPudney
On Linux, in a C++ program, how do I find the path to the shared library that was loaded?
209 views
Asked by user1462309
Name of a function defined in executable (using dladdr)
946 views
Asked by embedc
C++ function address -- using dladdr and backtrace()
1.3k views
Asked by surfcode
variable name, function arguments at run time in C
895 views
Asked by app
Why does dladdr return a path to the executable on position independent code on arm-linux?
1.5k views
Asked by along18
dose dladdr able to get the info from static member?
689 views
Asked by zapredelom
Get List of all native classes
5.7k views
Asked by Raon
glibc - get handle to shared library having symbol containing specified address
942 views
Asked by Hristo Venev
dladdr does not return full path in dli_fname
1.9k views
Asked by queen3
How can I get more information about symbol by it's address in memory
2.9k views
Asked by linuxbuild