Searched refs:tailp (Results 1 – 3 of 3) sorted by relevance
144 use (Dwfl_Module *mod, Dwfl_Module **tailp, Dwfl *dwfl) in INTDEF()146 mod->next = *tailp; in INTDEF()147 *tailp = mod; in INTDEF()165 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp; in dwfl_report_module() local176 return use (m, tailp, dwfl); in dwfl_report_module()180 tailp = &m->next; in dwfl_report_module()200 return use (mod, tailp, dwfl); in dwfl_report_module()217 Dwfl_Module **tailp = &dwfl->modulelist; in INTDEF() local218 while (*tailp != NULL) in INTDEF()220 Dwfl_Module *m = *tailp; in INTDEF()[all …]
274 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp; in report_kernel_archive() local279 m->next = *tailp; in report_kernel_archive()280 *tailp = m; in report_kernel_archive()
323 struct section_argument ***tailp in parse_opt() local325 **tailp = a; in parse_opt()326 *tailp = &a->next; in parse_opt()