OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pSectionSymbolMap
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/LD/
SectionSymbolSet.cpp
29
m_pSectionSymbolMap
= new SectHashTableType(16);
34
delete
m_pSectionSymbolMap
;
57
m_pSectionSymbolMap
->insert(&pOutSect, exist);
101
SectHashTableType::iterator entry =
m_pSectionSymbolMap
->find(&pOutSect);
107
SectHashTableType::iterator entry =
m_pSectionSymbolMap
->find(&pOutSect);
/frameworks/compile/mclinker/include/mcld/LD/
SectionSymbolSet.h
75
SectHashTableType*
m_pSectionSymbolMap
;
Completed in 5925 milliseconds