Searched refs:sectIdx (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp311 unsigned int sectIdx = 0; local
313 for (; sectIdx < sectNum; ++sectIdx) {
314 const LDSection* ld_sect = pModule.getSectionTable().at(sectIdx);
315 shdr[sectIdx].sh_name = shstridx;
316 shdr[sectIdx].sh_type = ld_sect->type();
317 shdr[sectIdx].sh_flags = ld_sect->flag();
318 shdr[sectIdx].sh_addr = ld_sect->addr();
319 shdr[sectIdx].sh_offset = ld_sect->offset();
320 shdr[sectIdx]
[all...]

Completed in 7 milliseconds