Home
last modified time | relevance | path

Searched refs:pAddend (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DRelocation.cpp19 Relocation::Address pAddend, in Relocation() argument
25 m_Addend(pAddend) in Relocation()
62 void Relocation::setAddend(Address pAddend) in setAddend() argument
64 m_Addend = pAddend; in setAddend()
DRelocationFactory.cpp31 Address pAddend) in produce() argument
63 new (result) Relocation(pType, &pFragRef, pAddend, target_data); in produce()
/frameworks/compile/mclinker/include/mcld/LD/
DRelocation.h39 Address pAddend,
86 void setAddend(Address pAddend);
DRelocationFactory.h56 Address pAddend = 0);
/frameworks/compile/mclinker/include/mcld/MC/
DMCLinker.h158 Relocation::Address pAddend = 0);
/frameworks/compile/mclinker/lib/MC/
DMCLinker.cpp512 Relocation::Address pAddend) in addRelocation() argument
516 pAddend); in addRelocation()