Searched refs:SectionIdx (Results 1 – 2 of 2) sorted by relevance
149 uint64_t SectionIdx = 0; in addSingleRelocation() local151 SectionIdx = getObject().getNumberOfSections() + 1; in addSingleRelocation()153 SectionIdx = COFFSymbol.getSectionNumber(); in addSingleRelocation()156 "secidx", orc::ExecutorAddr(SectionIdx), 2, Linkage::Strong, in addSingleRelocation()
327 void addSectionFlag(uint32_t SectionIdx, SecFlagType Flag) { in addSectionFlag() argument328 addSecFlag(SectionHdrLayout[SectionIdx], Flag); in addSectionFlag()