Searched defs:segndx (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/libdwfl/ |
D | link_map.c | 277 int segndx = INTUSE(dwfl_addrsegment) (dwfl, vaddr, NULL); in report_r_debug() local 354 int segndx = INTUSE(dwfl_addrsegment) (dwfl, l_name, NULL); in report_r_debug() local 421 int segndx = INTUSE(dwfl_addrsegment) (dwfl, in report_r_debug() local 632 int segndx = INTUSE(dwfl_addrsegment) (mod->dwfl, d_val_vaddr, NULL); in consider_executable() local
|
D | segment.c | 50 insert (Dwfl *dwfl, size_t i, GElf_Addr start, GElf_Addr end, int segndx) in insert()
|