Searched defs:WhyLiveEntry (Results 1 – 1 of 1) sorted by relevance
24 struct WhyLiveEntry { struct25 InputSection *isec;27 const WhyLiveEntry *prev;29 WhyLiveEntry(InputSection *isec, const WhyLiveEntry *prev) in WhyLiveEntry() function