Home
last modified time | relevance | path

Searched refs:segndx (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/libdwfl/
Dlink_map.c277 int segndx = INTUSE(dwfl_addrsegment) (dwfl, vaddr, NULL); in report_r_debug() local
278 if (unlikely (segndx < 0) in report_r_debug()
279 || unlikely (! (*memory_callback) (dwfl, segndx, in report_r_debug()
354 int segndx = INTUSE(dwfl_addrsegment) (dwfl, l_name, NULL); in report_r_debug() local
355 if (likely (segndx >= 0) in report_r_debug()
356 && (*memory_callback) (dwfl, segndx, in report_r_debug()
421 int segndx = INTUSE(dwfl_addrsegment) (dwfl, in report_r_debug() local
424 if (! (*memory_callback) (dwfl, segndx, in report_r_debug()
632 int segndx = INTUSE(dwfl_addrsegment) (mod->dwfl, d_val_vaddr, NULL); in consider_executable() local
634 if ((*memory_callback) (mod->dwfl, segndx, in consider_executable()
Dsegment.c50 insert (Dwfl *dwfl, size_t i, GElf_Addr start, GElf_Addr end, int segndx) in insert() argument
105 dwfl->lookup_segndx[i] = segndx; in insert()
111 dwfl->lookup_segndx[i - 1] = segndx; in insert()
Ddwfl_segment_report_module.c263 inline bool segment_read (int segndx, in dwfl_segment_report_module()
267 return ! (*memory_callback) (dwfl, segndx, buffer, buffer_available, in dwfl_segment_report_module()
DlibdwflP.h637 typedef bool Dwfl_Memory_Callback (Dwfl *dwfl, int segndx,