HomeSort by relevance Sort by last modified time
    Searched refs:tailp (Results 1 - 3 of 3) sorted by null

  /external/elfutils/0.153/libdwfl/
dwfl_module.c 139 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 = &m->next
    [all...]
linux-kernel-modules.c 290 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp; local
295 m->next = *tailp;
296 *tailp = m;
  /external/elfutils/0.153/src/
readelf.c 300 struct section_argument ***tailp local
302 **tailp = a;
303 *tailp = &a->next;
    [all...]

Completed in 56 milliseconds