Searched refs:tailp (Results 1 – 3 of 3) sorted by relevance
149 use (Dwfl_Module *mod, Dwfl_Module **tailp, Dwfl *dwfl) in INTDEF()151 mod->next = *tailp; in INTDEF()152 *tailp = mod; in INTDEF()170 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp; in dwfl_report_module() local181 return use (m, tailp, dwfl); in dwfl_report_module()185 tailp = &m->next; in dwfl_report_module()205 return use (mod, tailp, dwfl); in dwfl_report_module()222 Dwfl_Module **tailp = &dwfl->modulelist; in INTDEF() local223 while (*tailp != NULL) in INTDEF()225 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()
393 struct section_argument ***tailp in add_dump_section() local395 **tailp = a; in add_dump_section()396 *tailp = &a->next; in add_dump_section()