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

  /external/elfutils/libdwfl/
dwfl_module.c 149 use (Dwfl_Module *mod, Dwfl_Module **tailp, Dwfl *dwfl)
151 mod->next = *tailp;
152 *tailp = mod;
170 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp; local
181 return use (m, tailp, dwfl);
185 tailp = &m->next;
205 return use (mod, tailp, dwfl);
222 Dwfl_Module **tailp = &dwfl->modulelist; local
223 while (*tailp != NULL
    [all...]
linux-kernel-modules.c 296 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp; local
301 m->next = *tailp;
302 *tailp = m;
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vsnprintf_ss.c 115 if (sbuf < tailp) \
139 char *tailp; /* tail pointer for snprintf */ local
148 tailp = sbuf + slen;
488 if (sbuf == tailp)
  /art/runtime/gc/allocator/
rosalloc.h 162 Slot** tailp = kUseTail ? reinterpret_cast<Slot**>(&tail_) : nullptr; local
167 DCHECK(*tailp == nullptr);
173 DCHECK(*tailp != nullptr);
180 *tailp = nullptr;
197 Slot** tailp = kUseTail ? reinterpret_cast<Slot**>(&tail_) : nullptr; local
202 DCHECK(*tailp == nullptr);
206 *tailp = slot;
211 DCHECK(*tailp != nullptr);
236 Slot** tailp = kUseTail ? reinterpret_cast<Slot**>(&tail_) : nullptr; local
242 *tailp = list->Tail()
    [all...]
  /external/u-boot/tools/
proftool.c 383 struct trace_configline_info **tailp = &trace_config_head; local
443 *tailp = line;
444 tailp = &line->next;
  /external/elfutils/src/
readelf.c 371 struct section_argument ***tailp local
373 **tailp = a;
374 *tailp = &a->next;
    [all...]

Completed in 1030 milliseconds