OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_TargetData
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/include/mcld/Fragment/
Relocation.h
92
const DWord& target() const { return
m_TargetData
; }
93
DWord& target() { return
m_TargetData
; }
116
///
m_TargetData
- target data of the place being relocated
117
DWord
m_TargetData
;
/frameworks/compile/mclinker/lib/Fragment/
Relocation.cpp
65
: m_Type(0x0),
m_TargetData
(0x0), m_pSymInfo(NULL), m_Addend(0x0) {
73
m_TargetData
(pTargetData),
Completed in 169 milliseconds