Home | History | Annotate | Download | only in src

Lines Matching refs:idx

4489       size_t idx = 0;
4490 while (idx < phdr->p_filesz)
4499 } *noteentry = (__typeof (noteentry)) (notemem + idx);
4501 if (idx + 12 > phdr->p_filesz
4502 || (idx + 12 + ALIGNED_LEN (noteentry->namesz)
4535 idx += (12 + ALIGNED_LEN (noteentry->namesz)