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

/external/elfutils/libdwfl/
H A Ddwfl_module.c144 use (Dwfl_Module *mod, Dwfl_Module **tailp, Dwfl *dwfl) argument
146 mod->next = *tailp;
147 *tailp = mod;
165 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp; local
176 return use (m, tailp, dwfl);
180 tailp = &m->next;
200 return use (mod, tailp, dwfl);
217 Dwfl_Module **tailp = &dwfl->modulelist; local
218 while (*tailp !
[all...]
H A Dlinux-kernel-modules.c274 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp; local
279 m->next = *tailp;
280 *tailp = m;
/external/elfutils/src/
H A Dreadelf.c323 struct section_argument ***tailp local
325 **tailp = a;
326 *tailp = &a->next;

Completed in 130 milliseconds