Searched refs:sectNum (Results 1 – 1 of 1) sorted by relevance
189 unsigned int sectNum = pOutput.context()->numOfSections(); in emitELF32SectionHeader() local190 unsigned int header_size = sizeof(Elf32_Shdr) * sectNum; in emitELF32SectionHeader()199 for (; sectIdx < sectNum; ++sectIdx) { in emitELF32SectionHeader()222 unsigned int sectNum = pOutput.context()->numOfSections(); in emitELF64SectionHeader() local223 unsigned int header_size = sizeof(Elf64_Shdr) * sectNum; in emitELF64SectionHeader()232 for (; sectIdx < sectNum; ++sectIdx) { in emitELF64SectionHeader()