HomeSort by relevance Sort by last modified time
    Searched refs:m_pReloc (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
EhFrame.h 101 void setRelocation(const Relocation& pReloc) { m_pReloc = &pReloc; }
102 const Relocation* getRelocation() const { return m_pReloc; }
126 const Relocation* m_pReloc;
  /frameworks/compile/mclinker/lib/LD/
EhFrame.cpp 46 m_FDEEncode(0u), m_Mergeable(false), m_pReloc(0), m_PersonalityOffset(0) {

Completed in 82 milliseconds