Home
last modified time | relevance | path

Searched refs:lastmodp (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/libdwfl/
Dcore-file.c565 Dwfl_Module **lastmodp = &dwfl->modulelist; in dwfl_core_file_report() local
566 while (*lastmodp != NULL) in dwfl_core_file_report()
567 lastmodp = &(*lastmodp)->next; in dwfl_core_file_report()
590 if (*lastmodp != mod) in dwfl_core_file_report()
592 lastmodp = &dwfl->modulelist; in dwfl_core_file_report()
593 while (*lastmodp != mod) in dwfl_core_file_report()
594 lastmodp = &(*lastmodp)->next; in dwfl_core_file_report()
596 *lastmodp = mod->next; in dwfl_core_file_report()
598 while (*lastmodp != NULL) in dwfl_core_file_report()
599 lastmodp = &(*lastmodp)->next; in dwfl_core_file_report()
[all …]
Dlink_map.c315 Dwfl_Module **lastmodp = &dwfl->modulelist; in report_r_debug() local
488 if (*lastmodp != mod) in report_r_debug()
490 lastmodp = &dwfl->modulelist; in report_r_debug()
491 while (*lastmodp != mod) in report_r_debug()
492 lastmodp = &(*lastmodp)->next; in report_r_debug()
494 *lastmodp = mod->next; in report_r_debug()
496 while (*lastmodp != NULL) in report_r_debug()
497 lastmodp = &(*lastmodp)->next; in report_r_debug()
498 *lastmodp = mod; in report_r_debug()
501 lastmodp = &mod->next; in report_r_debug()