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

  /bionic/libc/bionic/
tdestroy.c 23 tdestroy(void *root, void (*destroy_func)(void *)) function
28 tdestroy(root_node->llink, destroy_func);
30 tdestroy(root_node->rlink, destroy_func);
  /external/elfutils/libdw/
dwarf_end.c 75 tdestroy (p->locs, noop_free);
88 tdestroy (dwarf->cu_tree, cu_free);
  /bionic/libc/include/
search.h 43 void tdestroy(void *, void (*)(void *));
  /external/elfutils/host-darwin-fixup/
AndroidFixup.h 93 static void tdestroy(void *root, void (*free_node)(void *nodep)) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
search.h 159 extern void tdestroy (void *__root, __free_fn_t __freefct);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
search.h 159 extern void tdestroy (void *__root, __free_fn_t __freefct);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
search.h 159 extern void tdestroy (void *__root, __free_fn_t __freefct);
  /external/elfutils/libdwfl/
dwfl_module.c 82 tdestroy (mod->lazy_cu_root, nofree);
cu.c 168 tdestroy (mod->lazy_cu_root, nofree);
  /external/elfutils/src/
findtextrel.c 473 tdestroy (knownsrcs, noop);
nm.c     [all...]
  /bionic/libc/
Android.mk 285 bionic/tdestroy.c \

Completed in 245 milliseconds