Home
last modified time | relevance | path

Searched refs:m_pReloc (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DEhFrame.h92 void setRelocation(const Relocation& pReloc) { m_pReloc = &pReloc; } in setRelocation()
93 const Relocation* getRelocation() const { return m_pReloc; } in getRelocation()
125 const Relocation* m_pReloc; variable
/frameworks/compile/mclinker/lib/LD/
DEhFrame.cpp47 m_pReloc(0), in CIE()