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.cpp180 m_CurrentLo16Reloc(NULL) in MipsRelocator()
190 if (NULL == m_CurrentLo16Reloc && isPostponed(pReloc)) { in applyRelocation()
570 m_CurrentLo16Reloc = &pLo16Reloc; in applyPostponedRelocations()
580 m_CurrentLo16Reloc = NULL; in applyPostponedRelocations()
709 assert(NULL != m_CurrentLo16Reloc && in calcAHL()
713 uint64_t ALO = m_CurrentLo16Reloc->A() & 0xFFFF; in calcAHL()
DMipsRelocator.h139 MipsRelocationInfo* m_CurrentLo16Reloc; variable