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

/external/elfutils/0.153/libdwfl/
H A Ddwfl_module.c139 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp; local
143 mod->next = *tailp;
144 *tailp = mod;
168 tailp = &m->next;
205 Dwfl_Module **tailp = &dwfl->modulelist; local
206 while (*tailp != NULL)
208 Dwfl_Module *m = *tailp;
217 *tailp = m->next;
221 tailp
[all...]
H A Dlinux-kernel-modules.c290 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp; local
295 m->next = *tailp;
296 *tailp = m;
/external/elfutils/0.153/src/
H A Dreadelf.c300 struct section_argument ***tailp local
302 **tailp = a;
303 *tailp = &a->next;

Completed in 119 milliseconds