Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Dlink_map.c273 int segndx = INTUSE(dwfl_addrsegment) (dwfl, vaddr, NULL); in report_r_debug() local
274 if (unlikely (segndx < 0) in report_r_debug()
275 || unlikely (! (*memory_callback) (dwfl, segndx, in report_r_debug()
350 int segndx = INTUSE(dwfl_addrsegment) (dwfl, l_name, NULL); in report_r_debug() local
351 if (likely (segndx >= 0) in report_r_debug()
352 && (*memory_callback) (dwfl, segndx, in report_r_debug()
417 int segndx = INTUSE(dwfl_addrsegment) (dwfl, in report_r_debug() local
420 if (! (*memory_callback) (dwfl, segndx, in report_r_debug()
628 int segndx = INTUSE(dwfl_addrsegment) (mod->dwfl, d_val_vaddr, NULL); in consider_executable() local
630 if ((*memory_callback) (mod->dwfl, segndx, in consider_executable()
Dsegment.c54 insert (Dwfl *dwfl, size_t i, GElf_Addr start, GElf_Addr end, int segndx) in insert() argument
109 dwfl->lookup_segndx[i] = segndx; in insert()
115 dwfl->lookup_segndx[i - 1] = segndx; in insert()
Ddwfl_segment_report_module.c260 inline bool segment_read (int segndx, in dwfl_segment_report_module()
264 return ! (*memory_callback) (dwfl, segndx, buffer, buffer_available, in dwfl_segment_report_module()
DlibdwflP.h643 typedef bool Dwfl_Memory_Callback (Dwfl *dwfl, int segndx,