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

/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp319 unsigned int sectIdx = 0; local
321 for (; sectIdx < sectNum; ++sectIdx) {
322 const LDSection *ld_sect = pModule.getSectionTable().at(sectIdx);
323 shdr[sectIdx].sh_name = shstridx;
324 shdr[sectIdx].sh_type = ld_sect->type();
325 shdr[sectIdx].sh_flags = ld_sect->flag();
326 shdr[sectIdx].sh_addr = ld_sect->addr();
327 shdr[sectIdx].sh_offset = ld_sect->offset();
328 shdr[sectIdx]
[all...]

Completed in 117 milliseconds