Home
last modified time | relevance | path

Searched refs:tailp (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_module.c144 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() local
176 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() local
218 while (*tailp != NULL) in INTDEF()
220 Dwfl_Module *m = *tailp; in INTDEF()
[all …]
Dlinux-kernel-modules.c274 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp; in report_kernel_archive() local
279 m->next = *tailp; in report_kernel_archive()
280 *tailp = m; in report_kernel_archive()
/external/elfutils/src/
Dreadelf.c323 struct section_argument ***tailp in parse_opt() local
325 **tailp = a; in parse_opt()
326 *tailp = &a->next; in parse_opt()