Searched refs:m_pReloc (Results 1 – 2 of 2) sorted by relevance
92 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
47 m_pReloc(0), in CIE()