Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.cpp143 m_CurrentLo16Reloc(NULL) { in MipsRelocator()
150 if (m_CurrentLo16Reloc == NULL && isPostponed(pReloc)) { in applyRelocation()
520 m_CurrentLo16Reloc = &pLo16Reloc; in applyPostponedRelocations()
530 m_CurrentLo16Reloc = NULL; in applyPostponedRelocations()
645 assert(m_CurrentLo16Reloc != NULL && in calcAHL()
649 uint64_t ALO = m_CurrentLo16Reloc->A() & 0xFFFF; in calcAHL()
DMipsRelocator.h144 MipsRelocationInfo* m_CurrentLo16Reloc; variable