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

/external/elfutils/src/libdwfl/
H A Ddwfl_module.c135 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp; local
139 mod->next = *tailp;
140 *tailp = mod;
164 tailp = &m->next;
201 Dwfl_Module **tailp = &dwfl->modulelist; local
202 while (*tailp != NULL)
204 Dwfl_Module *m = *tailp;
213 *tailp = m->next;
217 tailp
[all...]
H A Dlinux-kernel-modules.c273 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp; local
278 m->next = *tailp;
279 *tailp = m;
/external/elfutils/src/src/
H A Dreadelf.c317 struct section_argument ***tailp local
319 **tailp = a;
320 *tailp = &a->next;

Completed in 118 milliseconds