Home
last modified time | relevance | path

Searched refs:sectNum (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DELFWriter.cpp189 unsigned int sectNum = pOutput.context()->numOfSections(); in emitELF32SectionHeader() local
190 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() local
223 unsigned int header_size = sizeof(Elf64_Shdr) * sectNum; in emitELF64SectionHeader()
232 for (; sectIdx < sectNum; ++sectIdx) { in emitELF64SectionHeader()