Lines Matching full:live
28 // Keep track of the entry that caused us to mark `isec` as live.
66 // We build up a worklist of sections which have been marked as live. We
148 // Mark things reachable from GC roots as live.
156 assert(isec->live && "We mark as live when pushing onto the worklist!");
169 // S_ATTR_LIVE_SUPPORT sections are live if they point _to_ a live
174 if (!(isec->getFlags() & S_ATTR_LIVE_SUPPORT) || isec->live)
193 // S_ATTR_LIVE_SUPPORT could have marked additional sections live,
194 // which in turn could mark additional S_ATTR_LIVE_SUPPORT sections live.
196 // S_ATTR_LIVE_SUPPORT sections live.
200 // Set live bit on for each reachable chunk. Unmarked (unreachable)
221 // extern symbols as live, irrespective of whether they are autohide.