Home
last modified time | relevance | path

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

/third_party/elfutils/libdwfl/
Dlink_map.c264 int segndx = INTUSE(dwfl_addrsegment) (dwfl, vaddr, NULL); in read_addrs() local
265 if (unlikely (segndx < 0) in read_addrs()
266 || unlikely (! (*closure->callback) (dwfl, segndx, in read_addrs()
371 int segndx = INTUSE(dwfl_addrsegment) (dwfl, l_name, NULL); in report_r_debug() local
372 if (likely (segndx >= 0) in report_r_debug()
373 && (*memory_callback) (dwfl, segndx, in report_r_debug()
440 int segndx = INTUSE(dwfl_addrsegment) (dwfl, in report_r_debug() local
443 if (! (*memory_callback) (dwfl, segndx, in report_r_debug()
653 int segndx = INTUSE(dwfl_addrsegment) (mod->dwfl, d_val_vaddr, NULL); in consider_executable() local
655 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()
DlibdwflP.h668 typedef bool Dwfl_Memory_Callback (Dwfl *dwfl, int segndx,