[haiku-development] Re: cmake on haiku update

  • From: "Rene Gollent" <anevilyak@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Thu, 4 Dec 2008 22:16:48 -0600

On Thu, Dec 4, 2008 at 9:56 PM, scott mc <scottmc2@xxxxxxxxx> wrote:
> We need to figure out how to get a loaded module to see symbols from
> the loading program and we are ready to go.

I believe you can do this using get_next_image_info() to walk the
image list in order to find the loading program's image, and then just
iterating through the latter's syms via get_nth_image_symbol(). Both
are declared in headers/os/kernel/image.h

Hope that helps,

Rene

Other related posts: