Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Ddwfl_module.c149 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() local
181 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() local
223 while (*tailp != NULL) in INTDEF()
225 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.c393 struct section_argument ***tailp in add_dump_section() local
395 **tailp = a; in add_dump_section()
396 *tailp = &a->next; in add_dump_section()