Searched defs:WhyLiveEntry (Results 1 – 1 of 1) sorted by relevance
26 struct WhyLiveEntry { struct27 InputSection *isec;29 const WhyLiveEntry *prev;31 WhyLiveEntry(InputSection *isec, const WhyLiveEntry *prev) in WhyLiveEntry() argument