OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_Addend
(Results
1 - 7
of
7
) sorted by null
/frameworks/compile/mclinker/include/mcld/Fragment/
Stub.h
37
: m_Offset(pOffset),
m_Addend
(pAddend), m_Type(pType) {}
43
SWord addend() const { return
m_Addend
; }
49
SWord
m_Addend
;
Relocation.h
75
Address addend() const { return
m_Addend
; }
121
///
m_Addend
- the addend
122
Address
m_Addend
;
/frameworks/compile/mclinker/lib/Fragment/
Relocation.cpp
63
: m_Type(0x0), m_TargetData(0x0), m_pSymInfo(NULL),
m_Addend
(0x0) {
73
m_Addend
(pAddend) {
131
m_Addend
= pAddend;
146
m_Addend
+= offset;
/frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.cpp
77
: m_pInfo(pInfo),
m_Addend
(addend), m_IsGot16(isGot16) {
84
if (
m_Addend
!= O.
m_Addend
)
85
return
m_Addend
< O.
m_Addend
;
387
key.
m_Addend
= 0;
395
key.
m_Addend
= 0;
412
key.
m_Addend
= 0;
418
key.
m_Addend
= 0;
433
key.
m_Addend
= 0
[
all
...]
MipsGOT.h
139
Relocation::DWord
m_Addend
;
197
Relocation::DWord
m_Addend
;
206
return
m_Addend
< key.
m_Addend
;
MipsRelocator.cpp
46
m_Addend
(pIsRel ? pParent.target() : pParent.addend()),
64
Relocation::DWord A() const { return
m_Addend
; }
77
Relocation::DWord
m_Addend
;
85
m_Addend
(pAddend),
[
all
...]
/frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h
109
: m_pPrototype(pPrototype), m_pSymbol(pSymbol),
m_Addend
(pAddend) {}
117
Stub::SWord addend() const { return
m_Addend
; }
154
Stub::SWord
m_Addend
;
Completed in 179 milliseconds