Searched refs:m_pAbiFlags (Results 1 – 2 of 2) sorted by relevance
60 m_pAbiFlags(NULL), in MipsGNULDBackend()118 m_pAbiFlags = pBuilder.CreateSection(".MIPS.abiflags", LDFileFormat::Target, in initTargetSections()186 m_pAbiFlags->setSize(m_pAbiInfo->size()); in doPreLayout()278 if (&pSection == m_pAbiFlags && m_pAbiInfo.hasValue()) in emitSectionData()564 if (&pSectHdr == m_pAbiFlags) in getTargetSectionOrder()746 if (!m_pAbiFlags || m_pAbiFlags->size() == 0) in doCreateProgramHdrs()763 abiSeg->append(m_pAbiFlags); in doCreateProgramHdrs()
250 LDSection* m_pAbiFlags; variable