Searched refs:SectionIdx (Results 1 – 2 of 2) sorted by relevance
146 uint64_t SectionIdx = 0; in addSingleRelocation() local148 SectionIdx = getObject().getNumberOfSections() + 1; in addSingleRelocation()150 SectionIdx = COFFSymbol.getSectionNumber(); in addSingleRelocation()152 "secidx", orc::ExecutorAddr(SectionIdx), 2, Linkage::Strong, in addSingleRelocation()
311 void addSectionFlag(uint32_t SectionIdx, SecFlagType Flag) { in addSectionFlag() argument312 addSecFlag(SectionHdrLayout[SectionIdx], Flag); in addSectionFlag()