Search:

Type: Posts; User: dev.fb0

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    3,109

    Yes, but this is what I wanted to avoid. I still...

    Yes, but this is what I wanted to avoid. I still hope there is a more elegant solution.
  2. Replies
    5
    Views
    3,109

    I'm interested in calling a C function, rather...

    I'm interested in calling a C function, rather than running an application, and the purpose is to find out where a certain library is loaded from.
    This is what "pldd" utility under Solaris does.
    ...
  3. Replies
    5
    Views
    3,109

    Detecting path to shared object

    Hi,

    I'm running a process that already loaded mysharedobject.so. I'd like to know in a C program, where was this object loaded from.
    In a shell script I would probably do something like
    cat...
Results 1 to 3 of 3