Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Sep 2011 17:29:56 +0400
From:      Sergey Kandaurov <pluknet@gmail.com>
To:        Vladimir Budnev <vladimir.budnev@gmail.com>
Cc:        FreeBSD Net <freebsd-net@freebsd.org>
Subject:   Re: Which module contains functins(arptimer)?
Message-ID:  <CAE-mSOKfvoikXsw4RtGRqAZmDuNJhdsUqUxC%2B%2BORE%2BPPKS0ZBw@mail.gmail.com>
In-Reply-To: <4E6768E4.4080600@gmail.com>
References:  <4E6768E4.4080600@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 7 September 2011 16:51, Vladimir Budnev <vladimir.budnev@gmail.com> wrote:
> Hello.
>
> How to determine which module contains specific functinos?. For example we
> have arptimer in netinet/if_ether.c.
> But how to find in which ko it compiles?
> Iv tried
> ls /boot/kernel/ | grep ko.symbols | xargs strings | grep -i arptimer
> but that didnt work :(
>

Try objdump -t

-- 
wbr,
pluknet



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAE-mSOKfvoikXsw4RtGRqAZmDuNJhdsUqUxC%2B%2BORE%2BPPKS0ZBw>