On Wed, 2006-03-15 at 02:31 -0800, Rajaram Suryanarayanan wrote: > > > Arjan van de Ven <arjan@xxxxxxxxxxxxx> wrote: > > > I tried using "static int i_hello;". > > Still the symbol gets exported. Can anybody please clarify ? > > > define "exported" .... > > /proc/kallsyms is not the list of exported symbols. At all. So > if you > judge by that... you're looking in the wrong place. > > > > -- > Kernelnewbies: Help each other learn about the Linux kernel. > Archive: http://mail.nl.linux.org/kernelnewbies/ > FAQ: http://kernelnewbies.org/faq/ > > Can you please explain what do you mean by "define exported" ? Any > sample code ? what do you mean with exported? > I remember studying in the kernel module programming guide > that /proc/kallsyms contains the exported symbols. that is not correct > If that is not so, where can we view the symbols ? you can't afaik. Well you can via grepping System.map etc but.. why do you care? -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/