Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:ndx

161   for (int ndx = 0; result >= 0 && ndx < ehdr->e_phnum; ++ndx)
164 GElf_Phdr *phdr = gelf_getphdr (elf, ndx, &phdr_mem);
173 result = dwfl_report_segment (dwfl, ndx, phdr, 0, NULL);
258 dwfl_elf_phdr_memory_callback (Dwfl *dwfl, int ndx,
266 if (ndx == -1)
280 if (unlikely (gelf_getphdr (elf, ndx++, &phdr) == NULL))
297 if (unlikely (gelf_getphdr (elf, ndx++, &phdr) == NULL))
402 int ndx = dwfl_report_core_segments (dwfl, elf, ehdr, &notes_phdr);
403 if (unlikely (ndx <= 0))
404 return ndx;
407 ndx = 0;
410 int seg = dwfl_segment_report_module (dwfl, ndx, NULL,
415 ndx = seg > ndx ? seg : ndx + 1;
417 while (ndx < ehdr->e_phnum);