Home
last modified time | relevance | path

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

/third_party/elfutils/libdwfl/
H A Dlink_map.c266 int segndx = INTUSE(dwfl_addrsegment) (dwfl, vaddr, NULL); in read_addrs()
267 if (unlikely (segndx < 0) in read_addrs()
268 || unlikely (! (*closure->callback) (dwfl, segndx, in read_addrs()
373 int segndx = INTUSE(dwfl_addrsegment) (dwfl, l_name, NULL); in report_r_debug()
374 if (likely (segndx >= 0) in report_r_debug()
375 && (*memory_callback) (dwfl, segndx, in report_r_debug()
442 int segndx = INTUSE(dwfl_addrsegment) (dwfl, in report_r_debug()
445 if (! (*memory_callback) (dwfl, segndx, in report_r_debug()
656 int segndx = INTUSE(dwfl_addrsegment) (mod->dwfl, d_val_vaddr, NULL); in consider_executable()
658 if ((*memory_callback) (mod->dwfl, segndx, in consider_executable()
264 int segndx = INTUSE(dwfl_addrsegment) (dwfl, vaddr, NULL); read_addrs() local
371 int segndx = INTUSE(dwfl_addrsegment) (dwfl, l_name, NULL); report_r_debug() local
440 int segndx = INTUSE(dwfl_addrsegment) (dwfl, report_r_debug() local
653 int segndx = INTUSE(dwfl_addrsegment) (mod->dwfl, d_val_vaddr, NULL); consider_executable() local
[all...]
H A 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()
H A DlibdwflP.h668 typedef bool Dwfl_Memory_Callback (Dwfl *dwfl, int segndx,

Completed in 4 milliseconds