Lines Matching refs:lastmodp
581 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()
616 *lastmodp = mod; in dwfl_core_file_report()
618 lastmodp = &mod->next; in dwfl_core_file_report()