From mboxrd@z Thu Jan 1 00:00:00 1970 From: madhavi.linux@gmail.com (Madhavi Manchala) Date: Thu, 14 Apr 2011 10:25:55 +0530 Subject: Not able to see all the symbols in the output of "nm" command In-Reply-To: References: Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Dear Mulyadi Santosa, On Thu, Apr 14, 2011 at 8:16 AM, Mulyadi Santosa wrote: > On Wed, Apr 13, 2011 at 22:21, Madhavi Manchala wrote: >> I am NOT able to see some of the function names (symbols), which I >> developed, in the output of the "nm" command for vmlinux image. Am I >> missing any thing while building the image for getting all the symbols >> into the image? > > maybe because they are inlined? The functions which are available in the header file are "INLINE" functions. However, there are few functions, which are available in the C files, also not able to see in the output of the "nm" command. Is there any idea? Inlined functions are not visible in the output of the "nm" command. Is this known behaviour? Thanks for your information. Thanks and Regards, Madhavi M. > > -- > regards, > > Mulyadi Santosa > Freelance Linux trainer and consultant > > blog: the-hydra.blogspot.com > training: mulyaditraining.blogspot.com >