Searched refs:tailp (Results 1 – 3 of 3) sorted by relevance
148 use (Dwfl_Module *mod, Dwfl_Module **tailp, Dwfl *dwfl) in INTDEF()150 mod->next = *tailp; in INTDEF()151 *tailp = mod; in INTDEF()169 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp; in dwfl_report_module() local180 return use (m, tailp, dwfl); in dwfl_report_module()184 tailp = &m->next; in dwfl_report_module()204 return use (mod, tailp, dwfl); in dwfl_report_module()221 Dwfl_Module **tailp = &dwfl->modulelist; in INTDEF() local222 while (*tailp != NULL) in INTDEF()224 Dwfl_Module *m = *tailp; in INTDEF()[all …]
326 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp; in report_kernel_archive() local331 m->next = *tailp; in report_kernel_archive()332 *tailp = m; in report_kernel_archive()
416 struct section_argument ***tailp in add_dump_section() local418 **tailp = a; in add_dump_section()419 *tailp = &a->next; in add_dump_section()