Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Dcore-file.c581 Dwfl_Module **lastmodp = &dwfl->modulelist; in dwfl_core_file_report() local
582 while (*lastmodp != NULL) in dwfl_core_file_report()
583 lastmodp = &(*lastmodp)->next; in dwfl_core_file_report()
606 if (*lastmodp != mod) in dwfl_core_file_report()
608 lastmodp = &dwfl->modulelist; in dwfl_core_file_report()
609 while (*lastmodp != mod) in dwfl_core_file_report()
610 lastmodp = &(*lastmodp)->next; in dwfl_core_file_report()
612 *lastmodp = mod->next; in dwfl_core_file_report()
614 while (*lastmodp != NULL) in dwfl_core_file_report()
615 lastmodp = &(*lastmodp)->next; in dwfl_core_file_report()
[all …]
Dlink_map.c331 Dwfl_Module **lastmodp = &dwfl->modulelist; in report_r_debug() local
510 if (*lastmodp != mod) in report_r_debug()
512 lastmodp = &dwfl->modulelist; in report_r_debug()
513 while (*lastmodp != mod) in report_r_debug()
514 lastmodp = &(*lastmodp)->next; in report_r_debug()
516 *lastmodp = mod->next; in report_r_debug()
518 while (*lastmodp != NULL) in report_r_debug()
519 lastmodp = &(*lastmodp)->next; in report_r_debug()
520 *lastmodp = mod; in report_r_debug()
523 lastmodp = &mod->next; in report_r_debug()