OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pLink
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
LDSection.h
112
LDSection* getLink() { return
m_pLink
; }
114
const LDSection* getLink() const { return
m_pLink
; }
167
void setLink(LDSection* pLink) {
m_pLink
= pLink; }
194
LDSection*
m_pLink
;
/frameworks/compile/mclinker/lib/LD/
LDSection.cpp
34
m_pLink
(NULL),
54
m_pLink
(NULL),
Completed in 786 milliseconds