Lines Matching defs:ndx
136 for (size_t ndx = 0; result >= 0 && ndx < phnum; ++ndx)
139 GElf_Phdr *phdr = gelf_getphdr (elf, ndx, &phdr_mem);
148 result = dwfl_report_segment (dwfl, ndx, phdr, 0, NULL);
280 #define more(size) do_more (size, &phdr, align, elf, start, &ndx, &end, &end_vaddr)
283 dwfl_elf_phdr_memory_callback (Dwfl *dwfl, int ndx,
291 if (ndx == -1)
305 if (unlikely (gelf_getphdr (elf, ndx++, &phdr) == NULL))
494 int ndx = dwfl_report_core_segments (dwfl, elf, phnum, ¬es_phdr);
495 if (unlikely (ndx <= 0))
503 return ndx;
560 ndx = 0;
563 int seg = dwfl_segment_report_module (dwfl, ndx, NULL,
574 if (seg > ndx)
576 ndx = seg;
580 ++ndx;
582 while (ndx < (int) phnum);