Lines Matching defs:idx
322 for (uint32_t idx = 0; idx < count; ++idx) {
323 uintptr_t offset = static_cast<uintptr_t>(shdr.offset + idx * shdr.entSize);
369 for (uint32_t idx = 0; idx < count; ++idx) {
370 uintptr_t offset = static_cast<uintptr_t>(shdr.offset + idx * shdr.entSize);
431 bool ElfParser::GetSectionInfo(ShdrInfo& shdr, const uint32_t idx)
435 if (tmpPair.first == idx) {