Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Ddwfl_module.c148 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() local
180 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() local
222 while (*tailp != NULL) in INTDEF()
224 Dwfl_Module *m = *tailp; in INTDEF()
[all …]
Dlinux-kernel-modules.c326 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp; in report_kernel_archive() local
331 m->next = *tailp; in report_kernel_archive()
332 *tailp = m; in report_kernel_archive()
/external/elfutils/src/
Dreadelf.c416 struct section_argument ***tailp in add_dump_section() local
418 **tailp = a; in add_dump_section()
419 *tailp = &a->next; in add_dump_section()