Lines Matching refs:idx
126 size_t idx = (size_t)getSectionIndex(); in getAddress() local
132 switch (idx) { in getAddress()
138 unsigned section_type = (*header)[idx]->getType(); in getAddress()
159 ELFSectionTy const *sec = owner->getSectionByIndex(idx); in getAddress()
215 switch (idx) { in getAddress()
221 rsl_assert((*header)[idx]->getType() == SHT_PROGBITS && in getAddress()
224 ELFSectionTy const *sec = owner->getSectionByIndex(idx); in getAddress()
244 switch (idx) { in getAddress()
250 rsl_assert(((*header)[idx]->getType() == SHT_PROGBITS || in getAddress()
251 (*header)[idx]->getType() == SHT_NOBITS) && in getAddress()
254 ELFSectionTy const *sec = owner->getSectionByIndex(idx); in getAddress()
273 switch (idx) { in getAddress()
279 rsl_assert(((*header)[idx]->getType() == SHT_PROGBITS || in getAddress()
280 (*header)[idx]->getType() == SHT_NOBITS) && in getAddress()
283 ELFSectionTy const *sec = owner->getSectionByIndex(idx); in getAddress()