>>> On 18.07.16 at 20:39, wrote:
First of all, for the title: Is what you do really similar to Linux? Iirc
there System.map is simply output from nm.
> Also note that during runtime one can do:
> 82d080104920 t domain.c#do_domain_pause
I can't seem to make sense of this.
> @@ -307,6 +308,1
You could construct _most_ of the names of the functions
by doing 'nm --defined' but unfortunatly you do not get the
prefix that is added on. For example:
$ cat xen-syms.symbols |grep do_domain_pause
0x82d080104920 t domain.c#do_domain_pause
$ nm --defined xen-syms|grep do_domain_pause
82