Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. PieterWinter

    dladdr: getting non-static symbols from within program

    Hi, I'm trying to obtain symbol names from within a running program using dladdr() (using program counter values). The problem is that dladdr() [ on Solaris 2.6 and 2.8 ] only returns 'global' symbols and not 'local' ones. I.e. void globalFn(void) { ... } static void staticFn(void) { ... }...
  2. PieterWinter

    Using JNI and threads in C-library

    From Java I'm considering using a C-library that uses thread pools, mutexes, conditional semaphores and the likes. Using JNI I can access C-functions from Java. I need to be able to let the threads (from C) callback to the Java code (e.g. when some library-internal event happens, such as...

Part and Inventory Search

Back
Top