GCC global_trees initialization

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Declared in tree.h,

extern GTY(()) tree global_trees[TI_MAX];

and instantiated in tree.c

tree global_trees[TI_MAX];

I've searched for ages, and can't find where this gets initialized.

Can someone point me in the right direction please?

Steve




[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux