Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Dcore-file.c566 Dwfl_Module **lastmodp = &dwfl->modulelist; in dwfl_core_file_report() local
567 while (*lastmodp != NULL) in dwfl_core_file_report()
568 lastmodp = &(*lastmodp)->next; in dwfl_core_file_report()
591 if (*lastmodp != mod) in dwfl_core_file_report()
593 lastmodp = &dwfl->modulelist; in dwfl_core_file_report()
594 while (*lastmodp != mod) in dwfl_core_file_report()
595 lastmodp = &(*lastmodp)->next; in dwfl_core_file_report()
597 *lastmodp = mod->next; in dwfl_core_file_report()
599 while (*lastmodp != NULL) in dwfl_core_file_report()
600 lastmodp = &(*lastmodp)->next; in dwfl_core_file_report()
[all …]
Dlink_map.c311 Dwfl_Module **lastmodp = &dwfl->modulelist; in report_r_debug() local
484 if (*lastmodp != mod) in report_r_debug()
486 lastmodp = &dwfl->modulelist; in report_r_debug()
487 while (*lastmodp != mod) in report_r_debug()
488 lastmodp = &(*lastmodp)->next; in report_r_debug()
490 *lastmodp = mod->next; in report_r_debug()
492 while (*lastmodp != NULL) in report_r_debug()
493 lastmodp = &(*lastmodp)->next; in report_r_debug()
494 *lastmodp = mod; in report_r_debug()
497 lastmodp = &mod->next; in report_r_debug()