OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reached_sects
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp
147
SectionListTy*
reached_sects
= NULL;
local
170
reached_sects
= &m_SectionReachedListMap.getReachedList(*apply_sect);
173
reached_sects
->insert(target_sect);
175
reached_sects
= NULL;
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp
579
GarbageCollection::SectionListTy*
reached_sects
= NULL;
local
604
reached_sects
= &pSectReachedListMap.getReachedList(*apply_sect);
607
reached_sects
->insert(target_sect);
609
reached_sects
= NULL;
[
all
...]
Completed in 193 milliseconds