This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: __CTORS__



On 07-Dec-2000 Rafael Rodríguez Velilla wrote:
>   Let me ask another question...
>   While I was looking for where in hell was defined __CTOR_LIST__ I have
> searched through lots of source files almost manually (grep __CTOR_LIST__
> *). I'm sure that there's a simpler way to find where a symbol comes
> from, Can anyone of you tell me if there's such a utility?
> 

Here are some:
  Source Navigator - http://sources.redhat.com/sourcenav/
  Cscope - http://cscope.sourceforge.net/

Note that neither of these would probably help much with this particular
symbol since it's being defined in the linker script.  Both of these 
programs work primarily from C/C++ sources.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]