OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_pSymInfo
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/include/mcld/Fragment/
Relocation.h
88
const ResolveInfo* symInfo() const { return
m_pSymInfo
; }
89
ResolveInfo* symInfo() { return
m_pSymInfo
; }
119
///
m_pSymInfo
- resolved symbol info of relocation target symbol
120
ResolveInfo*
m_pSymInfo
;
Stub.h
89
ResolveInfo* symInfo() { return
m_pSymInfo
; }
91
const ResolveInfo* symInfo() const { return
m_pSymInfo
; }
127
ResolveInfo*
m_pSymInfo
;
Completed in 25 milliseconds